DISC CONSULT logo DISC CONSULT References · Claude Certified Architect

References

Every external source cited across the study pack — official documentation, courses, source repositories, and video explainers.
← Back to roadmap

This page lists every external resource referenced across the learning path, both study guides, and the practical test. Use it as a single index when you want to revisit a source, share it with a colleague, or verify a citation.

Each entry includes the title, a short note on what you'll find, and the canonical URL. Anchor and section links to in-pack files are deliberately omitted — those live in the study materials themselves.

D Documentation / article
Video explainer (YouTube search)
L Local study material

Anthropic — Official Documentation (Claude API)

11 entries
D
docs.claude.com/en/api/messages
Canonical reference for the Messages API: request structure, roles, response shapes, and the all-important stop_reason field.
D
docs.claude.com/en/docs/agents-and-tools/tool-use/overview
How Claude calls functions you define: tool definitions, the tool_use → tool_result round-trip, and tool_choice modes.
D
platform.claude.com/docs/en/build-with-claude/tool-use
D
docs.claude.com/en/docs/build-with-claude/batch-processing
Async high-throughput jobs (custom_id, partial failure handling, 24-hour SLA).
D
platform.claude.com/docs/en/build-with-claude/message-batches
D
docs.anthropic.com/en/docs/build-with-claude/extended-thinking
Model reasoning capabilities — relevant to agentic decision-making.
D
platform.claude.com/docs/en/build-with-claude/extended-thinking
D
docs.anthropic.com/en/docs/build-with-claude/prompt-caching
How prompt caching reduces costs and latency for repeated context.
D
docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/overview
D
docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/system-prompts
D
docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/long-context-tips

Claude Code — CLI & agentic coding

11 entries
D
code.claude.com/docs/en/overview
Top-level entry point: what Claude Code is, install, basic CLI usage.
D
docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview
D
code.claude.com/docs/en/memory
CLAUDE.md hierarchy, @path imports, and the .claude/rules directory.
D
code.claude.com/docs/en/skills
.claude/skills/ — reusable behavior bundles loaded via the Skill tool.
D
code.claude.com/docs/en/sub-agents
Spawning specialized subagents from within Claude Code.
D
code.claude.com/docs/en/hooks
Intercepting events around tool calls (PreToolUse, PostToolUse, Stop, etc.).
D
code.claude.com/docs/en/headless
Running Claude Code non-interactively for CI/CD and scripts.
D
code.claude.com/docs/en/github-actions
D
code.claude.com/docs/en/gitlab-ci-cd
D
code.claude.com/docs/en/mcp
D
docs.claude.com/en/docs/claude-code/mcp

Claude Agent SDK

5 entries
D
docs.claude.com/en/api/agent-sdk/overview
Programmatic agent runtime — AgentDefinition, sessions, tool registration.
D
platform.claude.com/docs/en/agent-sdk/overview
D
platform.claude.com/docs/en/agent-sdk/subagents
D
platform.claude.com/docs/en/agent-sdk/hooks
D
platform.claude.com/docs/en/agent-sdk/sessions

Anthropic Engineering — long-form articles

2 entries
D
anthropic.com/engineering/building-effective-agents
Canonical post on agentic patterns: prompt chaining, routing, orchestrator-workers, evaluator-optimizer.
D
anthropic.com/engineering/claude-code-best-practices

Anthropic Academy (Skilljar) — official free courses

8 entries
D
anthropic.skilljar.com
Index of all free Anthropic courses.
D
anthropic.skilljar.com/claude-101
D
anthropic.skilljar.com/claude-with-the-anthropic-api
D
anthropic.skilljar.com/claude-code-in-action
D
anthropic.skilljar.com/introduction-to-model-context-protocol
D
anthropic.skilljar.com/model-context-protocol-advanced-topics
D
anthropic.skilljar.com/introduction-to-subagents
D
anthropic.skilljar.com/introduction-to-agent-skills

Model Context Protocol (MCP)

7 entries
D
modelcontextprotocol.io
D
modelcontextprotocol.io/introduction
D
modelcontextprotocol.io/quickstart/server
D
modelcontextprotocol.io/docs/concepts/tools
D
modelcontextprotocol.io/docs/concepts/servers
D
modelcontextprotocol.io/docs/concepts/resources
D
docs.anthropic.com/en/docs/agents-and-tools/mcp

GitHub repositories

4 entries
D
github.com/anthropics/anthropic-cookbook
Reference implementations and runnable notebooks across the API surface.
D
github.com/anthropics/anthropic-cookbook/tree/main/tool_use
D
github.com/anthropics/courses/.../prompt_engineering_interactive_tutorial
D
github.com/modelcontextprotocol
Reference servers, SDKs, specification — the official MCP source of truth.

Video explainers (YouTube searches)

14 entries

Local study materials (this study pack)

5 entries
L
The 30-page Anthropic exam guide — the source of truth for domain weights, scenarios, and sample questions.
L
Day-by-day roadmap with progress tracking.
L
13 foundational chapters mapped to the 5 exam domains, with anchored TOC.
L
Narrative preparation guide covering tool design, MCP, agentic patterns, and context management.
L
Multi-scenario quiz with explanations. Also available in Japanese, Russian, and Chinese.