spec v0 · curated · MIT · open registry
HTML templates
for AI agents.
Your agent shouldn't design an invoice from scratch. It fetches a professionally designed, print-ready template from this registry and only fills in your content — faster, cheaper, consistent every time. Finished documents carry their own edit & print tools.
# any agent that can fetch URLs: GET /index.json # discover & pick GET /t/invoice@0.1.0/manifest.json # read the contract GET /t/invoice@0.1.0/template.html # fetch the artifact → fill [data-slot]s · save invoice.html
Select a template
8 of 8 templatesCV / Resume
v0.1.0Clean two-column A4 CV: name and headline, profile summary, experience and education with repeatable entries, skills, languages, certifications. Professional typography, one to two pages depending on career length.
Decision One-Pager
v0.1.0A single-page decision memo: situation, complication, the decision required, an options table with pros/cons/cost, a highlighted recommendation, next steps and risks. For teams that decide on paper, not in meetings.
Invoice
v0.1.0Clean, minimal A4 invoice: seller and buyer blocks, line items with quantities and unit prices, VAT and totals, payment details. Suited to freelancers, studios and small businesses in any currency.
Meeting Notes
v0.1.0Structured one-page meeting minutes: header with date/time/location/chair, attendees, a topics table with discussion and explicit outcomes, action items with owners and due dates, and next meeting. Turns raw notes into a record people can act on.
Project Status One-Pager
v0.1.0Scorecard-style project status on one A4: KPI tiles (budget, timeline, scope, issues), workstream table with RAG status and % complete, milestone list, top risks and a highlighted decisions-needed panel. Built for steering committees.
Race Training Calendar
v0.1.0Print-and-pin training calendar for a race build-up: A4 landscape, a dashboard page with pace zones and week rhythm, a day-by-day calendar with tick boxes and write-in km/pace fields, and an optional strength log. Marathon, half, 10K, triathlon run block.
Running Training Plan
v0.1.0Printable week-by-week running training schedule on one A4: weekly sessions Mon–Sun, phases, volume totals, pace zones and coach notes. Use for marathon, half-marathon, 10K or 5K training blocks.
Weekly Report
v0.1.0One-page weekly status report: KPI tiles with deltas, highlights, a workstream table (status / this week / next week), risks & blockers, and next-week focus. For teams that report in writing instead of meetings.
Edit overlay
In-browser editing for filled documents: toggle edit mode on all data-slot content and download the updated file — typo fixes without another agent round-trip.
Print helper
One-click printing for printable templates: a Print button in the document toolbar that opens the browser print dialog (choose 'Save as PDF' for a PDF).
For humans
Pick a template, hit Copy prompt, paste it into Claude with your
content. You get back one self-contained .html file: open it anywhere,
fix typos with the built-in editor, print to PDF with one click.
For agents
Machine-readable catalog at /index.json, entry
point at /llms.txt, full guide at
/agents.md. Versioned URLs are immutable — pin
/t/{id}@{version}/ for reproducibility.
For contributors
Templates are curated through pull requests: a strict linter (self-containment, slot contract, no hidden instructions) plus human review on rendering and print quality. See the repo to propose one.