Hyprlayer installs slash commands that you invoke from your AI tool (Claude Code, GitHub Copilot, or OpenCode). 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 | Sonnet |
/resume_handoff | Pick up work from a handoff document | Sonnet |
/local_review | Set up a worktree to review a branch | Sonnet |
/code_review | Adversarial review of the current branch’s diff (codex CLI when available, Claude subagent otherwise) | Sonnet |
Commands that require deep reasoning and research use Opus (Claude’s most capable model). All other commands use Sonnet for faster execution. When using OpenCode, the specific model IDs depend on your configured provider.