skill_load
Retrieve the full SKILL.md body for a named skill when the current task matches its description. Use with skills_list to load detailed instructions on demand, enabling progressive disclosure.
Instructions
Load the full SKILL.md body for a named skill — the on-demand half of progressive disclosure. Call only when the current task matches the skill's description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Skill name as returned by skills_list | |
| projectRoot | No | Project root (defaults to cwd) |