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.

967 slash commands1-command install
  1. Understand the opportunity: keyword demand, SERP intent, competitors, content gaps, and site/topic/entity maps. Not sure? Use /aaron:auto.

  2. track2.1k

    Track and remember over time: rankings, alerts, performance reports, and project memory. Not sure? Use /aaron:auto.

  3. Say hello

  4. Run autonomous hunt loop on a target — scope check → recon → rank surface → hunt → validate → report with configurable checkpoints. Usage: /autopilot target.com [--paranoid|--normal|--yolo]

  5. Build an exploit chain — given bug A, finds B and C to combine for higher severity and payout. Knows common chain patterns: IDOR→ATO, SSRF→cloud metadata, XSS→ATO, open redirect→OAuth theft, S3→bundle→secret→OAuth. Usage: /chain

  6. Active vulnerability hunting. Two-track dispatcher — asks Red Team vs WAPT, hands off to hunt-dispatch skill and sibling commands. Usage: /hunt target.com | /hunt *.target.com | /hunt targets.txt [--vuln-class X] [--source-code P] [--chrome]

  7. On-demand intelligence fetch for a target — CVEs, disclosed reports, new features. Wraps learn.py + hunt memory context. Usage: /intel target.com

  8. Inspect or rotate hunt-memory JSONL files (audit.jsonl, patterns.jsonl, journal.jsonl). Caps file size and keeps N rotated backups so memory does not grow unbounded.

  9. Pick up a previous hunt on a target — shows hunt history, untested endpoints, and memory-informed suggestions. Usage: /pickup target.com

  10. Run full recon pipeline on a target — subdomain enum (Chaos API + subfinder), live host discovery (dnsx + httpx), URL crawl (katana + waybackurls + gau), gf pattern classification, nuclei scan. Outputs to recon/<target>/ directory. Usage: /recon target.com

  11. Log current finding or successful pattern to hunt memory. Auto-fills from /validate output if available. Usage: /remember

  12. Write a submission-ready bug bounty report. Generates H1/Bugcrowd/Intigriti/Immunefi format with CVSS 3.1 score, proof of concept, impact statement, and remediation. Run /validate first. Usage: /report

  13. Show ranked attack surface for a target based on recon output + hunt memory. Invokes recon-ranker agent. Usage: /surface target.com

  14. Meme coin and token security scan — checks for rug pull vectors (hidden mint, honeypot, fee manipulation, LP lock bypass, authority retention, bonding curve exploits, fake renounce, sandwich amplification). Runs automated token_scanner.py + manual 8-class audit. Usage: /token-scan <contract_path_or_dir> [--chain solana]

  15. Quick 7-Question Gate triage on a finding before writing a report. Kills N/A submissions before they happen. Faster than /validate — for quick go/no-go decisions. Usage: /triage

  16. 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

  17. 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>

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

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

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

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

  22. Sync feature branch with the latest main branch.

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

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

  25. Gather requirements through adaptive questioning before executing any task

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

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

  28. List outstanding todos and select one to work on

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

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

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

  32. Create a new prompt that another Claude can execute

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

  34. Create specialized Claude Code subagents with expert guidance

  35. debug1.9k

    Apply expert debugging methodology to investigate a specific issue

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

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

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

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

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

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

  42. Apply labels to GitHub issues

  43. Add tests for recently changed files or specified code

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

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

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

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

  48. commit1.4k

    Create a conventional commit with auto-generated message

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

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

  51. Auto-fix all linting and formatting issues

  52. mentor1.4k

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

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

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

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

  56. plan1.4k

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

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

  58. rapid1.4k

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

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

  60. review1.4k

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  74. AI DevKit · Review feature design for completeness.

  75. AI DevKit · Review feature requirements for completeness.

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

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

  78. health1.3k

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

  79. quick1.3k

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

  80. Code review the current proposed code change

  81. Code review for pull request $1

  82. claw1.2k

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

  83. e2e1.2k

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

  84. evolve1.2k

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

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

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

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

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

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

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

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

  92. plan1.2k

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

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

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

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

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

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

  98. tdd1.2k

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

  99. Clean Defensive Try-Catch Blocks

    vm0-ai/vm0Install
  100. Alias for tech-debt issue

    vm0-ai/vm0Install