An operator's guide

An Operator's Guide to Claude

A practical guide for anyone who wants to get hands-on with Claude.

$19$24
Intro pricing through May 31
Buy the guide

Twenty-four chapters of how I actually use Claude every day, across Claude Code and Cowork.

What's specifically in it:

  • When Opus 4.7 wins versus Sonnet 4.6 versus Haiku 4.5 in May 2026, including the SWE-bench gap (Sonnet 4.6 at 79.6, Opus 4.6 at 80.8) that finally makes Sonnet the default (Chapter 13).
  • A code-reviewer agent with confidence scoring and read-only tools, plus the GitHub Actions workflow that posts its output as a PR comment via gh pr comment (Chapters 7 and 16).
  • Token-cap recommendations per CI workflow type (20k for PR review, 40k for terraform plan review, 15k for build-failure triage) so a runaway 3am workflow doesn't surface as a surprise invoice (Chapter 16).
  • Two anti-pattern chapters from real failures. "Three failed fix attempts means the architecture is wrong, not the patch" is one of them (Chapters 23 and 24).
  • A daily documentation review wired to a Cowork scheduled task that runs /revise-claude-md against your engagement folders at 8:30am and posts a drift digest (Chapter 20).
  • Connector auth recipes for GitHub, Google Workspace, Microsoft 365, Slack, Notion, Zoom, Figma, Box, and Vertex AI on private GCP (Chapters 21 and 22).
  • The nine-step CLAUDE.md upgrade checklist (no command chaining, no AI-slop language, em-dash ban, decision-making section, debugging discipline, 2026 model references) that takes about 15 minutes and pays back in every subsequent session (Foreword and Chapter 2).

What it is not: a docs replacement. The Anthropic docs win on freshness. This is the practitioner companion that sits beside them.

Table of contents

  1. How to read

    How to Read This Book

  2. Introduction

    Before and After Claude

  3. Foreword

    Migration Guide (February to May 2026)

  4. 1

    Setup & Configuration

  5. 2

    Project Instructions (CLAUDE.md)

  6. 3

    Plugins

  7. 4

    MCP Server Integrations

  8. 5

    Hooks & Automation

  9. 6

    Slash Commands

  10. 7

    Custom Agents

  11. 8

    Custom Skills

  12. 9

    Common Workflows

  13. 10

    Prompting Guide

  14. 11

    Agent Teams & Parallel Work

  15. 12

    Self-Learning & Self-Optimisation

  16. 13

    Claude Model Selection in 2026

  17. 14

    Prompt Caching

  18. 15

    Claude Code Desktop

  19. 16

    Claude Code in CI

  20. 17

    Claude in Microsoft 365 and Chrome

  21. 18

    Claude Cowork: A Primer

  22. 19

    Cowork Workflows for Client Reporting

  23. 20

    Live Artifacts & Scheduled Tasks

  24. 21

    Connector Authentication Reference

  25. 22

    Vertex AI and Enterprise Deployment

  26. 23

    Anti-Patterns (Claude Code)

  27. 24

    Anti-Patterns (Cowork)

  28. Closing

    Closing note

From the pages

Be specific. "Use TypeScript strict mode" beats "write good code." "Mock at the service boundary, not at client internals" beats "test things properly."

Chapter 2: Project Instructions (CLAUDE.md)

Make the plan extremely concise. Sacrifice grammar for the sake of concision. At the end of each plan, give the user a list of unresolved questions to answer, if any.

These two rules cut planning overhead massively. Plans become checklists, not essays.

Chapter 2: Project Instructions (CLAUDE.md)

If the system cannot operate correctly, it must refuse to operate at all.

Chapter 23: Anti-Patterns (Claude Code)

If your first fix attempt doesn't work, STOP. Do not attempt a second fix. Go back to Phase 1: gather evidence.

Three failed fix attempts means the architecture is wrong, not the patch.

Chapter 23: Anti-Patterns (Claude Code)

Never claim a fix works until you have verified it end-to-end in the running system. Never deploy a fix and tell the user to check it. You verify it first.

Chapter 23: Anti-Patterns (Claude Code)

Sample chapters

  1. Foreword

    Foreword: Migration Guide (February to May 2026)

    What changed between February and May 2026 in Claude Code and Cowork: models, plugins, CLAUDE.md, workflows. A free sample chapter from An Operator's Guide to Claude.

    Read free

  2. Chapter 2

    Project Instructions (CLAUDE.md)

    Free sample chapter: how to write an effective CLAUDE.md, the instruction cascade, auto memory, and the team template that runs on every Claude Code session.

    Read free