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/smicolon/ai-kit/claude-mdgit clone --depth 1 https://github.com/smicolon/ai-kitWrote 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/smicolon/ai-kit/claude-md)<a href="https://agentmods.dev/instructions/smicolon/ai-kit/claude-md"><img src="https://agentmods.dev/badge/instructions/smicolon/ai-kit/claude-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 | $0.06131 | $0.06131 |
| Opus 5 | $0.03066 | $0.03066 |
| Sonnet 5 | $0.01226 | $0.01226 |
| Haiku 4.5 | $0.00613 | $0.00613 |
Grade A, and why
ai-kit 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 today.
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 — 628 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.
Repository Purpose
This repository is an open-source toolkit maintained by Smicolon that ships convention packs (agents, skills, commands, hooks, rules) for popular stacks (Django, NestJS, Next.js, Nuxt.js, Hono, TanStack Router, Better Auth, Flutter, system architecture, dev loops, and more). Each pack bundles best-practice defaults teams can adopt or override.
It can be consumed in two ways:
- As a Claude Code marketplace —
/plugin marketplace add github.com/smicolon/ai-kitthen/plugin install <pack>. Picks up updates through Claude Code's plugin system. - As a standalone CLI (
@smicolon/ai-kit) —bunx @smicolon/ai-kit add <pack>(or via npm/Homebrew binary) installs packs per-project into.claude/,.cursor/,.windsurf/,.codex/, etc. Works with any AI coding tool listed inpackages/cli/src/tools.ts, not just Claude Code. Per-project state lives in.ai-kit.json.
Both consumption paths read the same source of truth: .claude-plugin/marketplace.json and the pack contents in packs/.
Development Environment
Notes for any AI agent (Claude Code, Cursor Cloud, Codex, etc.) working in this repo. The same content is exposed as AGENTS.md (symlink to this file) so tools that look for AGENTS.md see it too.
Repo shape
- Bun workspaces + Turborepo monorepo. Bun is the only supported package manager — do not use npm, yarn, or pnpm. The lockfile is
bun.lock. packages/cli/is the only buildable package: a TypeScript CLI (@smicolon/ai-kit) built with tsup, ESM-only ("type": "module"), targeting Node 22+. Do not introduce CommonJS patterns.packs/holds convention packs as Markdown (agents, skills, commands, rules, hooks). They are consumed by AI coding tools, not executed directly — editing them only requires Markdown.
Common scripts
| Task | Command |
|---|---|
| Install deps | bun install |
| Typecheck CLI | bun run --filter @smicolon/ai-kit typecheck |
| Build CLI | bun run --filter @smicolon/ai-kit build |
| Watch / dev mode | bun run --filter @smicolon/ai-kit dev |
| Smoke-test built CLI | node packages/cli/dist/index.js --help |
| Validate marketplace | claude plugin validate . |
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.
- today Changed · +55 lines · +941 tokens per session 4393839d3da3
- 4d ago First seen · 573 lines · 5,190 tokens per session scan A 06cc58070e14
ai-kit CLAUDE.md is an instructions file published in the GitHub repository smicolon/ai-kit (6 stars, last pushed today), licensed MIT. It adds 6,131 tokens to every session, about $0.0307 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-31.
Other instructions, from other repositories
wisp-science AGENTS.md
AGENTS.md instructions for xuzhougeng/wisp-science, covering agents.md, project orientation, repository layout, engineering rules and verification commands.
Cerebro AGENTS.md
Instructions for AgenticFirst/Cerebro, covering cerebro — agent context, read before touching integrations, project layout, conventions a fresh agent would otherwise miss and running locally.
discoclaw CLAUDE.md
Instructions for DiscoClaw/discoclaw, covering discoclaw, safety, context loading (strict), identity and workspace file ownership.
nextjs-skills CLAUDE.md
Instructions for mohamed-hossam1/nextjs-skills: All contribution rules — style, naming, file layout, verification — live in AGENTS.md. Read that first.
coworker CLAUDE.md
Instructions for Array-Ventures/coworker: This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
claude-plugins CLAUDE.md
Claude Code instructions for aiocean/claude-plugins, covering claude.md, what this is, plugin structure, marketplace registry and plugin categories.