skill_read
Retrieves the full raw skill definition including examples and pressure tests for a specified DPS SuperSkill. Ideal for reviewing complete skill documentation.
Instructions
Return the full SKILL.md content for a specific DPS SuperSkill. Use when you need the raw, complete skill definition including all examples and pressure tests. For a structured executable workflow, use skill_run instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill_name | Yes | The skill slug to read (e.g. 'brainstorming', 'complexity-gate'). | |
| include_nano | No | Also include the nano (compressed) version. Default: false. |