The notes, files, and references we used to get from "Claude Code is neat" to running it well in production. Real working files, not demos.
Our research notes, organized by depth.
| Folder | Contents |
|---|---|
notebook/foundations |
The five artifacts — CLAUDE.md, Skills, Subagents, Hooks, MCPs — and what each one does. |
notebook/advanced |
Designing and using subagents well. |
notebook/resources |
Courses and posts worth reading. |
The files we actually run.
| Folder | Contents |
|---|---|
artifacts/claude-md |
Project memory. |
artifacts/skills |
Reusable playbooks Claude loads on demand. |
artifacts/hooks |
Deterministic guarantees on lifecycle events, wired up via settings.json. |
artifacts/subagents |
Focused helpers with their own context window. |
Copy what you want into your own .claude/ folder.
The CLAUDE.md and subagent files contain placeholders like <Your project name> — swap those for yours before running.