Borrowing it
Nothing to install: this file belongs to BrainDAO/adk-ts. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/BrainDAO/adk-ts/main/.claude/commands/adk-ts-docs-audit.mdgit clone --depth 1 https://github.com/BrainDAO/adk-tsWrote 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/commands/braindao/adk-ts/adk-ts-docs-audit)<a href="https://agentmods.dev/commands/braindao/adk-ts/adk-ts-docs-audit"><img src="https://agentmods.dev/badge/commands/braindao/adk-ts/adk-ts-docs-audit/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/commands/braindao/adk-ts/adk-ts-docs-audit"><img src="https://agentmods.dev/badge/commands/braindao/adk-ts/adk-ts-docs-audit.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.00000 | $0.01120 |
| Opus 5 | $0.00000 | $0.00560 |
| Sonnet 5 | $0.00000 | $0.00224 |
| Haiku 4.5 | $0.00000 | $0.00112 |
Grade A, and why
adk-ts-docs-audit 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 9d 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 — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Audit the ADK-TS monorepo documentation for consistency issues. Scan all READMEs, doc pages, and content files. Do NOT make any changes — only report findings.
Audit Categories
Run each category of checks below and compile a structured report.
1. Brand Consistency
Search across all .md and .mdx files for:
- Bare "ADK" usage: Find instances where "ADK" appears without the "-TS" suffix. Exclude package names like
@iqai/adkand CLI commands likeadk run— focus on prose/description text that says "ADK" when it should say "ADK-TS". Common false positives to skip:@iqai/adk,adk-cli,adk run,adk web,adk-ts(lowercase in URLs),ADK-TS. - "Agent Development Kit" expansion: This phrase should never appear. Search for it.
- GitHub org casing: Search for
IQAICOM(uppercase) in URLs — canonical isIQAIcom. Exception:https://t.me/IQAICOMis correct for Telegram. - Tagline consistency: Where the tagline appears, verify it matches "The TypeScript-Native AI Agent Framework".
2. URL Consistency
Verify canonical URLs are used correctly:
- GitHub repo:
https://github.com/IQAIcom/adk-ts - GitHub Discussions:
https://github.com/IQAIcom/adk-ts/discussions - Telegram:
https://t.me/IQAICOM - Documentation:
https://adk.iqai.com/ - NPM:
https://www.npmjs.com/package/@iqai/adk - Samples:
https://github.com/IQAIcom/adk-ts-samples
Flag any variations or broken URLs.
3. Node.js Version Consistency
Search for Node.js version requirements across all READMEs. The canonical version is >=22.0. Flag any that say 18+, 16+, or other versions.
4. Docs Site Navigation Integrity
For each directory in apps/docs/content/docs/ that contains a meta.json:
- Check that every file listed in the
pagesarray actually exists as a.mdor.mdxfile - Check that every
.md/.mdxfile in the directory is listed inmeta.json(exceptindex.mdx) - Flag orphaned pages (exist but not in navigation) and ghost entries (in navigation but file missing)
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.
- 9d ago First seen · 100 lines · 0 tokens per session scan A 72678168853e
adk-ts-docs-audit is a command published in the GitHub repository BrainDAO/adk-ts (119 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,120 tokens. 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-30.
Other commands, from other repositories
lfe-session
You are acting as a senior framework architect helping improve the Library-First Engineering (LFE) framework. This is a META session — you are working ON the framework, not WITH it. Do NOT run the LFE pipeline (/lfe-boot, /lfe-architect, etc.) — those are for product repos that use LFE as a template.
lfe-compete
You are acting as a senior framework architect conducting a structured competitive analysis against Library-First Engineering (LFE). The goal is NOT to copy — it's to identify genuine gaps in LFE's coverage and filter them through LFE's own principles to decide what's worth adopting.
lfe-dep-audit
Inspector sub-skill. Reviews dependency manifest files (package.json, requirements.txt, go.mod, Cargo.toml, pom.xml) changed in the current diff for risky version patterns and stale majors. Emits a human-run audit instruction rather than executing tools. Writes .plans/checks/depfindings.md. Called by lfe-inspector…
lfe-visual-check
Inspector sub-skill. Renders the changed UI surface, reasons over the result, and writes a text findings record with a human-action instruction and sign-off token — so a human visual sign-off can close a UI change. Artifact-free (saves no image files). Auto-arms on a visual-file touch; written by the Inspector at…
lfe-architect
Act as the Architect for an LFE-compliant project. Design solutions and draft high-fidelity plans.
lfe-boot
Bootstrap an LFE-compliant session. Reads orientation docs, checks for interrupted sessions, and activates the project persona. Use at the start of any session.