rt skills compile
rt › skills › compile
Compile pack verbs from step sources + manifest bindings into committed SKILL.md files
Usage
rt skills compile [flags]
Arguments & flags
| Flag / Arg | Type | Default | Description |
|---|---|---|---|
--pack | text | Pack name (--team still accepted); omit to pick from the discovered packs | |
--verb | text | Compile only this verb (repeatable); omit for every verb in the roster | |
--manifest | text | Manifest path; omit to auto-find the newest ~/.mattstack/repos/*/skills.jsonc naming this pack | |
--dry-run | boolean | false | Print what would be written without touching disk |
--preview | boolean | false | Print the compiled SKILL.md to stdout and write nothing (needs a single --verb) |
--json | boolean | false | Machine-readable result |
See code: commands/skills.ts › skillsCompile