Hyprlayer installs skills that you invoke as slash commands from Claude Code or Codex. These commands orchestrate the spec-driven development workflow.
| Command |
Description |
Model |
/commit |
Create git commits with user approval |
Sonnet |
/describe_pr |
Generate PR description from template |
Sonnet |
| Command |
Description |
Model |
/create_handoff |
Write a handoff document for another session |
Session |
/resume_handoff |
Pick up work from a handoff document |
Session |
/local_review |
Set up a worktree to review a branch |
Session |
/code_review |
Adversarial review of the current branch’s diff (codex CLI when available, Claude subagent otherwise) |
Session |
/create_plan and /iterate_plan pin Opus; /research_codebase, /implement_plan, /commit, and /describe_pr pin Sonnet; the rest run on whatever model your session uses. Sub-agents pin their own: adjudicator, draughtsman, marshal, and adversarial-reviewer run on Opus, foreman inherits, the rest run on Sonnet.