skills_get_reference
Retrieve bundled reference files for a skill; call with 'list' to see available files, then with a specific filename to get content.
Instructions
STEP 3a - Fetch a reference document bundled with a skill (markdown files: checklists, policies, API specs, examples).
Two-phase use:
Call with filename='list' (default) to see the full reference manifest
Call again with the specific filename to fetch its content
Only call when: tier3_manifest from skills_get_body lists reference files AND the skill instructions explicitly name one. Do not load references speculatively.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | list | |
| skill_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |