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/skills/adk-ts-docs-writer/SKILL.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/skills/braindao/adk-ts/adk-ts-docs-writer)<a href="https://agentmods.dev/skills/braindao/adk-ts/adk-ts-docs-writer"><img src="https://agentmods.dev/badge/skills/braindao/adk-ts/adk-ts-docs-writer/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/braindao/adk-ts/adk-ts-docs-writer"><img src="https://agentmods.dev/badge/skills/braindao/adk-ts/adk-ts-docs-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00064 | $0.04855 |
| Opus 5 | $0.00032 | $0.02427 |
| Sonnet 5 | $0.00013 | $0.00971 |
| Haiku 4.5 | $0.00006 | $0.00485 |
Grade A, and why
adk-docs-writer 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 — 632 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ADK-TS Docs Writer
Overview
This skill creates and updates documentation pages for the ADK-TS docs site built with Next.js + Fumadocs. It knows the exact component library, frontmatter format, navigation system, and page archetypes used in apps/docs/content/docs/.
When to Use
- Creating a new documentation page
- Editing existing doc content
- Adding a new section to the docs navigation
- Writing MCP server documentation
- Creating guide/tutorial pages
Before Writing
- Read the target section's
meta.jsonto understand existing navigation - Identify which page archetype applies (see below)
- Read a canonical reference page for that archetype
- Apply
adk-style-guiderules (brand, terminology, URLs)
Docs Site Structure
All documentation lives in apps/docs/content/docs/ with this layout:
apps/docs/content/docs/
├── agent.md # Root overview
├── meta.json # Root navigation
├── cli/ # CLI reference
├── mcp-servers/ # MCP server documentation
│ ├── iq-ai-servers/ # Built-in MCP servers
│ ├── third-party-wrappers/ # Third-party wrapper servers
│ ├── external-mcps.mdx
│ └── creating-custom-mcps.mdx
└── framework/ # Core framework docs
├── get-started/ # Installation, quickstart
├── agents/ # Agent types, builder, multi-agent
├── tools/ # Tool types, MCP, OpenAPI, auth
├── runtime/ # Event loop, runner, lifecycle
├── session-state-memory/ # Sessions, state, memory
├── artifacts/ # File/data storage
├── callbacks/ # Lifecycle hooks
├── context/ # Context types
├── evaluation/ # Testing, metrics
├── events/ # Event system
├── observability/ # Tracing, metrics
├── plugins/ # Plugin system
└── guides/ # Deployment, integrations
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 · 632 lines · 64 tokens per session scan A b556be633719
adk-docs-writer is a skill published in the GitHub repository BrainDAO/adk-ts (119 stars, last pushed 2mo ago), licensed MIT. It adds 64 tokens to every session and 4,855 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-30.
Other skills, from other repositories
playwright
Use when the task requires capturing or automating a real browser from the terminal.
prior-auth-packet-builder
Build a concise prior authorization packet from local case files and payer policy docs.
credit-note-fixer
Fix the tiny credit-note formatting bug and rerun the exact targeted test command.
csv-workbench
Analyze CSV files in /mnt/data and return concise numeric summaries.
agent_management
This Skill provides a complete management guide for OpenSquad Agents, covering the full workflow of creation, configuration, deployment, and troubleshooting.
Collaboration Management
Complete guide to multi-agent collaboration card management, including starting collaborations, joining teams, and creating custom collaboration cards.