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 niels-emmer/myace --skill doc-standardsgit clone --depth 1 https://github.com/niels-emmer/myaceWrote 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/niels-emmer/myace/doc-standards)<a href="https://agentmods.dev/skills/niels-emmer/myace/doc-standards"><img src="https://agentmods.dev/badge/skills/niels-emmer/myace/doc-standards/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/skills/niels-emmer/myace/doc-standards"><img src="https://agentmods.dev/badge/skills/niels-emmer/myace/doc-standards.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.00022 | $0.00668 |
| Opus 5 | $0.00011 | $0.00334 |
| Sonnet 5 | $0.00004 | $0.00134 |
| Haiku 4.5 | $0.00002 | $0.00067 |
Grade A, and why
Documentation Standards 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 10d 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 — 43 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Purpose
Give any doc you write or edit a consistent shape so readers (and agents) can scan it, trust it, and find what they need without re-deriving your conventions each time. Use this whenever you're writing a README section, a docs/ page, an agent-facing instruction file (AGENTS.md/CLAUDE.md-style), or reviewing someone else's doc for structural issues.
When to use it
- Writing a new doc section or page from scratch.
- Reviewing an existing doc for structure, not just factual accuracy (pair with the drift-check skill for accuracy).
- Deciding whether new content belongs in an existing doc or needs its own page.
Conventions
Structure
- Lead with what the thing is and why it exists before diving into how to use it. A reader deciding whether to keep reading needs that in the first sentence or two.
- Use headings that describe content, not narrate process ("Configuration" not "How We Set This Up"). Keep heading depth shallow — two or three levels is almost always enough.
- Put the most commonly needed information first (quickstart, common commands) and push edge cases, advanced options, and rationale further down or into a linked doc.
Examples
- Every non-trivial command or API shown should be a working, copy-pasteable example, not pseudocode. If you can't verify it runs, say so explicitly rather than presenting it as tested.
- Show the expected output or result when it's not obvious, especially for CLI commands and API calls — readers verify they did it right by comparing output, not by re-reading the instructions.
Language
- Avoid unexplained jargon and internal shorthand. If a term is project-specific (a service name, an internal abbreviation), define it on first use or link to where it's defined.
- Avoid references that assume shared context the reader doesn't have — no "as discussed," "the fix from before," or ticket/PR numbers without enough surrounding explanation to be useful standalone.
- Prefer active voice and direct imperatives for instructions ("Run X," not "X should be run").
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.
- 10d ago First seen · 43 lines · 22 tokens per session scan A 8a084b7278d2
Documentation Standards is a skill published in the GitHub repository niels-emmer/myace (1 stars, last pushed 3d ago), licensed MIT. It adds 22 tokens to every session and 668 once invoked, about $0.0001 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
html-draft
Use when user wants a standalone HTML diagram in flat engineering blueprint style — architecture diagrams, system flows, technical spec sheets, component maps. Generates one HTML file using Tailwind v4 (browser CDN) for layout and D3 v7 (CDN) for SVG diagrams. User-invoked only — do NOT auto-trigger. Triggers on…
idea
Use when capturing ONE new idea the user voices and wants recorded — "save this idea", "I have an idea", "log this idea", "/idea", "idea: ...". Creates a provenance-tracked folder (one folder per idea) in your ideas repo, dedups against an index, optionally mirrors to a GitHub Project view filtered by label:idea. NOT…
pm-brainstorm
A structured brainstorming session for exploring a specific product problem or opportunity and narrowing the results to ideas worth pursuing.
weekly-planning
A planning workflow that turns a completed weekly review and existing backlog into prioritized outcomes for one ISO calendar week.
gh-issues
Use when creating, searching, updating, or managing GitHub issues via CLI. Triggers: "issue", "create issue", "gh issue", "task tracking", "context", "handoff", "resume task", "session context", "save progress", "active tasks", "in-progress", "my tasks", "open issues". Covers: gh commands, bulk operations, JSON/jq…
tg-bot-ops
A guide for operating and troubleshooting Telegram bots and systems that connect Telegram to an AI agent. It covers how messages arrive, get processed, and produce replies.