From spex
Initializes or updates spex projects using spex CLI, handling trait selection, permissions setup, template refresh, and CLI upgrades. For spex-based project setup.
How this skill is triggered — by the user, by Claude, or both
Slash command
/spex:initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Note:** The init workflow is defined in `spex/commands/init.md` directly (not via skill reference) for higher compliance. This skill file exists as documentation only.
Note: The init workflow is defined in spex/commands/init.md directly (not via skill reference) for higher compliance. This skill file exists as documentation only.
The init command:
spex-init.sh (path from <spex-init-command> in hook context)spex-traits.sh init and spex-traits.sh permissionsSee spex/commands/init.md for the authoritative implementation.
npx claudepluginhub rhuss/cc-spex --plugin spexInitializes spec-kit projects via `specify` CLI: automatic setup, installation validation, project structure enforcement for spex workflow skills.
Safely updates SpecKit GitHub template installations while preserving customizations, with approval flow and rollback support.
Bootstraps a project with the SpecKit spec-driven development workflow by scanning codebase, interviewing user, and generating scaffolding files (CLAUDE.md, constitution.md, .specify/).