adk-ts CLAUDE.md

adk-ts CLAUDE.md is an instructions file for coding agents from BrainDAO/adk-ts. It costs 1,127 tokens per session, scanned A, original, MIT.

A project guide for ADK-TS, a TypeScript toolkit for building AI agents, provided as a monorepo—a repository containing several related packages and applications. It lists commands for installing, building, testing, formatting, and running its documentation site.

In plain words
What is it for?
Use it to build all packages, run or filter tests, start development mode, check formatting and linting, or work on the documentation site.
Why use it?
It makes the correct commands and package locations clear when working across the repository.

Instructions file

Install

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.

agentmods
npx agentmods add instructions/braindao/adk-ts/claude-md
Clone the repo
git clone --depth 1 https://github.com/BrainDAO/adk-ts

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 CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/braindao/adk-ts/claude-md.svg)](https://agentmods.dev/instructions/braindao/adk-ts/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/braindao/adk-ts/claude-md"><img src="https://agentmods.dev/badge/instructions/braindao/adk-ts/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,127 This file is loaded in full into every session.
When invoked 1,127 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.01127 $0.01127
Opus 5 $0.00563 $0.00563
Sonnet 5 $0.00225 $0.00225
Haiku 4.5 $0.00113 $0.00113

Measured 5d ago against content hash 3b604648e086, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

adk-ts CLAUDE.md 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.

CLAUDE.md · 146 lines

How it starts

The opening of the file, as written. The whole thing — 146 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Overview

ADK-TS is the TypeScript-native AI agent framework — a comprehensive toolkit for building sophisticated AI agents with multi-LLM support, advanced tools, and flexible conversation flows. This is a monorepo containing the core framework package, documentation site, examples, and CLI tools.

Development Commands

Core Commands

  • pnpm install - Install all dependencies across the monorepo
  • pnpm build - Build all packages using Turbo (with 50 concurrency)
  • pnpm dev - Start development mode for all apps
  • pnpm test - Run tests (use pnpm test --filter=adk for core package only)
  • pnpm format - Format code using Biome
  • pnpm lint - Run linting using lint-staged

Package-Specific Commands

  • pnpm build:docs - Build documentation site only
  • pnpm start:docs - Start docs site in production mode
  • Core package tests: cd packages/adk && pnpm test or pnpm test:watch for watch mode
  • Single test: cd packages/adk && pnpm test -- <test-pattern>

Cleanup Commands

  • pnpm clean - Clean all build outputs via Turbo
  • pnpm clean-modules - Remove all node_modules directories
  • pnpm clean-dist - Remove all dist directories

Architecture

Monorepo Structure

  • packages/adk/ - Core ADK-TS framework package (@iqai/adk) // ...existing code...
  • packages/tsconfig/ - Shared TypeScript configurations
  • apps/docs/ - Documentation website (Next.js + Fumadocs)
  • apps/examples/ - Comprehensive example implementations
  • packages/adk-cli/ - Official CLI for creating and managing ADK-TS projects.

Core Framework Components

The main framework in packages/adk/src/ is organized into:

Agents (src/agents/)

  • AgentBuilder - Fluent API for creating agents with different types
  • LlmAgent - Single LLM-based agent
  • LoopAgent - Agent that can iterate and plan
  • ParallelAgent - Execute multiple agents concurrently
  • SequentialAgent - Execute agents in sequence
  • LangGraphAgent - Graph-based workflow agent

Read the full file on GitHub · 146 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. 5d ago First seen · 146 lines · 1,127 tokens per session scan A 3b604648e086

Subscribe to this mod's changes

adk-ts CLAUDE.md is an instructions file published in the GitHub repository BrainDAO/adk-ts (119 stars, last pushed 2mo ago), licensed MIT. It adds 1,127 tokens to every session, about $0.0056 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.