<quick-html/>

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

CV / Resume

v0.1.0

Clean 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.

printable · A4

Decision One-Pager

v0.1.0

A 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.

printable · A4

Invoice

v0.1.0

Clean, 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.

printable · A4

Meeting Notes

v0.1.0

Structured 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.

printable · A4

Project Status One-Pager

v0.1.0

Scorecard-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.

printable · A4

Race Training Calendar

v0.1.0

Print-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.

printable · A4

Running Training Plan

v0.1.0

Printable 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.

printable · A4

Weekly Report

v0.1.0

One-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.

printable · A4

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.