skill_load
Retrieve the full SKILL.md content for a named skill when the current task matches its description, enabling on-demand access to detailed instructions.
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) |