Read a skill reference or template
read_skill_referenceLoad a supporting file from a skill's reference or template directory to get specific guidance for your current task.
Instructions
Reads one supporting file declared by get_skill from that skill's references/ or templates/ directory. Use progressive disclosure: load the main skill first, then read only the supporting file needed for the current task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill | Yes | Installed skill name returned by list_skills. | |
| reference | Yes | Supporting file returned by get_skill, such as references/visual-qa.md. |