Command
A Git command for finding and cleaning up local or remote branches that have already been merged or have not changed for a set number of days.
Command
A Git command for finding and cleaning up local or remote branches that have already been merged or have not changed for a set number of days.
Command
A Git commit command that reviews repository changes and creates a Conventional Commits message, a standard format for describing code changes. It can also suggest splitting unrelated changes into separate commits.
Command
A command for maintaining a project’s .context folder, which stores coding preferences, workflow notes, decision logs, and history. It creates an audit trail showing why changes were made.
Command
A natural-language entry command that examines a development request and chooses a matching coding workflow.
Command
A command that scans a project and creates or updates CLAUDE.md files: plain-language guidance documents for an AI coding assistant. It creates a short project-level overview and more detailed documents for individual modules.
Command
An interactive command for moving a Git branch back to an earlier commit, tag, or saved reference. Git is a tool that records code history; reset changes that history, while revert adds new commits that undo earlier ones.
Command
A command for carrying out a software plan after its decisions have already been made. It uses multiple AI models for reference, but requires their suggestions to be rewritten and reviewed before use.
Command
A setup command that prepares the OpenSpec specification environment and checks whether its command-line tool and connected AI-model tools are available. OpenSpec organizes development work into structured proposals and tasks.
Command
A planning command that turns requirements into an explicit implementation plan with no unresolved choices. It uses multiple AI models and defines property-based testing rules, which check general truths about behavior rather than only fixed examples.
Command
A research command that turns a software request into constraints and checkable success conditions. OpenSpec is a framework for organizing software changes as structured proposals, specifications, and tasks.
Command
A code-review command that asks two AI models to independently inspect the same proposed changes. It compares their findings against the proposal’s requirements and code-quality rules.
Command
A Git worktree management command for creating and organizing multiple working directories from one repository.