skill
Loads a procedural skill and returns its body for you to follow.
Arguments
| Arg | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Skill name |
| arguments | string | no | Text passed through to the skill |
Behavior
- Skills listed in the prompt's
## Skillsindex are enabled; the index is byte-budgeted, so a skill missing from it is still callable by name. - The returned body is instructions for you, not a completed result.