Claude Code Mastery
From first prompt to autonomous workflows. Learn the mental models, tools, and patterns of thought to make Claude Code work for any problem you face.
Understanding what you're working with
Most people treat Claude Code like a chatbot. This level shifts your mental model: Claude Code is an autonomous agent that runs a gather, act, verify ...
How to talk to an agent
You are writing a briefing for a capable but context-free colleague. The quality of the briefing determines the quality of the work. Learn to define w...
Knowing your tools
Claude Code has a dashboard of tools, slash commands, permission modes, and session controls. You don't need to tell Claude which to use, but knowing ...
Mastering context
Context is a budget. Every file read, every message, every tool output costs context. When you overspend, quality collapses like a cliff. This is the ...
Planning before building
The cheapest mistake to fix is one you never make. Plan Mode lets you explore and think before spending tokens on implementation. Learn the four-phase...
Building your own tools
Claude Code is a workshop, not a fixed tool. Build custom skills, set up automatic hooks, create specialized subagents, and connect external services ...
Parallel power
One Claude session is one worker. With worktrees, agent teams, batch mode, and CI/CD integration, you become a fleet commander coordinating multiple p...
Mastering the meta-game
Mastery is not knowing every feature. It is having intuition for the collaboration. You know when to give Claude freedom, when to constrain it, when t...