08 Command System banner
codeaashu codeaashu

08 Command System

Security community

Description

# Prompt 08: Audit and Wire Up the Command System ## Context You are working in `/workspaces/claude-code`. The CLI has ~50 slash commands (e.g., `/commit`, `/review`, `/init`, `/config`). These are registered in `src/commands.ts` and implemented in `src/commands/`. Key files: - `src/commands.ts` (~25K lines) — Command registry (`getCommands()`) - `src/commands/` — Individual command implementations - `src/types/command.ts` — Command type definition ## Task ### Part A: Understand the Command

Installation

Installs to ~/.claude/skills/codeaashu-claude-code-08-command-system/SKILL.md

Terminal
mkdir -p ~/.claude/skills/codeaashu-claude-code-08-command-system && curl -fsSL https://raw.githubusercontent.com/codeaashu/claude-code/HEAD/prompts/08-command-system.md -o ~/.claude/skills/codeaashu-claude-code-08-command-system/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository