What problem does it solve?
Claude Code ecosystem documentation consolidates the CLI tooling, extensibility primitives, and CLAUDE.md architecture to help teams configure, extend, and optimize their Claude-based workflows without digging through scattered references.
Core Features & Use Cases
- CLI tooling for setup, slash commands, MCP server, hooks and plugins, and CI/CD integration.
- Extensibility with Agents, Skills, and Output Styles for domain knowledge and customized workflows.
- CLAUDE.md architecture guidance for project instructions, optimization, and enterprise deployment patterns.
- Use Case: A developer wants to bootstrap a new skill, wire it to a bot flow, and push configuration to a CI pipeline.
Quick Start
Start by reviewing the CLI reference docs, then scaffold a CLAUDE.md for a small project, and incrementally add a skill or agent following the reference templates.