| Best practices overview (workflow patterns, common failures) | en__best-practices.md |
| CLAUDE.md (format, placement, what to include/exclude) | en__memory.md |
| Context window (how it fills, what loads at startup) | en__context-window.md |
| Cost / reduce token usage | en__costs.md |
| Prompt caching (also see platform.claude.com docs) | en__costs.md (CC-specific) |
| Checkpointing / /rewind | en__checkpointing.md |
| Sessions (continue, resume, fork, naming) | en__sessions.md |
| Interactive mode (/clear, /compact, /btw, key bindings) | en__interactive-mode.md |
| Slash commands / built-in commands | en__commands.md |
| Hooks (events, JSON shape, examples) | en__hooks-guide.md + en__hooks.md |
| Skills (SKILL.md format, when to use) | en__skills.md |
| Subagents (.claude/agents/*) | en__sub-agents.md |
| Permission modes (auto, plan, sandbox) | en__permission-modes.md |
| Permissions (allowlists, /permissions) | en__permissions.md |
| Sandboxing | en__sandboxing.md |
| MCP (configuration, claude mcp add) | en__mcp.md |
| Worktrees / parallel sessions | en__worktrees.md |
| Agent teams | en__agent-teams.md |
| Headless / CI (claude -p, --output-format) | en__headless.md |
| Chrome extension (UI verification) | en__chrome.md |
| Claude Code on the web | en__claude-code-on-the-web.md |
| Plugins | en__plugins.md + en__discover-plugins.md |
| Settings.json reference | en__settings.md |
| CLI reference | en__cli-reference.md |
| Status line | en__statusline.md |
| Channels (push events into a session) | en__channels.md + en__channels-reference.md |
| Auto mode config (classifier rules) | en__auto-mode-config.md |
| How Claude Code works (agentic loop internals) | en__how-claude-code-works.md |
| Agent SDK (build agents programmatically) | en__agent-sdk__overview.md and siblings |