skill_get
Retrieve the complete content of a skill by slug or name, including its SKILL.md body and optionally all reference files, to prepare for executing the described work.
Instructions
Get the full content of a skill by slug or name, including its SKILL.md body and (optionally) all reference files. Use this to load a skill before doing the work it describes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill | Yes | Skill slug or name (e.g., "agentic-platform-builder") | |
| with_references | No | Also fetch the full content of every reference file (default: false) |