Skip to content

skills

Install the AI orchestration skills that ship with the CLI. The skills sequence the versioning workflows — run the commands in order, stop at the human review gates — and never generate report or changelog content themselves; the version commands produce all content.

Usage

Terminal window
specs skills install [--dir <path>]
FlagDescription
--dir <path>Skill directory to emit into (default: .claude/skills)

Two skills are emitted:

SkillOrchestrates
specs-cli.premergespecs version figmapremerge fetches, generates, and reports → human reviews the report → merge proceeds or not
specs-cli.releasespecs version report → human review → specs version cut → specs version tag → publish

The emitted files are canonical and overwritten on every install — re-running after a CLI upgrade refreshes them to match the commands they orchestrate. Keep local customization in your own separate skills rather than editing the emitted ones.

See Also