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,092 slash commands1-command install
  1. Validate a finding — runs 7-Question Gate + 4-gate checklist. Kills weak findings before report writing. Prevents N/A submissions that hurt validity ratio. Usage: /validate

  2. Smart contract security audit — runs through 10 bug class checklist (accounting desync, access control, incomplete path, off-by-one, oracle errors, ERC4626, reentrancy, flash loan, signature replay, proxy/upgrade). Applies pre-dive kill signals first. Generates Foundry PoC template for confirmed findings. Usage: /web3-audit <contract.sol>

  3. ship2.8k

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

  4. Perform competitive analysis on companies or products

  5. Fact-check claims or verify information

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

  7. Start a focused research session on any topic

  8. Summarize all current research findings

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

  10. doctor2.7k

    Diagnose pro-workflow setup and Claude Code configuration

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

  12. Say hello

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

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

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

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

  17. Sync feature branch with the latest main branch.

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

  19. cm2.2k

    Stage all files and create a commit.

  20. cp2.2k

    Stage, commit and push all code in the current branch

  21. pr2.2k

    Create a pull request

  22. create2.2k

    Create a new agent skill

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

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

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

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

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

  28. Gather requirements through adaptive questioning before executing any task

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

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

  31. List outstanding todos and select one to work on

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

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

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

  35. Create a new prompt that another Claude can execute

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

  37. Create specialized Claude Code subagents with expert guidance

  38. Apply expert debugging methodology to investigate a specific issue

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

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

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

  42. claw1.8k

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

  43. e2e1.8k

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

  44. evolve1.8k

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

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

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

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

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

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

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

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

  52. plan1.8k

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

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

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

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

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

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

  58. tdd1.8k

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

  59. health1.7k

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

  60. quick1.7k

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

  61. Apply labels to GitHub issues

  62. AI DevKit · Compare implementation with design and requirements docs to ensure alignment.

  63. AI DevKit · Pre-push code review against design docs.

  64. AI DevKit · Execute a feature plan task by task.

  65. AI DevKit · Scaffold feature documentation from requirements through planning.

  66. AI DevKit · Store reusable guidance in the knowledge memory service.

  67. AI DevKit · Review feature design for completeness.

  68. AI DevKit · Review feature requirements for completeness.

  69. AI DevKit · Update planning docs to reflect implementation progress.

  70. AI DevKit · Add tests for a new feature.

  71. Add tests for recently changed files or specified code

  72. System design and architecture planning mode. Focuses on high-level design, trade-offs, and technical decisions before implementation.

  73. Explore the repository with 10 parallel subagents to create comprehensive documentation. Creates CODEBASE.md with full architecture analysis.

  74. Simplifies code after implementation. Reviews recent changes and suggests/applies simplifications while preserving behavior.

  75. Commit staged changes, push to remote, and create a pull request

  76. commit1.4k

    Create a conventional commit with auto-generated message

  77. Safe, one-at-a-time dependency upgrades with verification after each. Detects package manager automatically.

  78. Runs linting and code quality checks. Catches style issues, potential bugs, and enforces project standards.

  79. Auto-fix all linting and formatting issues

  80. mentor1.4k

    Educational mode that explains concepts, teaches patterns, and guides learning. Ideal when learning a new codebase, technology, or programming concept.

  81. View agent performance metrics and session history. Shows usage patterns, files changed, and session summaries.

  82. Multi-perspective analysis using parallel subagents. Analyzes code from architecture, security, performance, and testing viewpoints simultaneously.

  83. Run parallel code review across multiple directories or files. Uses N subagents simultaneously for faster analysis.

  84. plan1.4k

    Create and maintain a structured PLAN.md for persistent task tracking. Supports phases, dependencies, and progress tracking.

  85. Quickly fix lint errors, type errors, or simple bugs

  86. rapid1.4k

    Fast-paced development mode for quick iterations. Minimal ceremony, maximum speed. Best for prototypes, MVPs, and time-sensitive tasks.

  87. Systematic, safety-first refactoring with verification at each step. Never refactors and adds features simultaneously.

  88. review1.4k

    Strict code review mode with high standards. Thoroughly examines code for bugs, security issues, performance problems, and best practice violations.

  89. Runs project tests intelligently. Identifies affected tests from changes and runs them first, then full suite.

  90. Document session learnings to CLAUDE.md and AGENTS.md. Use after completing significant tasks, debugging sessions, or discovering project patterns.

  91. Security-focused code scan. Checks for hardcoded secrets, vulnerable dependencies, and common security issues.

  92. Summarize recent changes for standup, PR, or documentation

  93. Sync current branch with main/master (fetch, rebase or merge)

  94. Interactive tutorial for learning the plugin. Walks through agents, skills, hooks, and commands with hands-on examples.

  95. Validates project build process. Run after changes to ensure the project compiles/transpiles correctly.

  96. Comprehensive verification after code changes. Uses Boris Cherny's multi-subagent adversarial approach.

  97. Manually activate NoPUA clarity mode when stuck — identify the failure pattern and work through stop → observe → transform → act → transcend, driven by wisdom rather than fear.

  98. 行き詰まったとき NoPUA 清明モードを手動起動——失敗パターンを識別し、恐怖ではなく知恵で止→観→転→行→悟へ導く。

  99. Code review the current proposed code change

  100. Code review for pull request $1