adk-ts: Command for Claude Code

.claude/commands/adk-ts-docs-audit.md

adk-ts-docs-audit is a command for Claude Code from BrainDAO/adk-ts. It costs 0 tokens per session (1,120 once invoked), scanned A, original, MIT.

A read-only checker for documentation in the ADK-TS monorepo, a repository that contains multiple related packages and files. It looks for naming, wording, URL, and tagline inconsistencies.

In plain words
What is it for?
Auditing README and MDX files for incorrect ADK-TS names, banned wording, wrong GitHub links, organization casing, and tagline mismatches.
Why use it?
It finds documentation problems without changing files, so maintainers can review the results before making corrections.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is BrainDAO/adk-ts's own configuration. It tells Claude Code how to work on adk-ts itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything adk-ts configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/BrainDAO/adk-ts/main/.claude/commands/adk-ts-docs-audit.md
Clone the repo
git clone --depth 1 https://github.com/BrainDAO/adk-ts

Made for: Claude Code.

Wrote 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.

agentmods badge for adk-ts-docs-audit

README.md
[![agentmods](https://agentmods.dev/badge/commands/braindao/adk-ts/adk-ts-docs-audit/github.svg)](https://agentmods.dev/commands/braindao/adk-ts/adk-ts-docs-audit)
Your own site
<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.

agentmods 80×15 button for adk-ts-docs-audit

Your own site · 80×15
<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>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,120 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 9d ago against content hash 72678168853e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

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.

.claude/commands/adk-ts-docs-audit.md · 100 lines

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/adk and CLI commands like adk 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 is IQAIcom. Exception: https://t.me/IQAICOM is 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 pages array actually exists as a .md or .mdx file
  • Check that every .md/.mdx file in the directory is listed in meta.json (except index.mdx)
  • Flag orphaned pages (exist but not in navigation) and ghost entries (in navigation but file missing)

Read the full file on GitHub · 100 lines

Changes

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.

  1. 9d ago First seen · 100 lines · 0 tokens per session scan A 72678168853e

Subscribe to this mod's changes

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.

Related

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.

StChiotis/Library-First-Engineering · 0 tokens

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.

StChiotis/Library-First-Engineering · 0 tokens

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…

StChiotis/Library-First-Engineering · 81 tokens

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…

StChiotis/Library-First-Engineering · 90 tokens

lfe-architect

Act as the Architect for an LFE-compliant project. Design solutions and draft high-fidelity plans.

StChiotis/Library-First-Engineering · 26 tokens

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.

StChiotis/Library-First-Engineering · 36 tokens