skill_load
Load a skill's full instructions and file manifest to access its exact setup. Referenced files stay separate—read them by name for precise execution.
Instructions
Load one skill's SKILL.md instructions verbatim, plus a manifest of the files it bundles. Referenced files are NOT inlined — read them by name with skill_file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The skill's name, exactly as skill_list reports it. |