Command
Commit staged changes, push to remote, and create a pull request.
Command
Commit staged changes, push to remote, and create a pull request.
Command
Create a conventional commit with auto-generated message.
Command
Safe, one-at-a-time dependency upgrades with verification after each. Detects package manager automatically.
Command
Runs linting and code quality checks. Catches style issues, potential bugs, and enforces project standards.
Command
Auto-fix all linting and formatting issues.
Command
Educational mode that explains concepts, teaches patterns, and guides learning. Ideal when learning a new codebase, technology, or programming concept.
Command
View agent performance metrics and session history. Shows usage patterns, files changed, and session summaries.
Command
Multi-perspective analysis using parallel subagents. Analyzes code from architecture, security, performance, and testing viewpoints simultaneously.
Command
Run parallel code review across multiple directories or files. Uses N subagents simultaneously for faster analysis.
Command
Create and maintain a structured PLAN.md for persistent task tracking. Supports phases, dependencies, and progress tracking.
Command
Quickly fix lint errors, type errors, or simple bugs.
Command
Fast-paced development mode for quick iterations. Minimal ceremony, maximum speed. Best for prototypes, MVPs, and time-sensitive tasks.
Command
Systematic, safety-first refactoring with verification at each step. Never refactors and adds features simultaneously.
Command
Strict code review mode with high standards. Thoroughly examines code for bugs, security issues, performance problems, and best practice violations.
Command
Runs project tests intelligently. Identifies affected tests from changes and runs them first, then full suite.
Command
Document session learnings to CLAUDE.md and AGENTS.md. Use after completing significant tasks, debugging sessions, or discovering project patterns.
Command
Security-focused code scan. Checks for hardcoded secrets, vulnerable dependencies, and common security issues.
Command
Summarize recent changes for standup, PR, or documentation.
Command
Sync current branch with main/master (fetch, rebase or merge).
Command
Interactive tutorial for learning the plugin. Walks through agents, skills, hooks, and commands with hands-on examples.
Command
Validates project build process. Run after changes to ensure the project compiles/transpiles correctly.
Command
Comprehensive verification after code changes. Uses Boris Cherny's multi-subagent adversarial approach.
Hook
Runs before the agent uses a tool for Edit, Write and Bash tool calls, executing protect-files.py, security-check.py, pre-commit-check.py, log-commands.sh and branch-protection.sh via python3 (5 commands). From CloudAI-X/claude-workflow-v2.
Hook
Runs after a tool call finishes for Edit and Write tool calls, executing format-on-edit.py and typescript-check.py via python3 (2 commands). From CloudAI-X/claude-workflow-v2.