Skip to main content
ClaudeWave

Claude Code Slash Commands · page 12

Slash commands for Claude Code collected from the directory: prompt definitions you can install into ~/.claude/commands with one command.

1,134 slash commands1-command install
  1. Post release announcement to X (Twitter) with GitHub link reply

  2. Expert prompt engineer that creates optimized, XML-structured prompts with intelligent depth selection

  3. Automate complete release workflow for Spec-Flow package (version bump, CHANGELOG, git tag, GitHub release, npm publish)

  4. Initialize and manage parallel AI developer worktrees (Dev Studio). Creates persistent worktrees for concurrent Claude Code agents.

  5. Manage workflow context (handoffs, todos, session status)

  6. Generate project-specific skills, commands, or hooks based on detected patterns from workflow audits

  7. Create Claude Code extensions (prompts, commands, agents, skills, hooks)

  8. Delegate one or more prompts to fresh sub-task contexts with parallel or sequential execution

  9. Diagnose and repair corrupted workflow state. Use when state.yaml is invalid, phases are stuck, or domain-memory.yaml has stale locks.

  10. Reduce spec ambiguity via targeted questions with adaptive auto-invocation (planning is 80% of success)

  11. Execute systematic debugging workflow via spec-cli.py, track failures in error-log.md, and generate session reports

  12. Finalize documentation (CHANGELOG, README, help docs), update GitHub milestones/releases, and cleanup branches after production deployment

  13. Execute all implementation tasks from tasks.md with test-driven development, parallel batching, and atomic commits

  14. Run 15 parallel quality gates (core checks, E2E/visual, pre-CI validation, plus contracts/load/integrity for epics) with auto-retry for transient failures

  15. Generate implementation plan from spec using research-driven design (meta-prompting for epics)

  16. Generate complete feature specification with research, requirements analysis, and quality validation

  17. Generate TDD task breakdown from plan.md with test-first sequencing and mockup-first mode (--ui-first)

  18. Analyze spec, plan, and tasks for consistency violations, breaking changes, and constitution compliance. Generates analysis-report.md with CRITICAL/MAJOR/MINOR findings.

  19. Add, update, or remove engineering principles in docs/project/engineering-principles.md with atomic versioned commits

  20. Interactive wizard to configure user preferences for command defaults and behavior

  21. Generate 8 project design documents (overview, architecture, tech-stack, data, API, capacity, deployment, workflow) via interactive questionnaire or config file

  22. Generate OKLCH design tokens with WCAG validation, shadcn/ui integration, and Tailwind v4 theming via 8 customization questions

  23. Discovery-first prototyping - explore app ideas with zero-risk iteration before committing to roadmap/features

  24. Manage product roadmap via GitHub Issues (brainstorm, prioritize, track). Auto-validates features against project vision (from overview.md) before adding to roadmap.

  25. Diagnose and fix CI/deployment blockers for pull requests to enable safe deployment

  26. Run quality gates (CI checks or security scanning)

  27. Run on-demand code review during development (voting-enabled)

  28. Check and set up everything needed for /crew (agent teams, Go binaries)

  29. Load a synced session summary for context

  30. List synced sessions from GitHub

  31. Configure which sections appear in the Claude Code statusline

  32. Disable session sync to GitHub

  33. Enable session sync to GitHub for cross-device continuation

  34. Manually sync current session to GitHub now