Skip to main content
ClaudeWave

Claude Code Slash Commands

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

1,123 slash commands1-command install
  1. Workflow command scaffold for add-language-rules in everything-claude-code.

  2. Workflow command scaffold for database-migration in everything-claude-code.

  3. Workflow command scaffold for feature-development in everything-claude-code.

  4. Commit, push, and open a PR

  5. dedupe144.9k

    Find duplicate GitHub issues

  6. Triage GitHub issues by analyzing and applying labels

  7. build93.8k

    Implement tasks incrementally — build, test, verify, commit. Add "auto" to run the whole plan in one approved pass.

  8. Simplify code for clarity and maintainability — reduce complexity without changing behavior

  9. plan93.8k

    Break work into small verifiable tasks with acceptance criteria and dependency ordering

  10. review93.8k

    Conduct a five-axis code review — correctness, readability, architecture, security, performance

  11. ship93.8k

    Run the pre-launch checklist via parallel fan-out to specialist personas, then synthesize a go/no-go decision

  12. spec93.8k

    Start spec-driven development — write a structured specification before writing code

  13. test93.8k

    Run TDD workflow — write failing tests, implement, verify. For bugs, use the Prove-It pattern.

  14. webperf93.8k

    Run a web performance audit via the web-performance-auditor persona

  15. Define and enforce this project's quality bar — interview, sane defaults, CONSTRAINTS.md

  16. dedupe82.4k

    Find duplicate GitHub issues

  17. Display the current time in Pakistan Standard Time (PKT, UTC+5)

  18. Fetch Dubai weather and create an SVG weather card

  19. Update the AGENT COLLECTIONS table by researching all agent-collection repos in parallel

  20. Track Claude Code commands report changes and find what needs updating

  21. Track Claude Code settings report changes and find what needs updating

  22. Track Claude Code skills report changes and find what needs updating

  23. Track Claude Code subagents report changes and find what needs updating

  24. Update the README CONCEPTS section with the latest Claude Code features and concepts

  25. Update the DEVELOPMENT WORKFLOWS table by researching all 11 workflow repos in parallel

  26. Update the SKILL COLLECTIONS table by researching all 5 skill-collection repos in parallel

  27. Fetch the current time for Dubai (GST, UTC+4) and create a visual SVG time card

  28. Execute phased implementation with validation gates

  29. plan65.9k

    Create comprehensive planning documentation for a feature

  30. Research and analyze feature viability - GO/NO-GO decision gate

  31. ARS academic-paper `abstract-only` mode — bilingual abstract + keywords

  32. ARS /ars-cache-invalidate — drop cached verification entries for a citation key

  33. ARS academic-paper `citation-check` mode — citation error report

  34. ARS academic-paper `disclosure` mode — venue-specific AI-usage statement

  35. ARS academic-paper `format-convert` mode — convert to LaTeX / DOCX / PDF / Markdown

  36. ARS full pipeline — research → write → review → revise → finalize

  37. ARS academic-paper `lit-review` mode — annotated bibliography in paper format

  38. ARS /ars-mark-read — record human-read signal for one or more citation keys

  39. ARS academic-paper `outline-only` mode — detailed outline + evidence map

  40. ARS academic-paper `plan` mode — Socratic chapter-by-chapter planning

  41. ARS academic-paper-reviewer `full` mode — simulated peer-review panel

  42. ARS academic-paper `revision-coach` mode — Revision Roadmap + Response Letter Skeleton

  43. ARS academic-paper `revision` mode — revised draft + R&R responses

  44. ARS /ars-unmark-read — rescind a prior human-read mark for one or more citation keys

  45. ars-3w47.8k

    ARS deep-research `three-way-scan` mode — WHY / HOW / WHAT paper comparison

  46. ARS academic-paper `rebuttal-audit` mode — QA an existing rebuttal draft against reviewer comments

  47. compact39.1k

    Prepare OMC context for a manual Claude Code /compact handoff.

  48. Clean system caches (npm, Homebrew, Yarn, browsers, Python/ML) to free disk space

  49. Create an SEO-optimized blog article for a Claude Code component with AI-generated cover image

  50. Check current worktree status, branch, and assigned task

  51. Clean up merged worktrees and their branches

  52. Commit, push, and create PR from the current worktree

  53. Create parallel worktrees for multi-task development with Ghostty panels

  54. Configure HUD display options (layout, language, presets, display elements) while preserving advanced manual overrides

  55. setup27.9k

    Configure claude-hud as your statusline

  56. plan-ar26.8k

    بدء تخطيط الملفات بنمط Manus. إنشاء task_plan.md و findings.md و progress.md للمهام المعقدة.

  57. Lock the current task_plan.md content with a SHA-256 attestation. Hooks then refuse to inject plan content if the file diverges from the attested hash, blocking silent tampering. Use --show to print the stored hash, --clear to remove the attestation. Available since v2.37.0.

  58. plan-de26.8k

    Starte Manus-artige Dateiplanung. Erstelle task_plan.md, findings.md, progress.md für komplexe Aufgaben.

  59. plan-es26.8k

    Iniciar planificación de archivos estilo Manus. Crear task_plan.md, findings.md, progress.md para tareas complejas.

  60. Bridge Claude Code's /goal to the active plan. Derives a goal condition from task_plan.md and invokes /goal so Claude keeps working until the plan is complete. Available since v2.38.0.

  61. Run a planning-aware cadence with Claude Code's /loop. Default tick checks plan status, runs check-complete, nudges progress.md update if stalled. Available since v2.38.0.

  62. plan-zh26.8k

    启动 Manus 风格的文件规划。为复杂任务创建 task_plan.md、findings.md、progress.md。

  63. plan26.8k

    Start Manus-style file-based planning. Creates task_plan.md, findings.md, progress.md for complex tasks.

  64. pwf26.8k

    Short alias for /plan. Starts Manus-style file-based planning: task_plan.md, findings.md, progress.md. Available since v3.0.0.

  65. start26.8k

    Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls. Now with automatic session recovery after /clear

  66. status26.8k

    Show current planning status at a glance - phases, progress, and any logged errors.

  67. Self-check for the planning-with-files mechanisms that fail silently: plan resolution, hook injection, canonicalizer path shape, attestation state, install surfaces, and per-fire hook latency. Run it whenever hooks seem quiet or after installing on a new machine. Available since v3.6.0.

  68. 啟動 Manus 風格的檔案規劃。為複雜任務建立 task_plan.md、findings.md、progress.md。

  69. Deep-dive feature repair — systematically fix an entire feature/module. Usage: /focused-fix <feature-path>

  70. clean25.9k

    Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.

  71. cm25.9k

    Stage working tree changes and create a Conventional Commit (no push).

  72. cp25.9k

    Stage, commit, and push the current branch following git governance rules.

  73. pr25.9k

    Create a pull request from the current branch.

  74. Run the full 8-phase plugin audit pipeline on a skill directory.

  75. review25.9k

    Run the local review gate before pushing.

  76. Run the security scan gate before pushing.

  77. Scan and optimize docs for SEO — meta tags, readability, keywords, broken links, sitemap.

  78. Update all the documentation related files.

  79. Update dev documentation before context compaction

  80. Create a comprehensive strategic plan with structured task breakdown

  81. Map edited routes & launch tests

  82. Run a structured discovery flow from problem framing through opportunity mapping and validation planning.

  83. Guide PM to Director to VP/CPO transition planning with role-fit diagnostics and onboarding guidance.

  84. Turn strategy and validated opportunities into a sequenced roadmap with clear tradeoffs.

  85. Select what to work on next using the right prioritization method for your context.

  86. Build product strategy from positioning through opportunity and roadmap decisions.

  87. Create a decision-ready PRD by chaining problem framing, requirements definition, and story scaffolding.

  88. Implement tasks from an OpenSpec change (Experimental)

  89. Archive a completed change in the experimental workflow

  90. Enter explore mode - think through ideas, investigate problems, clarify requirements

  91. Propose a new change - create it and generate all artifacts in one step

  92. bmad-master agent

  93. analyst agent

  94. architect agent

  95. dev6.1k

    dev agent

  96. pm6.1k

    pm agent

  97. qa6.1k

    qa agent

  98. quick-flow-solo-dev agent

  99. sm6.1k

    sm agent

  100. tech-writer agent