Courses
Guided, sequential learning paths to build practical skills. Work through lessons at your own pace and track your progress.
Claude Code 101: Claude Code in Action
A comprehensive video course covering everything from coding assistant fundamentals to advanced hooks, MCP servers, GitHub integration, and the Claude Code SDK. Learn to set up, configure, and extend Claude Code for real-world development workflows.
Anthropic Training Courses
✎OfficialFree courses from Anthropic's Skilljar platform. Complete these in order to systematically build the knowledge tested in the Claude Solutions Architect certification exam.
Recommended order: Courses are listed in the sequence you should complete them. Start with Claude 101 for fundamentals, then progress through API, Bedrock, MCP, and agentic patterns.
Claude 101
BeginnerStart here. Learn how to use Claude for everyday work tasks, understand core features like conversations, file uploads, and projects, and build a foundation for all advanced topics.
Building with the Claude API
IntermediateThe most comprehensive course for certification prep. Covers the full Anthropic API — from authentication and multi-turn conversations to tool use, RAG, prompt caching, streaming, extended thinking, and agentic patterns.
Claude in Amazon Bedrock
IntermediateLearn to deploy and integrate Claude through Amazon Bedrock. Covers the Bedrock-specific APIs, tool use, RAG pipelines, prompt caching, and production deployment patterns on AWS infrastructure.
Introduction to Model Context Protocol
IntermediateMaster the three MCP primitives — tools, resources, and prompts. Build MCP servers with the Python SDK, test with the Inspector, implement document management, and understand when to use each primitive.
Model Context Protocol: Advanced Topics
AdvancedDeep dive into production MCP — sampling for AI integration, notification systems, transport mechanisms (stdio vs StreamableHTTP), file access control via roots, and scaling considerations.
Claude Code in Action
IntermediateIntegrate Claude Code into real development workflows. Covers tool use architecture, context management, custom automations, MCP server integration, GitHub workflows, and thinking/planning modes.
Introduction to Agent Skills
IntermediateBuild, configure, and distribute reusable Skills (markdown instructions) for Claude Code. Learn frontmatter configuration, description writing for reliable triggering, directory organization, and enterprise deployment.
Introduction to Subagents
IntermediateLearn to delegate tasks to isolated sub-agents in Claude Code. Covers how sub-agents use separate context windows, patterns for structured outputs, obstacle reporting, and when to use (or avoid) delegation.