Skip to main content
ClaudeWave

Claude Code Slash Commands · page 4

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. Creates a concise engineering implementation plan based on user requirements and saves it to specs directory

  2. prime3.9k

    Load context for a new agent session by analyzing codebase structure, documentation and README

  3. Load context for a new agent session by analyzing codebase structure and README

  4. Answer questions about the project structure and documentation without coding

  5. Manage, organize and ships your codebase.

  6. Apply the Five Whys root cause analysis technique to investigate an issue

  7. pr3k

    Create a branch, split changes into logical commits, and open a pull request

  8. Run a multi-perspective PR review (product, dev, QA, security, DevOps, UX) and post it to GitHub

  9. tdd3k

    Development practices and TDD workflow to follow before starting a feature

  10. LLM unit testing best practices checklist for testing internal logic, not API endpoints

  11. Manage project todos in todos.md file

  12. ux3k

    User Experience Designer & UI Specialist persona for design-focused tasks

  13. Build a feature using Research > Plan > Implement phases

  14. doctor2.9k

    Diagnose pro-workflow setup and Claude Code configuration

  15. Train a skill's SKILL.md by running a SkillOpt-flavored offline loop over accumulated learn-rule corrections

  16. ship2.9k

    Commit all changes, push branch, create/update PR, and run local validation

  17. Perform competitive analysis on companies or products

  18. Fact-check claims or verify information

  19. Research current market trends in a specific industry or domain

  20. Start a focused research session on any topic

  21. Summarize all current research findings

  22. Say hello

  23. Sync root README.md with current skills inventory from skills/ directory

  24. Create a detailed implementation plan using Codex 5.2 with high reasoning

  25. Draft a professional email using the What-Why-How framework. Use when you need to compose emails to colleagues, stakeholders, or leadership.

  26. Build a mental model of changes by splitting them into smaller logical chunks

  27. Sync feature branch with the latest main branch.

  28. Transform a raw tweet idea into an optimized viral post for X

  29. Guided Apify Actor development with best practices and systematic workflow

  30. Renamed → /portaljs-add-chart. This alias will be removed next minor release.

  31. Renamed → /portaljs-add-dataset. This alias will be removed next minor release.

  32. Renamed → /portaljs-add-map. This alias will be removed next minor release.

  33. Renamed → /portaljs-add-resource. This alias will be removed next minor release.

  34. Renamed → /portaljs-architect. This alias will be removed next minor release.

  35. Renamed → /portaljs-check-data-quality. This alias will be removed next minor release.

  36. Renamed → /portaljs-connect-ckan. This alias will be removed next minor release.

  37. Renamed → /portaljs-define-schema. This alias will be removed next minor release.

  38. deploy2.4k

    Renamed → /portaljs-deploy. This alias will be removed next minor release.

  39. Renamed → /portaljs-migrate. This alias will be removed next minor release.

  40. Renamed → /portaljs-new-portal. This alias will be removed next minor release.

  41. Initialize the current project with Scientific Writer - a deep research and writing tool that combines AI-driven research with well-formatted written outputs.

  42. health2.2k

    Check running Claude Code or Codex sessions, find zombies, offer to clean up safely

  43. quick2.2k

    Quick 10-second context health check with quality score and top issues

  44. List pentest-ai agents relevant to a domain or tag (web, ad, cloud, mobile, recon, etc.).

  45. Recommend the right pentest-ai agent and concrete next steps for a freeform task description.

  46. cm2.2k

    Stage all files and create a commit.

  47. cp2.2k

    Stage, commit and push all code in the current branch

  48. pr2.2k

    Create a pull request

  49. create2.2k

    Create a new agent skill

  50. Utilize tools of Model Context Protocol (MCP) servers

  51. Add todo item to TO-DOS.md with context from conversation

  52. Gather requirements through adaptive questioning before executing any task

  53. Audit slash command file for YAML, arguments, dynamic context, tool restrictions, and content quality

  54. Audit subagent configuration for role definition, prompt quality, tool selection, XML structure compliance, and effectiveness

  55. List outstanding todos and select one to work on

  56. Invoke create-hooks skill for expert guidance on Claude Code hook development

  57. Create optimized prompts for Claude-to-Claude pipelines (research -> plan -> implement)

  58. Create hierarchical project plans for solo agentic development (briefs, roadmaps, phase plans)

  59. Create a new prompt that another Claude can execute

  60. Create a new slash command following best practices and patterns

  61. Create specialized Claude Code subagents with expert guidance

  62. Apply expert debugging methodology to investigate a specific issue

  63. Execute a PLAN.md file directly without loading planning skill context

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

  65. Analyze the current conversation and create a handoff document for continuing this work in a fresh context

  66. claw1.9k

    启动 NanoClaw 智能体 (Agent) REPL — 一个由 claude CLI 驱动的持久化、会话感知 (session-aware) 的 AI 助手。

  67. e2e1.9k

    使用 Playwright 生成并运行端到端测试。创建测试旅程、运行测试、捕获截图/视频/追踪,并上传产物。

  68. evolve1.9k

    分析直觉(Instincts)并建议或生成进化的结构

  69. 增量修复 Go 构建错误、go vet 警告和 linter 问题。调用 go-build-resolver 智能体(Agent)进行最小化、外科手术式的修复。

  70. 针对地道模式、并发安全、错误处理和安全性的全面 Go 代码审查。调用 go-reviewer 智能体 (Agent)。

  71. 为 Go 强制执行测试驱动开发(TDD)工作流。先编写表格驱动测试(Table-Driven Tests),然后进行实现。使用 go test -cover 验证 80% 以上的覆盖率。

  72. Export instincts from project/global scope to a file

  73. 从文件或 URL 导入直觉(Instincts)到项目/全局作用域

  74. 显示已学习的直觉(项目 + 全局)及其置信度

  75. 从会话中提取可复用的模式(Patterns),在保存前进行质量自评,并确定合适的保存位置(全局 vs 项目)。

  76. plan1.9k

    重述需求、评估风险并制定分步实施计划。在修改任何代码之前,必须等待用户确认(CONFIRM)。

  77. 列出已知项目及其直觉(instinct)统计数据

  78. 将项目级直觉(Instincts)提升至全局作用域

  79. 针对 PEP 8 合规性、类型提示、安全性和 Pythonic 风格的全面 Python 代码审查。调用 python-reviewer 智能体(Agent)。

  80. 配置你偏好的包管理器 (npm/pnpm/yarn/bun)

  81. 分析本地 Git 历史以提取编码模式并生成 SKILL.md 文件。Skill Creator GitHub App 的本地版本。

  82. tdd1.9k

    强制执行测试驱动开发工作流。先搭建接口脚手架,首先生成测试,然后编写最少代码以通过测试。确保 80% 以上的覆盖率。

  83. Apply labels to GitHub issues

  84. Prepare and execute an Android release (patch/minor/major)

  85. Gather details and draft an actionable bug report for developers.

  86. commit1.7k

    Create a git commit with concise, bullet-point commit message

  87. design1.7k

    Create a new plan document for tracking work.

  88. Run E2E tests in a dev container (isolated environment)

  89. Execute a plan document while keeping progress synchronized.

  90. Investigate a Nimbalyst performance problem (freeze, lag, idle CPU, slow op, memory growth) with measured evidence before proposing a fix.

  91. Investigate a problem and align on the right next step before implementing.

  92. Prepare and execute an iOS release (patch/minor/major)

  93. mockup1.7k

    Create a visual UX mockup for a requested feature or screen.

  94. Summarize my recent git commits in standup format

  95. Write or update Playwright E2E tests following project conventions

  96. Analyze PostHog usage data with correct filters, timelines, and caveats.

  97. Comment out inappropriate logging before commit

  98. Build, refine, and publish cumulative public release notes, then promote the current alpha prerelease to stable

  99. Pull open GitHub PRs into the github-pr tracker as backlog items

  100. Git pull, resolve conflicts, push, fix hook errors, then release