Docent

The scaffold is in

Docent's first commit — spec, skill, prompts, and site template — lands, and the project dogfoods itself.

Docent exists, as of today, as a single commit: the spec, the Claude skill that drives it, the prompt files that shape what it writes, the JSON schemas that validate what it produces, and an Astro site template that renders the result. The whole thing fits in a few dozen files.

What’s in the scaffold

The project has three visible layers:

Scheduling decision

Early drafts of the spec assumed GitHub Actions would run the content updates. That changed during the scaffold: Docent now uses Claude Code Routines for content regeneration and leaves GitHub Actions doing only the GitHub Pages deploy. The practical effect for a maintainer: no ANTHROPIC_API_KEY to configure, no YAML to wire up — just two /schedule commands once, and the site maintains itself on the maintainer’s Claude Code subscription.

A GitHub Actions fallback stays in the spec (§6.7) for users who can’t use Routines, but the primary path is Routines.

Design inheritance

The spec reserves theme.json as a per-repo visual identity the skill chooses once at init. There are four vibes. For this repo, the editorial vibe was the obvious pick — Docent’s name literally means museum guide, and the project is about readable prose. Visual identity is frozen at init; scheduled runs can’t change it.

Coming up

The interesting next question is how the generated content holds up in practice. This post is the first real test — read it, look at the overview, and if the voice feels off, the skill’s prompts need tuning, not the template.