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-readme-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-readme-writer)<a href="https://agentmods.dev/skills/braindao/adk-ts/adk-ts-readme-writer"><img src="https://agentmods.dev/badge/skills/braindao/adk-ts/adk-ts-readme-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-readme-writer"><img src="https://agentmods.dev/badge/skills/braindao/adk-ts/adk-ts-readme-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 5 findings, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high Privilege Escalation · line 286 Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
- medium MCP Rug Pull · line 273 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 322 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 323 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 320 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
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.02984 |
| Opus 5 | $0.00032 | $0.01492 |
| Sonnet 5 | $0.00013 | $0.00597 |
| Haiku 4.5 | $0.00006 | $0.00298 |
Grade A, and why
adk-readme-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 11d 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 — 394 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ADK-TS README Writer
Overview
This skill creates and updates README files that match the exact branded patterns used across the ADK-TS monorepo. There are four distinct README archetypes — choose the correct one based on where the README lives.
When to Use
- Creating a new README for a package, app, or starter template
- Editing an existing README
- Adding a new package or starter template to the monorepo
- Reviewing READMEs for consistency
Before Writing
- Read the target directory's
package.jsonto extract the package name, description, and version - Identify which archetype applies (see below)
- Read the canonical reference README for that archetype
- Apply the
adk-style-guideskill rules (brand, terminology, URLs)
Archetype 1: Root README
Applies to: README.md (repository root)
Reference file: README.md
Structure:
<div align="center">
<img src="https://files.catbox.moe/vumztw.png" alt="ADK-TS Logo" width="80" />
<br/>
<h1>ADK-TS: The TypeScript-Native AI Agent Framework</h1>
<b>An open-source framework for building production-ready AI agents in TypeScript. Type-safe, multi-LLM, with built-in tools, sessions, and agent orchestration.</b>
<br/>
<i>TypeScript-Native • Multi-Agent Systems • Production-Ready</i>
<p align="center">
<a href="https://www.npmjs.com/package/@iqai/adk">
<img src="https://img.shields.io/npm/v/@iqai/adk" alt="NPM Version" />
</a>
<a href="https://www.npmjs.com/package/@iqai/adk">
<img src="https://img.shields.io/npm/dm/@iqai/adk" alt="NPM Downloads" />
</a>
<a href="https://github.com/IQAIcom/adk-ts/blob/main/LICENSE.md">
<img src="https://img.shields.io/npm/l/@iqai/adk" alt="License" />
</a>
<a href="https://github.com/IQAIcom/adk-ts">
<img src="https://img.shields.io/github/stars/IQAIcom/adk-ts?style=social" alt="GitHub Stars" />
</a>
</p>
</div>
---
## 🌟 Overview
## 🚀 Key Features (emoji + link + description bullets)
## ⚡ Quick Start (CLI + manual approaches)
## 📚 Examples
## 🤝 Contributing
## 🌍 Community
## 📜 License
## 🔒 Security
---
**Ready to build your first AI agent?** Visit [https://adk.iqai.com](https://adk.iqai.com) to get started!
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.
- 11d ago First seen · 394 lines · 64 tokens per session scan A ce7725e090db
adk-readme-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 2,984 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.