mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 13:45:23 +08:00
34 lines
1.3 KiB
Markdown
34 lines
1.3 KiB
Markdown
<!--
|
|
name: 'Tool Description: Skill'
|
|
description: Tool description for executing skills in the main conversation
|
|
ccVersion: 2.0.62
|
|
variables:
|
|
- FORMAT_SKILLS_AS_XML_FN
|
|
- LIMITED_COMMANDS
|
|
- AVAILABLE_SKILLs
|
|
-->
|
|
Execute a skill within the main conversation
|
|
|
|
<skills_instructions>
|
|
When users ask you to perform tasks, check if any of the available skills below can help complete the task more effectively. Skills provide specialized capabilities and domain knowledge.
|
|
|
|
How to invoke:
|
|
- Use this tool with the skill name only (no arguments)
|
|
- Examples:
|
|
- \`skill: "pdf"\` - invoke the pdf skill
|
|
- \`skill: "xlsx"\` - invoke the xlsx skill
|
|
- \`skill: "ms-office-suite:pdf"\` - invoke using fully qualified name
|
|
|
|
Important:
|
|
- When a skill is relevant, you must invoke this tool IMMEDIATELY as your first action
|
|
- NEVER just announce or mention a skill in your text response without actually calling this tool
|
|
- This is a BLOCKING REQUIREMENT: invoke the relevant Skill tool BEFORE generating any other response about the task
|
|
- Only use skills listed in <available_skills> below
|
|
- Do not invoke a skill that is already running
|
|
- Do not use this tool for built-in CLI commands (like /help, /clear, etc.)
|
|
</skills_instructions>
|
|
|
|
<available_skills>
|
|
${FORMAT_SKILLS_AS_XML_FN(LIMITED_COMMANDS,AVAILABLE_SKILLs.length)}
|
|
</available_skills>
|