Read Skill File
skill-resourceRead files referenced by skill instructions to access scripts, snippets, and templates. Use when skill instructions mention specific files to read or copy.
Instructions
Read files referenced by skill instructions (scripts, snippets, templates). Use when skill instructions mention specific files to read or copy. Pass a directory path (e.g., 'templates') to read all files in that directory at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill | Yes | Skill name | |
| path | Yes | Relative path to file or directory. Examples: 'snippets/tool.ts' (single file), 'templates' (all files in directory), '' (list available files). |