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.
npx skills add alexpialetski/doccraft --skill doccraft-adrgit clone --depth 1 https://github.com/alexpialetski/doccraftWrote 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/skills/alexpialetski/doccraft/doccraft-adr)<a href="https://agentmods.dev/skills/alexpialetski/doccraft/doccraft-adr"><img src="https://agentmods.dev/badge/skills/alexpialetski/doccraft/doccraft-adr.svg" alt="Measured on agentmods" 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.00108 | $0.02637 |
| Opus 5 | $0.00054 | $0.01319 |
| Sonnet 5 | $0.00022 | $0.00527 |
| Haiku 4.5 | $0.00011 | $0.00264 |
Grade A, and why
doccraft-adr 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 6d 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 — 263 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Managed by doccraft —
doccraft updateregenerates this file. Local edits will be overwritten. Seedoccraft.jsonto override project-specific vocabulary and paths without touching this file.
doccraft — architecture decision records (ADRs)
When to use
- A chat or design exploration reached a conclusion worth keeping (yes, no, defer, or "use X instead of Y").
- You need to supersede an older ADR without rewriting history.
- A rejected option should stay visible so the team does not revisit the same dead end.
Not every brainstorm needs an ADR — only decisions you want git history and agents to reuse.
YAML frontmatter
Use valid YAML between --- delimiters at the top of the file, or an
inline **Status:** line immediately after the title. If the project
sets adr.require_frontmatter: true in doccraft.yaml, frontmatter is
mandatory — otherwise either form is acceptable, but frontmatter is
preferred for machine-readability.
| Field | Required | Values / notes |
|---|---|---|
adr |
yes | Three-digit zero-padded string matching the filename number (e.g. "007"). MUST be unique — verify before writing. |
status |
yes | One of the values in adr.status config (default: Proposed | Accepted | Superseded by NNN-slug | Deprecated). If the user does not specify, default to Proposed. |
updated |
yes | ISO date YYYY-MM-DD. MUST be set on creation and updated on every meaningful edit. |
supersedes |
optional | YAML list of ADR filenames this record supersedes (e.g. [005-old-approach.md]). Omit or [] if none. |
superseded_by |
optional | Filename of the ADR that replaced this one. Set to null or omit when active. |
Do not invent new values for
statuswithout first adding them to theadr.statuslist indoccraft.yaml— that is the single source of truth. One-off nuance belongs in the body, not as a new enum value.
File location and naming
- Path:
docs/adr/NNN-short-slug.md— three-digit zero-padded index, kebab-case slug (e.g.001-managed-postgres.md). docs/adr/README.mdis the index — do NOT treat it as an ADR; noNNN-prefix, no required Nygard sections.- Pick the next unused number. NEVER renumber published ADRs; add a new ADR that supersedes instead.
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.
- 6d ago First seen · 263 lines · 108 tokens per session scan A d0f93e67330b
doccraft-adr is a skill published in the GitHub repository alexpialetski/doccraft (4 stars, last pushed 3mo ago), licensed MIT. It adds 108 tokens to every session and 2,637 once invoked, about $0.0005 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 skills, from other repositories
comprehensive-enrichment
Enrich any person or company from any identifier — email, name, LinkedIn URL, domain, company name, Twitter/X handle. Use when asked to enrich, look up, or research a lead, contact, person, or company.
create-workflow-diagram
Create FigJam/Miro-style workflow diagrams as high-quality PNG images from plain-text workflow descriptions. Renders beautiful HTML diagrams with connected nodes, arrows, and labels, then screenshots them for sharing.
data-charts-tako
Search and visualize the world's data - get charts, insights, and embeddable knowledge cards for finance, economics, demographics, sports, and more.
lead-discovery
Orchestrator that runs first for lead generation requests. Gathers business context via website analysis or questions, identifies competitors, builds ICP, and routes to signal skills with pre-filled inputs.
email-finder-hunter
Email finder and verifier - find emails, verify deliverability, discover companies.
meta-ad-scraper
Scrape competitor ads from Meta's Ad Library (Facebook, Instagram, Messenger, Threads, WhatsApp). Search by company name, Facebook Page URL, or keyword. Returns ad creatives, spend estimates, reach, impressions, and campaign details. Use for competitive ad research, messaging analysis, and creative inspiration.