get_skill
Retrieve the full content of a skill by name, including YAML frontmatter and prose separately. Returns None if the skill is unknown.
Instructions
Return one skill's body, or None if unknown.
Returns ``{name, description, body, body_no_frontmatter}``.
``body`` is the full file (including YAML frontmatter); use
``body_no_frontmatter`` for the prose alone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |