Claude Code Slash Commands · page 8
Slash commands for Claude Code collected from the directory: prompt definitions you can install into ~/.claude/commands with one command.
- recent575
Show recent memories and activity timeline
memvid/claude-brainInstall - search575
Search memories for specific content or patterns
memvid/claude-brainInstall - stats575
Show memory statistics and storage information
memvid/claude-brainInstall Extract design patterns from code into specs and wiki
catlog22/maestro-flowInstall- learn-follow548
Guided reading of code or wiki to extract patterns
catlog22/maestro-flowInstall Investigate questions with hypothesis testing and evidence logging
catlog22/maestro-flowInstallGet alternative perspectives — review, challenge, or consult
catlog22/maestro-flowInstallGenerate overlays to fix workflow command deficiencies
catlog22/maestro-flowInstallUse when a topic needs structured multi-dimensional investigation before planning or decision-making
catlog22/maestro-flowInstallGenerate formal specification package (Product Brief, PRD, Architecture, Epics) through 6-phase document chain
catlog22/maestro-flowInstallUse when exploring ideas, evaluating approaches, or needing multi-perspective analysis before implementation
catlog22/maestro-flowInstallUse when a question needs cross-verification from multiple CLI tools or diverse analytical perspectives
catlog22/maestro-flowInstallCompose reusable workflow templates from natural language
catlog22/maestro-flowInstallUse when a confirmed plan is ready for implementation
catlog22/maestro-flowInstallUse when stress-testing a plan, idea, or requirement against codebase reality before brainstorming
catlog22/maestro-flowInstallAudit current milestone for cross-phase integration gaps
catlog22/maestro-flowInstallArchive completed milestone and prepare for next
catlog22/maestro-flowInstallBump version, generate changelog, tag milestone
catlog22/maestro-flowInstall- maestro-plan548
Use when creating, revising, or verifying an execution plan for a phase or task
catlog22/maestro-flowInstall Play workflow templates with checkpoint resume
catlog22/maestro-flowInstallQuick task execution, skip optional agents
catlog22/maestro-flowInstallSelf-running loop controller for adaptive maestro workflow — build, tick, decide in one skill
catlog22/maestro-flowInstallExecute next pending step in ralph session
catlog22/maestro-flowInstallGenerate roadmap with milestone/phase structure from requirements or upstream context
catlog22/maestro-flowInstallParallel workflow accelerator — route intent to fixed Workflow scripts for multi-agent concurrent execution
catlog22/maestro-flowInstallLoad and execute tool specs by category or name
catlog22/maestro-flowInstallRegister tool specs - extract, generate, or optimize
catlog22/maestro-flowInstallExtract design system from code, generate reference package, persist as knowledge assets
catlog22/maestro-flowInstallDynamic adversarial workflow generator — scan library, match or generate, execute, persist
catlog22/maestro-flowInstallRebuild all codebase documentation from scratch
catlog22/maestro-flowInstallExtract knowledge from artifacts into wiki/spec/issues
catlog22/maestro-flowInstallDiscover issues via multi-perspective analysis
catlog22/maestro-flowInstall- manage-issue548
Create, query, update, close, and link issues
catlog22/maestro-flowInstall Analyze codebase patterns and generate .workflow/kg/extractors.yaml for custom symbol extraction
catlog22/maestro-flowInstallCapture reusable knowledge as templates, recipes, or tips
catlog22/maestro-flowInstallManage knowhow entries (workflow and system)
catlog22/maestro-flowInstallAudit and prune knowledge across spec / knowhow / artifact stores
catlog22/maestro-flowInstallShow project dashboard with progress and next steps
catlog22/maestro-flowInstall- manage-wiki548
Manage wiki graph — health, cleanup, search, stats
catlog22/maestro-flowInstall Long-running debug cycle — archaeology, diagnosis, fix, confirmation, generalization, discovery, and knowledge persistence
catlog22/maestro-flowInstallLong-running codebase improvement cycle — multi-dimensional audit, deep diagnosis, targeted fix, verify, generalize, and engineering knowledge persistence
catlog22/maestro-flowInstallRequirement-driven iterative cycle — plan, execute, strict verify, fix loop until acceptance criteria met
catlog22/maestro-flowInstallDeep review + fix cycle — archaeology, exploration, multi-dimensional review, targeted fix, generalization, discovery, and knowledge persistence
catlog22/maestro-flowInstall- odyssey-ui548
Long-running UI optimization cycle — visual survey, multi-dimensional audit, divergent exploration, fix, verify, generalize, and design knowledge persistence
catlog22/maestro-flowInstall Use when test coverage needs automated expansion or existing tests need iterative convergence
catlog22/maestro-flowInstallUse when bugs, test failures, or unexpected behavior need systematic root cause investigation
catlog22/maestro-flowInstallUse when accumulated tech debt needs systematic identification and safe reduction
catlog22/maestro-flowInstallUse after completing a phase to extract lessons, patterns, and improvement opportunities
catlog22/maestro-flowInstallUse after execution to evaluate code quality across correctness, security, performance, and architecture
catlog22/maestro-flowInstall- quality-sync548
Sync codebase docs by tracing git diff impact
catlog22/maestro-flowInstall - domain-add548
Register a domain term into project glossary
catlog22/maestro-flowInstall Detect and realign .workflow/ artifact drift against code reality after refactoring
catlog22/maestro-flowInstall- commit543
Commit changes with auto-generated message showing command context, timestamp, and change count
Add a new Claude Code hook event with sounds, config, settings, scripts, and docs
Track Claude Code changelog and find what needs updating in this repo
- psql-query543
Run ad-hoc PostgreSQL analytics queries against dev/test database
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
tzachbon/smart-ralphInstallGenerate a custom checklist for the current feature based on user requirements.
tzachbon/smart-ralphInstallIdentify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
tzachbon/smart-ralphInstallCreate or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
tzachbon/smart-ralphInstallExecute the implementation plan by processing and executing all tasks defined in tasks.md
tzachbon/smart-ralphInstall- speckit.plan536
Execute the implementation planning workflow using the plan template to generate design artifacts.
tzachbon/smart-ralphInstall Create or update the feature specification from a natural language feature description.
tzachbon/smart-ralphInstallGenerate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
tzachbon/smart-ralphInstallConvert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
tzachbon/smart-ralphInstall- commit536
Analyze git changes and create a commit without Claude Code attribution
- auth533
Configure OAuth providers, auth hooks, JWT lifetimes, and service keys for a Butterbase app
- deploy533
Deploy a frontend (React, Next.js, or static HTML) to a live URL on Butterbase
- function533
Develop, deploy, or debug a Butterbase serverless function
- idea533
Stage 1 of the journey: concrete one-question-at-a-time idea brainstorm with inline Butterbase capability tagging.
- plan533
Stage 2 of the journey: translate the idea + capability map into a concrete Butterbase plan (tables, RLS, auth, functions, storage, frontend).
- rag533
Build a RAG knowledge base on Butterbase: ingest documents, run semantic search, generate synthesized answers
- schema533
Design or modify a Butterbase database schema using the declarative DSL
- submit533
Hackathon submission: assemble metadata from journey artifacts and call prep_and_submit_hackathon_entry.
- release529
Guided version bump — validate, tag, and create GitHub release
- validate529
Run pre-release validation checks on all SKILL.md files and JSON databases
- OPSX: Apply511
Implement tasks from an OpenSpec change (Experimental)
VILA-Lab/FigMirrorInstall Archive a completed change in the experimental workflow
VILA-Lab/FigMirrorInstallEnter explore mode - think through ideas, investigate problems, clarify requirements
VILA-Lab/FigMirrorInstallPropose a new change - create it and generate all artifacts in one step
VILA-Lab/FigMirrorInstall- package505
Look up library documentation using Context7 MCP tools for a specific task
VikashLoomba/copilot-mcpInstall - url505
Scrape and integrate documentation from provided URLs using Firecrawl tools
VikashLoomba/copilot-mcpInstall Full autonomous security workflow — scan, dedup, prep, analyse, consensus, judge, exploit, patch, group
deonmenezes/mantishackInstallAnalyze existing SARIF findings with LLM
deonmenezes/mantishackInstallAdd, list, edit, or remove per-function annotations attached to source files
deonmenezes/mantishackInstallAudit authentication (JWT, cookies) and security logging coverage automatically
deonmenezes/mantishackInstallCodeQL deep static analysis with dataflow validation
deonmenezes/mantishackInstallList all available MANTISHACK commands
deonmenezes/mantishackInstallAutonomous crash root-cause analysis for C/C++ bugs
deonmenezes/mantishackInstallCVE patch discovery — find, acquire, and diff the fix commit for a CVE
deonmenezes/mantishackInstallGenerate Mermaid visual maps from /understand or /validate output directories
deonmenezes/mantishackInstallGenerate exploit proof-of-concepts for vulnerabilities (beta)
deonmenezes/mantishackInstall- mantis-fuzz497
Binary fuzzing with AFL++ integration
deonmenezes/mantishackInstall Evidence-backed forensic investigation for GitHub repositories
deonmenezes/mantishackInstall- mantis-patch497
Generate secure patches for vulnerabilities (beta)
deonmenezes/mantishackInstall Manage MANTISHACK projects — create, list, status, coverage, findings, diff, merge, report, clean, export
deonmenezes/mantishackInstall- mantis-sca497
Software Composition Analysis — find vulnerable dependencies, gate CI, fix and pin
deonmenezes/mantishackInstall - mantis-scan497
Scan a repository with Semgrep and CodeQL
deonmenezes/mantishackInstall Inspect per-model reliability across decision classes; answer natural-language questions about model competence
deonmenezes/mantishackInstallRun automated workflow tests for all commands
deonmenezes/mantishackInstall