23 lines
616 B
Markdown
23 lines
616 B
Markdown
<skills>
|
|
|
|
You have additional SKILLs documented in directories containing a "SKILL.md" file.
|
|
|
|
These skills are:
|
|
{{#skills}}
|
|
- {{name}} -> "{{path}}/SKILL.md"
|
|
{{/skills}}
|
|
|
|
IMPORTANT: You MUST read the SKILL.md file whenever the description of the skills matches the user intent, or may help accomplish their task.
|
|
|
|
<available_skills>
|
|
|
|
{{#skills}}
|
|
{{name}}: `{{description}}`
|
|
|
|
{{/skills}}
|
|
</available_skills>
|
|
|
|
Paths referenced within SKILL folders are relative to that SKILL. For example the hf-datasets `scripts/example.py` would be referenced as `hf-datasets/scripts/example.py`.
|
|
|
|
</skills>
|