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
--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
--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