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.
npx agentmods add instructions/mullionlabs/mullion-ts/agents-mdgit clone --depth 1 https://github.com/mullionlabs/mullion-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/instructions/mullionlabs/mullion-ts/agents-md)<a href="https://agentmods.dev/instructions/mullionlabs/mullion-ts/agents-md"><img src="https://agentmods.dev/badge/instructions/mullionlabs/mullion-ts/agents-md.svg" alt="Measured on agentmods" 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.00898 | $0.00898 |
| Opus 5 | $0.00449 | $0.00449 |
| Sonnet 5 | $0.00180 | $0.00180 |
| Haiku 4.5 | $0.00090 | $0.00090 |
Grade A, and why
mullion-ts AGENTS.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 6d 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 — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Repository Guidelines
Project Overview
Mullion is a TypeScript library for type-safe LLM context management. This is a pnpm workspaces + Turborepo monorepo using Changesets for versioning, tsup for builds, Vitest for tests, ESLint 9 (flat config) + TypeScript ESLint v8 for linting, and Prettier for formatting. Husky + lint-staged enforce pre-commit checks.
Project Structure & Module Organization
Core packages live under packages/:
packages/corefor@mullion/corepackages/eslint-pluginfor@mullion/eslint-pluginpackages/ai-sdkfor@mullion/ai-sdk
Apps and examples:
apps/for demo appstests/integration/for real-provider integration testsexamples/for minimal usage examplesdocs/for guides, reference, design docs, and contributing notes
Shared configs sit at the repo root (tsconfig.base.json, turbo.json, eslint.config.mjs, commitlint.config.mjs, pnpm-workspace.yaml).
Root README.md is intentionally marketing + orientation.
This docs/ folder is the technical source of truth.
Task Management (TODO)
Follow the modular TODO workflow:
- Read
TODO/README.md - Read
TODO/ACTIVE.md - Read the relevant file in
TODO/tasks/ - Update progress in the task file and
TODO/ACTIVE.mdas work completes
Build, Test, and Development Commands
Use pnpm from the repo root:
pnpm installinstalls workspace dependencies.pnpm buildbuilds all packages via Turborepo.pnpm devruns package dev tasks (where defined).pnpm testruns all tests;pnpm test:watchwatches.pnpm lintruns ESLint across packages.pnpm typecheckruns TypeScript checks.pnpm format/pnpm format:checkrun Prettier.pnpm cleanruns package clean tasks and removes rootnode_modules.pnpm clean:node_modulesremoves allnode_modulesfolders.
For a single package:
pnpm --filter @mullion/core buildpnpm --filter <package> test
Coding Style & Naming Conventions
TypeScript strict mode is expected. Prefer interface for object shapes and import type for type-only imports. Avoid any; use unknown and narrow types. Use kebab-case for filenames, PascalCase for types, camelCase for functions, and UPPER_SNAKE_CASE for constants. Formatting is enforced with Prettier; linting with ESLint and lint-staged via Husky.
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.
- 6d ago First seen · 76 lines · 898 tokens per session scan A a9f78014037c
mullion-ts AGENTS.md is an instructions file published in the GitHub repository mullionlabs/mullion-ts (20 stars, last pushed 1mo ago), licensed MIT. It adds 898 tokens to every session, about $0.0045 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 instructions, from other repositories
Kokoro-Engine CLAUDE.md
Claude Code instructions for chyinan/Kokoro-Engine, covering claude.md, git 规范, 项目概述, 常用命令 and 安装依赖.
retry-axios GEMINI.md
Gemini CLI instructions for JustinBeckwith/retry-axios, covering project: retry-axios, project overview, building and running, dependencies and commands.
openmcp-client CLAUDE.md
Instructions for LSTM-Kirigaya/openmcp-client, covering claude.md, development commands, setup and installation, development and service development.
bedrock CLAUDE.md
Claude Code instructions for christopher-buss/bedrock, covering bedrock project context, what is bedrock?, architecture, architecture quick reference and testing requirements (non-negotiable).
free-ai-gateway AGENTS.md
Instructions for zaber-dev/free-ai-gateway, covering 🤖 free-ai gateway - agentic development guidelines, 🏛️ monorepo architecture & package boundaries, 🛑 strict architectural rules for agents, 💻 essential developer commands and build all packages across monorepo.
loadout typescript.instructions.md
TypeScript Engineering Instructions (CLI + API + UI, framework-agnostic).