analyze-claude-code - Analyze Claude Code CLI Source Code
Analyzes Claude Code CLI source code to understand its architecture, implementation details, and design patterns.
Tags
Updated: 2026-09-23Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Download and format CLI source code
- Fetch official documentation via WebFetch
- Extract system prompt configurations
- Trace command handlers and prompts
- Analyze built-in tool schemas
- Examine event-driven hook mechanisms
- Inspect MCP and settings hierarchy
Inputs
- Claude Code CLI source code
- Official documentation URL
Outputs
- Formatted cli.js file
- Source code analysis findings
Requirements
- CLI environment with curl, jq, tar, and npx
- WebFetch tool access
