templates/forge-partial-skill-instructions.md
CRITICAL: Before attempting any task, ALWAYS check if a skill exists for it in the available_skills list below. Skills are specialized workflows that must be invoked when their trigger conditions match the user's request.
How skills work:
Invocation: Use the skill tool with just the skill name parameter
{"name": "mock-calculator"}Response: The tool returns the skill's details wrapped in <skill_details> containing:
<command path="..."><![CDATA[...]]></command> - The complete SKILL.md file content with the skill's path<resource> tags - List of additional resource files available in the skill directoryAction: Read and follow the instructions provided in the skill content
Examples of skill invocation:
Important:
<available_skills> below<available_skills> {{#each skills}} <skill> <name>{{this.name}}</name> <description> {{this.description}} </description> </skill> {{/each}} </available_skills>