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 agentmods add skills/kunalsuri/ai-fication-kit/check-docsnpx skills add kunalsuri/ai-fication-kit --skill check-docsgit clone --depth 1 https://github.com/kunalsuri/ai-fication-kitWrote 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/kunalsuri/ai-fication-kit/check-docs)<a href="https://agentmods.dev/skills/kunalsuri/ai-fication-kit/check-docs"><img src="https://agentmods.dev/badge/skills/kunalsuri/ai-fication-kit/check-docs.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.00057 | $0.02078 |
| Opus 5 | $0.00028 | $0.01039 |
| Sonnet 5 | $0.00011 | $0.00416 |
| Haiku 4.5 | $0.00006 | $0.00208 |
Grade A, and why
check-docs 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 5d 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 — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Run the check-docs diagnostic. Read-only. Produce a structured findings report; do NOT edit any file.
Local-only skill. This lives in
.claude/skills/check-docs/with no twin intemplates/, so the installer never stamps it into target repos. It audits this kit's own README and docs — it is a maintainer tool, not a distributed workflow. See.claude/LOCAL-ONLY-COMMANDS.md. (Its own file, and any other local-only skill, is therefore expected to be absent from the distributed roster — do not flag that as drift.)
Why this exists
Docs drift silently: a feature adds a command, a skill, or a stamped file, and
the prose roster, the What You Get tree, and the counts scattered across the
docs quietly fall behind the code. verify/drift//check-drift guard the
target-repo knowledge layer (ai/), not the kit's own public docs. This
skill closes that gap.
Ground truth — derive these FIRST, from the code, before reading any prose
The distributed reality is defined by templates/, not by .claude/
(which also holds local-only extras like this skill and /implement-spec).
Derive, deterministically:
- Distributed workflows = the sub-directories of
templates/claude/skills/(the Claude surface — custom commands merged into skills). This is the canonical "what users get" roster. Cross-check parity withtemplates/github/prompts/,templates/agents/workflows/, andtemplates/cursor/rules/(a workflow is "universal" only if present in all). - Distributed skills = the sub-directories of
templates/claude/skills/andtemplates/agents/skills/. - CLI commands = the members of the authoritative
const COMMANDS = new Set([…])ininstall.mjs(the CLI's own routing source, also used bytest/release-check.mjs) — do not countcommand === "…"comparisons, which also appear for sub-flows. Mirrored in thedocs/CLI-REFERENCE.md"Command index" table. - Stamped
ai/tree = the structure undertemplates/ai/plus the filesinstall.mjswrites directly (ai/repo-profile.json,ai/install-manifest.json, optionallyai/repo-indepth.json). - Local-only skills = present in
.claude/skills/but absent fromtemplates/claude/skills/; the intended list is.claude/LOCAL-ONLY-COMMANDS.md.
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.
- 5d ago First seen · 141 lines · 57 tokens per session scan A 63628ca9a983
check-docs is a skill published in the GitHub repository kunalsuri/ai-fication-kit (3 stars, last pushed 2d ago), licensed Apache-2.0. It adds 57 tokens to every session and 2,078 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 skills, from other repositories
Stuck
Walk the 6-rung escalation ladder before declaring stuck or asking the principal. Most "stuck" is actually "haven't tried the next approach." Stopping is the last resort, not the first response.
recovery
Handle blocked verification outcomes.
close-my-loops
Build and maintain a personal work profile and open-loop tracker for the user's own job — a markdown file covering their org, key contacts, communication style, active initiatives, and open loops synthesized from their own email/Slack; a Cowork Project setup so that file is actually read every session; and a scheduled…
fonte
Decide o que fazer com qualquer coisa que chega (e-mail, PDF, planilha, pasta, drive, print, áudio, export de CRM) — recomenda o nível de refino certo, executa até ele e PARA. Use quando a pessoa pergunta "o que eu faço com isso?", "trato ou guardo o bruto?", aponta uma fonte nova, ou pede "ingere o que tá em…
reindex
O ritual semanal (30-45 min) que mantém o cérebro afiado — triagem da bandeja, faxina dos fios, resumo da semana a partir das dailies. Use quando a pessoa diz "bora fazer o reindex", "fechar a semana", ou uma vez por semana em dia fixo.
call
Transforma uma call ou reunião real em decisões, ações, dores, números e memória citável, com aprovação e eval. Use quando a pessoa cola uma transcrição, aponta um arquivo, diz “trata essa call” ou opera o sistema Calls em Decisões.