You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add support for skills
* fix: use type-only import for ClineProvider and relative paths in skills section
---------
Co-authored-by: Roo Code <roomote@roocode.com>
Skills are pre-packaged instructions for specific tasks. When a user request matches a skill description, read the full SKILL.md file to get detailed instructions.
61
+
62
+
- These are the currently available skills for "${currentMode}" mode:
63
+
${skillsList}
64
+
65
+
To use a skill:
66
+
1. Identify which skill matches the user's request based on the description
67
+
2. Use read_file to load the full SKILL.md file from the path shown in brackets
68
+
3. Follow the instructions in the skill file
69
+
4. Access any bundled files (scripts, references, assets) as needed
0 commit comments