Commands
Slash commands that trigger predefined workflows in Claude Code.
What are you trying to do?
review-pr
Comprehensive PR review using specialized agents
/review-pr [review-aspects]modernize-extract-rules
Mine business logic from legacy code into testable, human-readable rule specifications
/modernize-extract-rules <system-dir> [module-pattern]modernize-assess
Full discovery & portfolio analysis of a legacy system — inventory, complexity, debt, relative scale
/modernize-assess <system-dir> [--show-secrets] | --portfolio <parent-dir>modernize-brief
Generate a phased Modernization Brief — the approved plan that transformation agents will execute against
/modernize-brief <system-dir> [target-stack]commit-push-pr
Commit, push, and open a PR
/commit-push-prnew-sdk-app
Create and setup a new Claude Agent SDK application
/new-sdk-app [project-name]list
List all configured hookify rules
/listmaker-setup
Onboard a Code-with-Claude Makers Cardputer — fetch the build-with-claude repo, flash firmware, and install the Claude Buddy apps.
/maker-setup manualmodernize-transform
Transform one legacy module to the target stack — idiomatic rewrite with behavior-equivalence tests
/modernize-transform <system-dir> <module> <target-stack>configure
Enable or disable hookify rules interactively
/configuremodernize-reimagine
Multi-agent greenfield rebuild — extract specs from legacy, design AI-native, scaffold & validate with HITL
/modernize-reimagine <system-dir> <target-vision>code-review
Code review a pull request
/code-reviewmodernize-status
Where am I in the modernization workflow — artifact inventory, staleness, secrets hygiene, next step
/modernize-status <system-dir>revise-claude-md
Update CLAUDE.md with learnings from this session
/revise-claude-mdmodernize-preflight
Environment readiness check — analysis tools, build toolchain, source completeness, telemetry access
/modernize-preflight <system-dir> [target-stack]create-docker-mcp-tunnel
Stand up an Anthropic MCP tunnel locally with Docker Compose so Claude can call a private MCP server (manual-credentials quickstart).
/create-docker-mcp-tunnel [deployment-dir] (default: ./mcp-tunnel)ralph-loop
Start Ralph Loop in current session
/ralph-loop PROMPT [--max-iterations N] [--completion-promise TEXT] manualfeature-dev
Guided feature development with codebase understanding and architecture focus
/feature-dev Optional feature descriptionmodernize-map
Dependency & topology mapping — call graphs, data lineage, batch flows, rendered as navigable diagrams
/modernize-map <system-dir>help
Get help with FiftyOne skills, understand available workflows, and troubleshoot setup issues
/helpcreate-plugin
Guided end-to-end plugin creation workflow with component design, implementation, and validation
/create-plugin Optional plugin descriptioncancel-ralph
Cancel active Ralph Loop
/cancel-ralph manualcommit
Create a git commit
/commitclean_gone
Cleans up all git branches marked as [gone] (branches that have been deleted on the remote but still exist locally), including removing associated worktrees.
/clean-gone