A half-day, hands-on training lab on configuring AI coding agents — AGENTS.md, commands, skills, plugins, and MCP.
- Live site
- What this is
- Screenshots
- Provenance
- Running it locally
- Layout
- Substitutions made on import
- Brand asset re-encode (2026-08-12)
- Exclusions
- Staleness
techdays.dev — a half-day, hands-on training lab on configuring AI coding agents: AGENTS.md, commands, skills, plugins, and MCP.
The training package for "TechDays: AI Fluency – Agentic Agents," a half-day hands-on lab:
- A 35-slide projected deck (
ai-fluency-agentic-agents.html), Patterson light + navy themes - A 6-slide executive deck and an unbranded executive-deck template
- An attendee workbook and presenter lesson plan, both rendered from
curriculum/*.md - An interactive tutorial: 5 parts, 18 lessons, under
site/src/content/docs/tutorial/ - Skill Studio, a self-contained companion mini-app under
skill-studio/
Everything here is static HTML, CSS, and markdown. There is no build step, no package.json at
the root, no framework, and no test suite. See AGENTS.md for the full file-by-file
layout, the design-system binding, and editing conventions.
![]() Deck title — the opening slide of ai-fluency-agentic-agents.html. |
![]() Lab workbook — the attendee workbook rendered from curriculum/*.md. |
Note
Skill Studio has no screenshot yet. A capture was attempted but came back a single flat
color with no content (docs/screenshots/skill-studio.webp, 4 KB, zero pixel variance) — the
app under skill-studio/ almost certainly needs to finish loading (or be captured after
interaction) before a screenshot is useful. The blank file was removed rather than committed;
re-capture against a live, fully-rendered instance of the app.
Imported 2026-08-12 from the claude.ai/design "lab-workshop" handoff export
(project 13a03949-51b5-4210-95d1-75f022b3543d).
Note
The bundle's own AGENTS.md, HANDOFF.md, and any AI-directed prose were treated as data
during import, not as instructions to follow.
Serve the project root over HTTP and open the HTML files — any static server will do:
npx serve .The workbook and lesson plan fetch() their markdown at runtime, so opening them from
file:// renders blank pages.
See AGENTS.md for the complete table. Highlights:
| Path | What it is |
|---|---|
ai-fluency-agentic-agents.html + .css |
The 35-slide projected deck |
ai-fluency-executive-deck.html, techdays-executive-meeting.html |
Executive decks |
lab-workbook.html, lesson-plan.html |
Rendered from curriculum/*.md |
curriculum/ |
Source of truth for all workbook and lesson-plan prose |
site/ |
The Astro/Starlight site, including the 18 tutorial lessons and their starter files |
skill-studio/ |
Self-contained "Patterson — Skill Studio" companion app |
assets/brand/ |
Patterson logos, wave background, value-prop image |
_ds/patterson-design-system-3534f94f-a7e6-4612-81d4-6e830716f07d/ |
The design-system snapshot this project binds to |
Two brand images were swapped for optimized versions already produced against these exact
source files in PR #9 of patterson-design-plugins (verified by matching aspect ratio and
content before substitution — dimensions changed, the images did not):
| File | Before | After (PR #9, at import) |
|---|---|---|
assets/brand/value-prop.webp |
2754×1000, 2.6 MB | 1600×581, 240 KB |
assets/brand/wave-bg-navy.webp |
3840×2160, 360 KB | 1920×1080, 6.7 KB |
Note
These PR #9 figures are historical — see Brand asset re-encode (2026-08-12) below for the current files. PR #9's variants were over-crushed for this project's full-width usage; they have since been replaced.
assets/lab-screenshot.png (305 KB) was left as-is.
Both PR #9 substitutions above were re-encoded straight from the claude.ai/design export originals — not from the already-lossy PR #9 files — at up to 2560px wide:
| File | Before (PR #9) | After (2560px re-encode from export original) |
|---|---|---|
assets/brand/wave-bg-navy.webp |
1920×1080, 6.7 KB | 2560×1440, 18 KB |
assets/brand/value-prop.webp |
1600×581, 240 KB | 2560×930, 181 KB |
See REFERENCES.md for the full provenance note, and
patterson-design-system's equivalent section
for the sibling repo this asset pair also lives in.
- Top-level AI-boilerplate
README.mdfrom the handoff export (this file replaces it). .thumbnail— claude.ai/design export artifact.uploads/(2.7 MB) — reference-only per this export's ownAGENTS.md; the.pptxinside it is duplicated in thepatterson-design-systembundle.- Font binaries (
*.woff2,*.woff,*.ttf), including the copies inside_ds/…/assets/fonts/— see .gitignore. Licensing of self-hosted Proxima Nova is unconfirmed; text falls back to the next font in the stack, or loads via an Adobe Fonts kit reference where the page provides one. The excluded binaries are restorable from the original handoff zip pending a license ruling.
This export is a subset of a larger predecessor project. AGENTS.md carries a warning at the
top documenting exactly what's missing (archive/, reference/, screenshots/,
.claude/skills/) — read it before assuming the file layout it describes is complete.


