Claude Slash Commands Reference

assetactive

Claude Slash Commands Reference

Comprehensive catalog of all available slash commands for Claude Code, organized by category with descriptions. Covers core/general, superpowers workflow, git/commits/PRs, feature development, plugin development, hookify, repo superpowers, CLAUDE.md management, Morphism, governance, Vercel, Sentry, Pinecone, PostHog, and additional third-party integrations.

Provenance

Ingested from C:\Users\mesha\Downloads\claude-slash-commands-reference.md on 2026-03-28. Original file ~91KB. This is a structured summary, not the full content.

Summary

Core / General Commands

Five foundational commands: /simplify (review changed code for reuse and quality), /loop (run prompts on recurring intervals), /keybindings-help (customize keyboard shortcuts), /claude-api (build apps with Anthropic SDK), /playground (create interactive single-file HTML playgrounds).

Superpowers (Workflow) — 16 Commands

The superpowers system is the primary workflow engine. Key commands:

  • /superpowers:brainstorming — pre-creative-work ideation
  • /superpowers:writing-plans — implementation plan authoring before multi-step tasks
  • /superpowers:executing-plans — plan execution
  • /superpowers:systematic-debugging — structured bug/failure debugging
  • /superpowers:test-driven-development — TDD workflow before implementation
  • /superpowers:verification-before-completion — verify work before claiming done
  • /superpowers:requesting-code-review and /superpowers:receiving-code-review — review cycles
  • /superpowers:finishing-a-development-branch — branch finalization
  • /superpowers:dispatching-parallel-agents — parallel independent task execution
  • /superpowers:subagent-driven-development — plan execution via subagents
  • /superpowers:using-git-worktrees — feature isolation via worktrees
  • /superpowers:writing-skills — skill creation and improvement
  • Three deprecated aliases redirecting to newer names

Git / Commits / PRs — 6 Commands

  • /commit-commands:commit — create git commits
  • /commit-commands:commit-push-pr — full commit-push-PR cycle
  • /commit-commands:clean_gone — clean branches marked as [gone]
  • /code-review:code-review — code review a PR
  • /pr-review-toolkit:review-pr — comprehensive PR review via specialized agents
  • /coderabbit:code-review — CodeRabbit AI code review

Feature Development — 3 Commands

  • /feature-dev:feature-dev — guided feature development with codebase understanding
  • /agent-sdk-dev:new-sdk-app — new Claude Agent SDK app scaffold
  • /frontend-design:frontend-design — production-grade frontend interfaces

Plugin Development — 8 Commands

Full plugin lifecycle: /plugin-dev:create-plugin (end-to-end creation), plugin-structure (scaffold/scan), skill-development, agent-development, command-development, hook-development, mcp-integration, plugin-settings. Plus /skill-creator:skill-creator for skill quality measurement.

Hookify — 5 Commands

Behavioral guardrails: hookify (create hooks to prevent unwanted behaviors), configure (enable/disable rules interactively), list, help, writing-rules.

Repo Superpowers — 14 Commands

Repository-level quality tooling: check-patterns (import/naming/convention violations), check-complexity (cyclomatic complexity analysis), audit-deps and dependency-audit (dependency health), codebase-audit (full project audit), code-quality-standards, error-hardening, base-class-extract (deduplication), ci-tooling-setup, readme-rewrite, package-modernize, tech-debt-blitz, test-bootstrap, full-cleanup-pipeline.

CLAUDE.md Management — 3 Commands

  • /claude-md-management:revise-claude-md — update with session learnings
  • /claude-md-management:claude-md-improver — audit and improve CLAUDE.md files
  • /claude-code-setup:claude-automation-recommender — recommend automations for a codebase

Morphism — 12 Commands

Project-specific governance and session management: session-start, daily-focus, weekly-review, promote (lab → hub with dependency validation), review (architectural review), validate, tenet-check, scope-guard, context, tenet-awareness, validation-reminder, morphism-context.

Governance (Local Plugin) — 4 Commands

Kernel-level governance: init-kernel, audit, add-policy, sync.

Third-Party Integrations

  • Vercel (3 commands): setup, deploy, logs
  • Sentry (7 commands): getIssues, seer (NL queries), setup-logging, setup-tracing, setup-metrics, setup-ai-monitoring, sentry-code-review
  • Pinecone (8 commands): quickstart, query, assistant, cli, docs, mcp, help, join-discord
  • PostHog (5+ commands): query (HogQL), insights, flags, experiments, and more

Key Decisions

  • Superpowers system is the primary workflow orchestrator — brainstorm → plan → execute → verify → review → ship
  • Deprecated commands maintain backward compatibility via aliases
  • Morphism commands enforce project-specific governance (tenet checks, scope guards, validation reminders)
  • Repo superpowers provide comprehensive quality tooling from pattern checks to full cleanup pipelines
  • Each command is documented with a one-line description table format