Get Skill References
rules_get_skill_referencesRetrieve reference documents for any skill by specifying the skill name and optional filename. Lists all references or shows the content of a specific one.
Instructions
Lists or reads reference files for a specific skill. Many skills have 5-7 deep-dive reference docs in their references/ subdirectory.
Args:
skill_name (string): Exact skill name
filename (string, optional): Specific reference filename to read. If omitted, lists all references.
Returns: List of reference filenames, or full content of a specific reference file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill_name | Yes | Exact skill name | |
| filename | No | Specific reference file to read (e.g. 'composition-api.md') |