Workshop materials from Context Engineering for Claude Code, an AlteredCraft workshop.
Your agent is only as good as the context you give it.
For developers already using Claude Code who want to go from ad-hoc prompting to a systematic context practice. Designing where each piece of knowledge lives and managing the context budget.
Live cohort sessions are run on Maven:
- School: maven.com/altered-craft-learning
- This workshop: Context Engineering for Claude Code
docs/— Reference cards. Four take-home reference cards (the Context Ladder, the Skill Spectrum, Agent Files, Hook Events). Browse them on the Pages site.demo-app/— The live-build demo, end state. A small Flask RSS reader instrumented with a projectCLAUDE.md, a folderCLAUDE.mdfor tests, aspec-creatorskill, and alint-on-edithook. The artifact attendees see constructed across the three workshop segments.
- Design a
CLAUDE.mdecosystem strategy — project, folder, and user level, with team conventions separate from personal preferences. - Use folder-level
CLAUDE.mdfiles as the lazy-load primitive for scoped, place-anchored conventions — without bloating the project file. - Design a custom skill for a recurring workflow, using the Anchored Interview technique.
- Configure a hook that enforces a guardrail automatically.
cd demo-app
uv sync
uv run flask --app app runThen visit http://localhost:5000. See demo-app/README.md for stack, layout, and tests.
© Altered Craft, LLC. Workshop content released for attendee reference.