ClaudeSuperPower

Commands

Slash commands that trigger predefined workflows in Claude Code.

What are you trying to do?

249 results

review-pr

Official

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-pr

new-sdk-app

Official

Create and setup a new Claude Agent SDK application

/new-sdk-app [project-name]

list

List all configured hookify rules

/list

maker-setup

Onboard a Code-with-Claude Makers Cardputer — fetch the build-with-claude repo, flash firmware, and install the Claude Buddy apps.

/maker-setup manual

modernize-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

/configure

modernize-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-review

modernize-status

Where am I in the modernization workflow — artifact inventory, staleness, secrets hygiene, next step

/modernize-status <system-dir>

revise-claude-md

Official

Update CLAUDE.md with learnings from this session

/revise-claude-md

modernize-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] manual

feature-dev

Guided feature development with codebase understanding and architecture focus

/feature-dev Optional feature description

modernize-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

/help

create-plugin

Official

Guided end-to-end plugin creation workflow with component design, implementation, and validation

/create-plugin Optional plugin description

cancel-ralph

Cancel active Ralph Loop

/cancel-ralph manual

commit

Create a git commit

/commit

clean_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