Content
# Claude Code Playbook
A structured study guide covering the core features of **Claude Code** — Anthropic's official CLI for agentic software development. Each topic has a `notes.md` with research and learnings.
## Topics
| # | Topic | Status | What's covered |
|---|-------|--------|----------------|
| 01 | [Slash Commands](./01-slash-commands/notes.md) | ✅ Done | Sessions, built-in commands, context window management |
| 02 | [CLAUDE.md](./02-claude-md/notes.md) | ✅ Done | Project memory, .claude folder types, all 5 CLAUDE.md types, auto memory |
| 03 | [Spec Driven Development](./03-spec-driven-development/notes.md) | ✅ Done | Vibe coding vs spec-driven, spec vs design doc, 7-step workflow |
| 04 | [Plan Mode](./04-plan-mode/) | 🔜 Coming soon | Safe read-only analysis before making changes |
| 05 | [Custom Slash Commands](./05-custom-slash-commands/) | 🔜 Coming soon | Building reusable prompt shortcuts with .claude/commands/ |
| 06 | [Skills](./06-skills/) | 🔜 Coming soon | Advanced reusable workflows with supporting files |
| 07 | [Sub Agents](./07-sub-agents/) | 🔜 Coming soon | Spawning specialized workers to protect main context |
| 08 | [Claude + MCP](./08-claude-mcp/notes.md) | ✅ Done | MCP protocol, SQLite + Figma + GitHub integrations |
## What is Claude Code?
Claude Code is Anthropic's CLI tool that brings Claude directly into your terminal and IDE. It goes beyond chat — it can read, write, and execute code across your entire codebase, run shell commands, manage git, and connect to external services.
```bash
# Install
npm install -g @anthropic-ai/claude-code
# Start a session
claude
```
## How to Use This Repo
Each topic folder contains a single `notes.md` file with:
- The core problem and solution
- Key concepts and definitions
- How things work internally
- Best practices and real examples
## Prerequisites
- Claude Code installed: `npm install -g @anthropic-ai/claude-code`
- An Anthropic API key (set as `ANTHROPIC_API_KEY`)
---
Built to document and share learnings about Claude Code.
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.