Skip to content

Claude Code: 0 to 200kph

For developers with AI coding experience who want Claude-specific mastery.

You’ve used AI coding tools before — Copilot, Cursor, Aider, or similar. You know what a coding agent can do. What you need is the Claude-specific knowledge: how its context window works, how to manage it, how skills and subagents save you from context death, and how to build a workflow stack that makes you genuinely fast.

  • Not a “what is AI coding?” tutorial
  • Not a theory course on LLMs
  • Not a surface-level tour of slash commands
  • Not beginner hand-holding

Each module starts with a “how it works” mental model (2-3 paragraphs, not a lecture), then goes deep on the Claude-specific techniques that separate casual users from power users.

#ModuleDurationYou Build
1Install & First Contact20 minWorking install + agentic loop understanding
2CLAUDE.md25 minCommitted CLAUDE.md + path-specific rules
3Plan Mode & Thinking25 minPlan-to-implementation workflow + thinking controls
4Context Engineering30 minContext management practice + model selection
5Daily Workflows30 min7 workflow patterns on your real codebase
You’re productive now. Take a break or keep going.
6Skills & Marketplace35 minCustom skill + marketplace awareness
7MCP & External Tools35 min2 MCP connections + CLI-vs-MCP judgment
8Hooks & Beyond35 min2 hooks + end-to-end workflow + what’s next
9Research & Docs35 minLocal reference docs + diamond research pattern
10Don’t Trust, Verify30 minVerification patterns that catch mistakes before they ship
11Everything Everywhere All at Once40 minMulti-agent workflow design using 8 production patterns
12Fun with Adversarial Agents30 minGAN-style adversarial code review with competing agents

Total: ~6 hours

  • A real project codebase (not a tutorial project)
  • Admin access to install software
  • A Claude account with paid plan (free tier works but limits the context window)
  • Git installed
  • Prior experience with any AI coding tool

What this course skips (and where to find it)

Section titled “What this course skips (and where to find it)”
TopicWhere to go deeper
LLM theory (how transformers work, why hallucinations happen)Playbook M01
Formal prompt engineering (named techniques, research backing)Playbook M02
Security (prompt injection, OWASP LLM Top Ten)Playbook M08
AI-assisted code review and the Writer/Reviewer patternPlaybook M09
Agent Teams (coordinated multi-agent work)Playbook M10
Post-deployment monitoring with AIPlaybook M11
CI/CD integration (headless mode, GitHub Actions)Playbook M12
Team adoption (permissions, cost management, onboarding)Playbook M13
Building custom MCP serversPlaybook M06

The full AI-Augmented Development Playbook covers all 14 modules across ~19 hours.