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.
- plan_w_team3.9k
Creates a concise engineering implementation plan based on user requirements and saves it to specs directory
- prime3.9k
Load context for a new agent session by analyzing codebase structure, documentation and README
- prime_tts3.9k
Load context for a new agent session by analyzing codebase structure and README
- question3.9k
Answer questions about the project structure and documentation without coding
- sentient3.9k
Manage, organize and ships your codebase.
- five3k
Apply the Five Whys root cause analysis technique to investigate an issue
- pr3k
Create a branch, split changes into logical commits, and open a pull request
- review3k
Run a multi-perspective PR review (product, dev, QA, security, DevOps, UX) and post it to GitHub
- tdd3k
Development practices and TDD workflow to follow before starting a feature
- test3k
LLM unit testing best practices checklist for testing internal logic, not API endpoints
- todo3k
Manage project todos in todos.md file
- ux3k
User Experience Designer & UI Specialist persona for design-focused tasks
- develop2.9k
Build a feature using Research > Plan > Implement phases
rohitg00/pro-workflowInstall - doctor2.9k
Diagnose pro-workflow setup and Claude Code configuration
rohitg00/pro-workflowInstall - skill-optimize2.9k
Train a skill's SKILL.md by running a SkillOpt-flavored offline loop over accumulated learn-rule corrections
rohitg00/pro-workflowInstall - ship2.9k
Commit all changes, push branch, create/update PR, and run local validation
moltis-org/moltisInstall Perform competitive analysis on companies or products
- fact-check2.7k
Fact-check claims or verify information
- market-trends2.7k
Research current market trends in a specific industry or domain
- research2.7k
Start a focused research session on any topic
- summarize2.7k
Summarize all current research findings
- say-hello2.5k
Say hello
Sync root README.md with current skills inventory from skills/ directory
softaworks/agent-toolkitInstall- codex-plan2.5k
Create a detailed implementation plan using Codex 5.2 with high reasoning
softaworks/agent-toolkitInstall - compose-email2.5k
Draft a professional email using the What-Why-How framework. Use when you need to compose emails to colleagues, stakeholders, or leadership.
softaworks/agent-toolkitInstall Build a mental model of changes by splitting them into smaller logical chunks
softaworks/agent-toolkitInstall- sync-branch2.5k
Sync feature branch with the latest main branch.
softaworks/agent-toolkitInstall - viral-tweet2.5k
Transform a raw tweet idea into an optimized viral post for X
softaworks/agent-toolkitInstall - create-actor2.4k
Guided Apify Actor development with best practices and systematic workflow
apify/agent-skillsInstall - add-chart2.4k
Renamed → /portaljs-add-chart. This alias will be removed next minor release.
datopian/portaljsInstall - add-dataset2.4k
Renamed → /portaljs-add-dataset. This alias will be removed next minor release.
datopian/portaljsInstall - add-map2.4k
Renamed → /portaljs-add-map. This alias will be removed next minor release.
datopian/portaljsInstall - add-resource2.4k
Renamed → /portaljs-add-resource. This alias will be removed next minor release.
datopian/portaljsInstall - architect2.4k
Renamed → /portaljs-architect. This alias will be removed next minor release.
datopian/portaljsInstall Renamed → /portaljs-check-data-quality. This alias will be removed next minor release.
datopian/portaljsInstall- connect-ckan2.4k
Renamed → /portaljs-connect-ckan. This alias will be removed next minor release.
datopian/portaljsInstall - define-schema2.4k
Renamed → /portaljs-define-schema. This alias will be removed next minor release.
datopian/portaljsInstall - deploy2.4k
Renamed → /portaljs-deploy. This alias will be removed next minor release.
datopian/portaljsInstall - migrate2.4k
Renamed → /portaljs-migrate. This alias will be removed next minor release.
datopian/portaljsInstall - new-portal2.4k
Renamed → /portaljs-new-portal. This alias will be removed next minor release.
datopian/portaljsInstall Initialize the current project with Scientific Writer - a deep research and writing tool that combines AI-driven research with well-formatted written outputs.
- health2.2k
Check running Claude Code or Codex sessions, find zombies, offer to clean up safely
alexgreensh/token-optimizerInstall - quick2.2k
Quick 10-second context health check with quality score and top issues
alexgreensh/token-optimizerInstall - agents-for2.2k
List pentest-ai agents relevant to a domain or tag (web, ad, cloud, mobile, recon, etc.).
0xSteph/pentest-ai-agentsInstall - recommend2.2k
Recommend the right pentest-ai agent and concrete next steps for a freeform task description.
0xSteph/pentest-ai-agentsInstall - cm2.2k
Stage all files and create a commit.
mrgoonie/claudekit-skillsInstall - cp2.2k
Stage, commit and push all code in the current branch
mrgoonie/claudekit-skillsInstall - pr2.2k
Create a pull request
mrgoonie/claudekit-skillsInstall - create2.2k
Create a new agent skill
mrgoonie/claudekit-skillsInstall - use-mcp2.2k
Utilize tools of Model Context Protocol (MCP) servers
mrgoonie/claudekit-skillsInstall Add todo item to TO-DOS.md with context from conversation
Gather requirements through adaptive questioning before executing any task
Audit slash command file for YAML, arguments, dynamic context, tool restrictions, and content quality
Audit subagent configuration for role definition, prompt quality, tool selection, XML structure compliance, and effectiveness
List outstanding todos and select one to work on
Invoke create-hooks skill for expert guidance on Claude Code hook development
Create optimized prompts for Claude-to-Claude pipelines (research -> plan -> implement)
Create hierarchical project plans for solo agentic development (briefs, roadmaps, phase plans)
Create a new prompt that another Claude can execute
Create a new slash command following best practices and patterns
Create specialized Claude Code subagents with expert guidance
- debug2k
Apply expert debugging methodology to investigate a specific issue
- run-plan2k
Execute a PLAN.md file directly without loading planning skill context
Delegate one or more prompts to fresh sub-task contexts with parallel or sequential execution
Analyze the current conversation and create a handoff document for continuing this work in a fresh context
- claw1.9k
启动 NanoClaw 智能体 (Agent) REPL — 一个由 claude CLI 驱动的持久化、会话感知 (session-aware) 的 AI 助手。
- e2e1.9k
使用 Playwright 生成并运行端到端测试。创建测试旅程、运行测试、捕获截图/视频/追踪,并上传产物。
- evolve1.9k
分析直觉(Instincts)并建议或生成进化的结构
- go-build1.9k
增量修复 Go 构建错误、go vet 警告和 linter 问题。调用 go-build-resolver 智能体(Agent)进行最小化、外科手术式的修复。
- go-review1.9k
针对地道模式、并发安全、错误处理和安全性的全面 Go 代码审查。调用 go-reviewer 智能体 (Agent)。
- go-test1.9k
为 Go 强制执行测试驱动开发(TDD)工作流。先编写表格驱动测试(Table-Driven Tests),然后进行实现。使用 go test -cover 验证 80% 以上的覆盖率。
- instinct-export1.9k
Export instincts from project/global scope to a file
- instinct-import1.9k
从文件或 URL 导入直觉(Instincts)到项目/全局作用域
- instinct-status1.9k
显示已学习的直觉(项目 + 全局)及其置信度
- learn-eval1.9k
从会话中提取可复用的模式(Patterns),在保存前进行质量自评,并确定合适的保存位置(全局 vs 项目)。
- plan1.9k
重述需求、评估风险并制定分步实施计划。在修改任何代码之前,必须等待用户确认(CONFIRM)。
- projects1.9k
列出已知项目及其直觉(instinct)统计数据
- promote1.9k
将项目级直觉(Instincts)提升至全局作用域
- python-review1.9k
针对 PEP 8 合规性、类型提示、安全性和 Pythonic 风格的全面 Python 代码审查。调用 python-reviewer 智能体(Agent)。
- setup-pm1.9k
配置你偏好的包管理器 (npm/pnpm/yarn/bun)
- skill-create1.9k
分析本地 Git 历史以提取编码模式并生成 SKILL.md 文件。Skill Creator GitHub App 的本地版本。
- tdd1.9k
强制执行测试驱动开发工作流。先搭建接口脚手架,首先生成测试,然后编写最少代码以通过测试。确保 80% 以上的覆盖率。
- label-issue1.7k
Apply labels to GitHub issues
- android-release1.7k
Prepare and execute an Android release (patch/minor/major)
nimbalyst/nimbalystInstall - bug-report1.7k
Gather details and draft an actionable bug report for developers.
nimbalyst/nimbalystInstall - commit1.7k
Create a git commit with concise, bullet-point commit message
nimbalyst/nimbalystInstall - design1.7k
Create a new plan document for tracking work.
nimbalyst/nimbalystInstall - e2e-devcontainer1.7k
Run E2E tests in a dev container (isolated environment)
nimbalyst/nimbalystInstall - implement1.7k
Execute a plan document while keeping progress synchronized.
nimbalyst/nimbalystInstall Investigate a Nimbalyst performance problem (freeze, lag, idle CPU, slow op, memory growth) with measured evidence before proposing a fix.
nimbalyst/nimbalystInstall- investigate1.7k
Investigate a problem and align on the right next step before implementing.
nimbalyst/nimbalystInstall - ios-release1.7k
Prepare and execute an iOS release (patch/minor/major)
nimbalyst/nimbalystInstall - mockup1.7k
Create a visual UX mockup for a requested feature or screen.
nimbalyst/nimbalystInstall - mychanges1.7k
Summarize my recent git commits in standup format
nimbalyst/nimbalystInstall - playwright1.7k
Write or update Playwright E2E tests following project conventions
nimbalyst/nimbalystInstall - posthog-analysis1.7k
Analyze PostHog usage data with correct filters, timelines, and caveats.
nimbalyst/nimbalystInstall - prepare-commit1.7k
Comment out inappropriate logging before commit
nimbalyst/nimbalystInstall Build, refine, and publish cumulative public release notes, then promote the current alpha prerelease to stable
nimbalyst/nimbalystInstall- pull-prs1.7k
Pull open GitHub PRs into the github-pr tracker as backlog items
nimbalyst/nimbalystInstall - push-and-release1.7k
Git pull, resolve conflicts, push, fix hook errors, then release
nimbalyst/nimbalystInstall