2025-12-30 11:23:03 +09:00
export const TOOL_NAME = "skill" as const
2026-02-19 01:19:44 +08:00
export const TOOL_DESCRIPTION_NO_SKILLS = "Load a skill or execute a slash command to get detailed instructions for a specific task. No skills are currently available."
2025-12-30 11:23:03 +09:00
2026-02-18 18:40:10 +08:00
export const TOOL_DESCRIPTION_PREFIX = ` Load a skill or execute a slash command to get detailed instructions for a specific task.
2025-12-30 11:23:03 +09:00
2026-02-18 18:40:10 +08:00
Skills and commands provide specialized knowledge and step-by-step guidance.
Use this when a task matches an available skill's or command's description.
**How to use:**
- Call with a skill name: name='code-review'
- Call with a command name (without leading slash): name='publish'
- The tool will return detailed instructions with your context applied.
`