Command system documentation & header requirements
Provides reference documentation for the Claude Code command system and slash command requirements.
/plugin marketplace add jleechanorg/claude-commands/plugin install claude-commands@claude-commands-marketplaceThis file is reference documentation only. It does not define an executable /claude command and should never be treated as a runnable instruction set.
Primary Rules: Inherits from ../../CLAUDE.md (complete project protocols)
Every executable slash command markdown file in this directory must begin with the following YAML front matter block (updated with the command's specific metadata):
---
description: <Short command summary>
type: <one of execution|planning|testing|git|orchestration|quality|ai|research|review>
execution_mode: <immediate|deferred|manual>
---
Commands without this header are considered invalid and should be updated before use.
Command System Enumerator Overview: This section documents the available commands by category for reference purposes only.
Usage Example: /commands [filter] (not an executable command in this file; shown for documentation)
Output: Categorized command inventory with descriptions and file paths (for informational use)
Core Command Files (80+ .md files):
execute.md, e.md - Main task execution commandsplan.md, arch.md, design.md - Architectural and planning workflowstest.md, tdd.md, testui.md, testhttpf.md - Testing command suitepush.md, pushl.md, pr.md, integrate.md - Git workflow automationorch.md, orchestrate.md, handoff.md - Multi-agent coordinationfake.md, fake3.md, lint_utils.py - Code quality validationcereb.md, cerebras.md, qwen.md - AI service commandsresearch.md, perp.md - Information gathering commandsreviewe.md, review-enhanced.md, copilot.md - Code review automationSpecialized Command Categories:
debug.md, debugp.md, debug-protocol.md - Systematic debugginglearn.md, memory_enhancement_hook.py - Knowledge managementexportcommands.md, exportcommands.py - Project export utilitiesgstatus.md, context.md, header.md - Project status reportingPython Automation Scripts (12 .py files):
orchestrate.py, orch.py - Orchestration system backendpush.py, pr_utils.py - Git workflow automation utilitiesexportcommands.py - Project export functionalitythink.py, learn.py - Cognitive enhancement toolstimeout.py - Command timeout managementheader_check.py - Git header validationShell Scripts & Utilities (8 .sh files):
pushl.sh - Automated labeling and push workflowcomprehensive_export_filter.sh - Export filtering logiccerebras_direct.sh - Direct Cerebras API integrationcopilot_inline_reply_example.sh - Copilot integration exampleSupport Modules:
_copilot_modules/ - Copilot command infrastructure (4 Python files)cerebras/ - Cerebras integration with tests (3 files)lib/ - Shared utilities (fake_detector.py, request_optimizer.py)tests/ - Command system validation tests (8 test files)Two Command Types:
/think, /debug, /plan): Natural language processing and analysis/orch, /execute, /push): Direct system operations and automationExecution Patterns:
For Markdown Commands:
For Python/Shell Scripts:
# Cognitive Commands (natural language processing):
/think [analysis topic]
/debug [issue description]
/plan [task description]
# Operational Commands (system operations):
/execute [task to perform]
/orch [task for orchestration]
/push [commit and push changes]
# Specialized Workflows:
/cerebras [code generation task]
/reviewe [enhanced code review]
/fake3 [fake code detection]
Purpose: Provides comprehensive command system for Claude Code operations including task execution, orchestration, code quality, and development workflow automation Role: Command interface layer enabling natural language interaction with development tools, CI/CD systems, and multi-agent orchestration Parent Project: Your Project - AI-powered tabletop RPG platform
/commandname [arguments] syntax../../run_tests.sh for command system validation