Week 4 of 10

Customizing Your Agent and Repository

Core ≈ 3 h 40 min6 videos4 criteria

FocusCLAUDE.md and AGENTS.md, what to put where; hooks for lint gates, test runs, and guardrails; subagent patterns (planner / implementer / reviewer).

You buildRepository instructions, two hooks, and a planner / implementer / reviewer split

Core material≈ 3 h 40 min

  1. 1
    Article30 min
    Claude Code best practices
    Anthropic

    The canonical guide to CLAUDE.md, tool allowlists, workflows, and multi-Claude patterns.

  2. 2
    Article15 min
    Steering Claude Code: skills, hooks, rules, subagents, and more
    Anthropic

    When to use each mechanism.

  3. 3
    Course units
    Sub-agents
    Hugging Face

    And Hooks (≈ 90 min).

  4. 4
    Video28 min
    Mastering Claude Code in 30 minutes
    Anthropic

    Boris Cherny's own walkthrough of the configuration surface.

  5. 5
    Video50 min
    Inside Claude Code With Its Creator
    Boris Cherny

    Terminal design, CLAUDE.md, teams, subagents, plan mode, and the future of coding.

Tools and references

Additional video track

Build

Add a concise repository instruction file. Treat it as a map, not an encyclopedia: architecture entry points, commands, conventions, safety boundaries, and links to deeper docs. Add one deterministic hook that runs a fast lint or test gate, and one that blocks a dangerous command.

Create three roles (planner, implementer, and independent reviewer) and give each a narrow contract. Run the same feature once with a single agent and once with the three-role workflow. Compare elapsed time, tokens, defects found, and amount of human intervention.

Done when

0/4