Skip to main content

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 / ArgTypeDefaultDescription
--packtextPack name (--team still accepted); omit to pick from the discovered packs, or run from inside a pack tree to compile that tree
--verbtextCompile only this verb (repeatable); omit for every verb in the roster
--manifesttextManifest path; omit to auto-find the newest ~/.mattstack/repos/*/skills.jsonc naming this pack
--pack-dirtextCompile this pack directory's sources (a worktree, say) instead of resolving --pack through the registry
--dry-runbooleanfalsePrint what would be written without touching disk
--previewbooleanfalsePrint the compiled SKILL.md to stdout and write nothing (needs a single --verb)
--jsonbooleanfalseMachine-readable result

See code: commands/skills.ts › skillsCompile