---
title: "Claude Code KB — Master Index"
type: index
updated: 2026-06-10
claude_code_version: "2.1.172"
---

# Claude Code KB — Master Index

Master catalog of all wiki pages. Every page in the wiki must have an entry here.

**Latest verified Claude Code version:** 2.1.172 (2026-06-10)
**KB pages:** 32 (13 concepts + 8 entities + 4 summaries + 5 syntheses + 2 system)

## Concepts (13)

### Getting started & daily use
- [[concepts/installation-setup]] — install per platform, first run, login flows, credential storage
- [[concepts/configuration]] — settings.json hierarchy (user/project/local/managed), env vars, config debugging
- [[concepts/cli-reference]] — commands, flags, print mode for CI, structured output, session resume
- [[concepts/interactive-mode]] — slash commands, keyboard shortcuts, vim mode, keybindings.json, fullscreen TUI
- [[concepts/memory-context]] — CLAUDE.md load order, imports, auto memory, context window & compaction
- [[concepts/checkpointing]] — /rewind, restore vs summarize, what checkpoints do and don't track
- [[concepts/permissions-security]] — six permission modes, rule syntax, auto mode, sandboxing, security model

### Extending & automating
- [[concepts/skills-system]] — SKILL.md anatomy, locations/precedence, context costs, when to use a skill
- [[concepts/subagents-orchestration]] — subagents, agent view, background sessions, teams, parallel patterns
- [[concepts/hooks-system]] — lifecycle events, hook types, exit-code/JSON contract, recipes, pitfalls
- [[concepts/mcp-integration]] — adding servers, scopes, OAuth, tool search at scale, org-level control
- [[concepts/agent-sdk]] — the Claude Agent SDK: when to use vs CLI, sessions, streaming, hosting
- [[concepts/enterprise-deployment]] — Bedrock/Vertex/gateways, managed settings, analytics, OTel, compliance

## Entities (8)

- [[entities/desktop-app]] — sessions, cowork, scheduled tasks, shortcuts, launch.json
- [[entities/ide-extensions]] — VS Code + JetBrains: install, features, WSL2 notes
- [[entities/claude-code-web]] — cloud sessions, teleport, deep links, channels, Chrome beta
- [[entities/github-actions]] — the @v1 action, managed code review, GHES support
- [[entities/gitlab-cicd]] — GitLab CI/CD integration (beta, GitLab-maintained)
- [[entities/plugin-marketplaces]] — marketplaces, the Claude directory, bundled plugins, /plugin commands
- [[entities/agent-sdk-typescript]] — TS SDK reference: query(), tools, sessions, v2 API removal note
- [[entities/agent-sdk-python]] — Python SDK reference: query() vs ClaudeSDKClient, @tool, options

## Summaries (4)

- [[summaries/changelog-digest]] — version digest 2.1.156 → 2.1.172 with notable features per release
- [[summaries/casebook-install-auth]] — solved cases: 529s, credential restrictions, usage-drain incident, Node-18 false positive
- [[summaries/casebook-runtime]] — solved cases: compaction failures, permission loops, Windows/WSL, Cowork blockers
- [[summaries/best-practices]] — the official best-practices guide + common workflows, distilled

## Syntheses (5)

- [[syntheses/surface-picker]] — CLI vs desktop vs IDE vs web: pick by use case
- [[syntheses/extension-decision-guide]] — skill vs hook vs MCP vs subagent vs plugin vs SDK
- [[syntheses/permission-mode-picker]] — modes + sandboxing compared by risk profile
- [[syntheses/cost-management]] — model/effort/fast-mode/caching levers and usage tracking
- [[syntheses/troubleshooting-checklist]] — the 8-step ordered check sequence

## Gaps / TODO

- `raw/` lacks the dedicated VS Code extension doc (`vs-code.md` listed in llms.txt but not fetched) — [[entities/ide-extensions]] is medium-confidence on the VS Code half; fetch and upgrade on next ingest.
- Dedicated routines (remote scheduled tasks) doc and standalone skills/sub-agents pages not in raw/ — covered via adjacent pages.
- Claude Code releases multiple times per week — re-verify [[summaries/changelog-digest]] and bump `claude_code_version` on each ingest.

## Statistics

- **Total pages**: 32
- **Concepts**: 13
- **Entities**: 8
- **Summaries**: 4
- **Syntheses**: 5
