Slash Commands
Browse slash commands from Claude Code plugins
Browse slash commands from Claude Code plugins
Browse slash commands from Claude Code plugins
/skillsSearches prompts.chat for Agent Skills to extend Claude's capabilities with filters.
/promptsSearches prompts.chat for AI prompts and filters by type, category, or tag.
/listLists all configured hookify rules with their status, patterns, and file locations.
/feature-devGuides systematic feature implementation through codebase exploration, architectural design, and iterative development.
/commit-push-prCommits changes, pushes branch, and creates a pull request in one step
/ralph-loopInitiates an iterative development loop that persists your work across sessions until completion criteria are met.
/helpCreates custom hooks to prevent unwanted behaviors during Claude Code sessions.
/clean_goneRemoves local git branches marked as [gone] and their associated worktrees.
/review-prRuns comprehensive pull request reviews using specialized agents to analyze code quality, tests, errors, types, and simplification opportunities.
/commitCreates a git commit with AI-generated messages based on current changes and context.
/hookifyCreates hook rules to prevent unwanted behaviors in conversations or commands.
/code-reviewReviews pull requests for bugs and CLAUDE.md compliance violations.
/create-pluginGuides users through creating complete Claude Code plugins from concept to tested implementation.
/helpExecutes iterative AI development loops that repeatedly apply the same prompt to progressively refine code.
/cancel-ralphCancels an active Ralph Wiggum loop by removing its local tracking file and reporting the stopped iteration.
/configureEnables or disables hookify rules interactively through a selection interface.
/new-sdk-appSets up a new Claude Agent SDK project with TypeScript or Python, including dependencies, configuration, and a working example.
/brainstormExplores requirements and design before implementation for creative work.
/execute-planExecutes complex multi-step plans in controlled batches with manual review checkpoints.
/write-planCreates detailed implementation plans with bite-sized tasks for coding projects.
/update-docsGenerates comprehensive project documentation from source files including scripts, environment variables, and operational runbooks.
/tddEnforces test-driven development by generating tests first, then implementing minimal code to pass.
/verifyRuns comprehensive codebase checks including build, types, linting, and tests to ensure readiness for deployment.
/refactor-cleanSafely identifies and removes unused code by analyzing dependencies and verifying changes with test runs.
/sessionsManages Claude Code session history including listing, loading, aliasing, and editing stored sessions.
/planCreates step-by-step implementation plans and waits for user confirmation before proceeding.
/skill-createAnalyzes git history to extract coding patterns and generate SKILL.md files documenting team practices.
/test-coverageAnalyzes test coverage and generates missing unit, integration, and E2E tests.
/update-codemapsAnalyzes codebase structure and automatically updates architecture documentation files with dependency maps and change tracking.
/orchestrateOrchestrates sequential AI agents to execute complex development workflows like feature implementation and bug fixes.
/python-reviewAnalyzes Python code for security vulnerabilities, type safety, and PEP 8 compliance using static analysis tools.
/setup-pmDetects and configures package manager preferences for projects or globally.
/instinct-exportExports filtered and sanitized Claude instincts for secure team sharing and project transfer.
/go-testEnforces test-driven development in Go by writing table-driven tests first, implementing code, and verifying 80%+ coverage.
/instinct-importImports and merges behavioral patterns from teammates and repositories to enhance Claude's capabilities.