Anthropic's official "Code with Claude" workshop materials — nine hands-on courses on skills, MCP, evals and Claude Managed Agents.
- official
- workshops
- anthropic
- managed-agents
55 field-tested Claude Code tips across nine sections — sessions, commands, subagents, skills, MCP, hooks, workflow and context — one short recipe each.
A living collection of the author's favorite Claude Code techniques as he explores the tool, organized into General, Command, Agent, Skill, Mcp, Prompt, Hooks, Workflow and Context sections. The recipes are concrete and short: name and resume sessions like git branches, let /batch run a migration across hundreds of files, run parallel sessions in isolated worktrees, define reusable subagents and have a fresh one grade the work, restrict a skill to manual invocation, tune how aggressively MCP tool definitions load, auto-format every edit with a PostToolUse hook, use a Stop hook as a deterministic gate for unattended runs, keep CLAUDE.md healthy with /doctor, and run risky unsupervised work in a container.
Daily-driver users who want concrete recipes beyond the official docs — skim the table of contents, adopt one tip a day; also a good syllabus for teams onboarding onto Claude Code.
# reference repo — read on GitHub: https://github.com/onmyway133/claude-code-tips-tricks
No license file at the time of writing — treat it as reading material rather than something to fork and redistribute. Tips are written against Claude Code as of September 2026; the tool moves fast, so expect details to drift.
Repository
onmyway133/claude-code-tips-tricksCharted
Anthropic's official "Code with Claude" workshop materials — nine hands-on courses on skills, MCP, evals and Claude Managed Agents.
Anthropic's announcement of Fable 5.1 and Mythos 5.1 — one base model, two guardrail postures.
Anthropic's canonical essay on agent design — workflows vs agents, and five composable patterns.