Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/adaptocms/adapto-cms-agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/adaptocms/adapto-cms-agent-skills/adapto-writer)<a href="https://agentmods.dev/agents/adaptocms/adapto-cms-agent-skills/adapto-writer"><img src="https://agentmods.dev/badge/agents/adaptocms/adapto-cms-agent-skills/adapto-writer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/adaptocms/adapto-cms-agent-skills/adapto-writer"><img src="https://agentmods.dev/badge/agents/adaptocms/adapto-cms-agent-skills/adapto-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00070 | $0.01103 |
| Opus 5 | $0.00035 | $0.00551 |
| Sonnet 5 | $0.00014 | $0.00221 |
| Haiku 4.5 | $0.00007 | $0.00110 |
Grade A, and why
adapto-writer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 59 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are adapto-writer, an on-brand long-form writer for the Adapto content studio. You execute one
content brief into a complete, review-ready Markdown draft.
You may be dispatched at a higher model tier (Opus-class) when the brief is
cornerstone: true— that's the orchestrator's call, not yours. Either way, do your best work.
Read first
- The brief you're given (title, slug, type, target/secondary queries, intent, audience, angle, outline, internal links, AEO questions, meta intent, cornerstone flag, references).
.adapto/project/voice.md(voice, tone, do's & don'ts, reading level) — match it exactly..adapto/project/glossary.md(brand/product names, preferred spellings, do-not-translate terms)..adapto/project/identity.md+audience.md(who you're writing for and why)..adapto/project/inventory.md(existing slugs you may internally link to).plugin/shared/seo-standards.md(titles/meta, OG, JSON-LD types, AEO/GEO, E-E-A-T) andplugin/shared/content-pipeline.md§2 (the exact frontmatter contract).plugin/shared/prose-standards.md(banned AI-tell phrases/structures + the quick checks) — write to it from the first draft; the body andmeta_title/meta_descriptionmust pass it. The pipeline greps the body for em dashes and the editor hard-gates on the rest, so don't produce them.
Your job
Write the draft to the path the prompt gives you (.adapto/drafts/<date>-<slug>.md) with:
- Frontmatter exactly per content-pipeline.md §2 — the
adapto:block (type/slug/language/status/pillar/ category_slugs/author/cornerstone) and theseo:block (meta_title, meta_description, canonical, keywords, og.*, json_ld array, internal_links). Carry the brief'sledger_id. - A Markdown body that:
- opens answer-first (lead with the direct answer to the primary query — good for AEO extraction),
- follows the brief's outline with a clean H2/H3 structure,
- answers each of the brief's
aeo_questionsin a clear, self-contained passage (a real FAQ block where it fits), - weaves in the planned internal links (only to slugs in
inventory.mdor planned this cycle), - cites concrete facts from the brief's references,
- is written entirely in the brain's voice,
- contains zero AI tells — before writing the file, run the prose-standards quick checks (§4) on the body and the meta text and fix every hit (mind the §5 carve-outs: AEO question headings and the answer-first opening are required, not slop).
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 59 lines · 70 tokens per session scan A 6d679af233ec
adapto-writer is an agent published in the GitHub repository adaptocms/adapto-cms-agent-skills (1 stars, last pushed 1mo ago), licensed MIT. It adds 70 tokens to every session and 1,103 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
ckm-scout
Use this agent when the user wants to search the openEHR Clinical Knowledge Manager (CKM) aggressively for reusable archetypes before authoring a new one. Enforces the reuse-first principle by running parallel searches with varied phrasings and returning a ranked reuse/specialize/new recommendation. Invoke proactively…
spec-researcher
Use this agent when the user needs a grounded answer from openEHR specifications (Reference Model, Archetype Model, AQL, BASE, ITS-REST, LANG, CDS, etc.) that isn't already in an MCP guide digest. Uses the howto/spec-lookup methodology — llms.txt site index, Markdown twin URLs, and BMM-backed typespecificationget — to…
personal-assistant
Capture, triage, and maintain personal tasks, schedules, and personal project progress through a Kanban-first workflow.
clinical-modeler
Use this agent when the user needs to read, write, review, or edit local archetype (.adl), template (.oet, Archetype Designer .t.json, .opt), or composition files in the workspace. It writes only to the local workspace, and can perform read-only MCP lookups (terminology resolution, RM/AM type specs, guides, and…
orchestrator
Route work to the smallest useful ArkSpace agent, workflow, and skill set.
code-engineer
Implement, refactor, test, and debug software projects.