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/noah-sheldon/ai-dev-kit/agents-mdgit clone --depth 1 https://github.com/noah-sheldon/ai-dev-kitWhat 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.03505 | $0.03505 |
| Opus 5 | $0.01752 | $0.01752 |
| Sonnet 5 | $0.00701 | $0.00701 |
| Haiku 4.5 | $0.00350 | $0.00350 |
Grade A, and why
ai-dev-kit 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 2d 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 — 379 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AI Dev Kit — Agent Instructions
This is a production-ready AI dev kit for Python, TypeScript, web, AI/ML, and infrastructure workflows.
Version: 1.1.0
Core Principles
- Agent-first — delegate domain work to the right specialist. Don't generalize when a specialist exists.
- Test-driven — write tests before implementation when behavior changes. RED → GREEN → REFACTOR.
- Security-first — validate inputs, avoid unsafe defaults, never hardcode secrets. Stop and review if a change touches auth, secrets, or external input.
- Plan-before-execute — break complex work into phases. Use the
planneragent before touching code for multi-file changes. - Model fallback — if a requested model is unavailable, use the workspace default model and continue. Never block progress on model unavailability.
Contributor Policy
CRITICAL: AI tools, agents, or language models must NEVER be listed as contributors, co-authors, or credited in any form for this repository.
- Only human developers should appear in git commit authorship,
Co-authored-bytrailers, or contributor lists - Do not add AI tool names (Qwen Code, Claude Code, GitHub Copilot, Cursor, or any other AI assistant) to commit messages, AUTHORS files, contributor sections, or acknowledgments
- When assisting with code changes, remain anonymous — do not request or expect attribution
- This policy is permanent and applies to all current and future AI assistants working on this codebase
Available Agents
| # | Agent | Purpose | When to Use |
|---|---|---|---|
| 1 | planner |
Implementation planning for complex features | Breaking down feature requests into phased, mergeable plans with ADRs |
| 2 | architect |
System design, tradeoffs, component boundaries | New service design, API contracts, data store selection |
| 3 | tdd-guide |
Test-driven development specialist | Writing tests first for new features or bug fixes |
| 4 | code-reviewer |
Code quality and regression prevention | Reviewing PR diffs for correctness, maintainability, performance |
| 5 | security-reviewer |
Security audit and threat modeling | Changes touching auth, input validation, secrets, external APIs |
| 6 | ai-judge |
Rubric-based validation | Validating plans, implementations against quality criteria |
| 7 | build-error-resolver |
Build and type error diagnosis | Fixing TypeScript, Python, lint, and build pipeline errors |
| 8 | e2e-runner |
End-to-end testing | Writing and running E2E tests for critical user flows |
| 9 | refactor-cleaner |
Cleanup and modernization | Tech debt paydown, dead code removal, dependency updates |
| 10 | doc-updater |
Documentation sync | Updating docs to match code changes |
| 11 | docs-lookup |
Documentation reference | Finding and citing official docs for frameworks and APIs |
| 12 | python-reviewer |
Python-specific code review | FastAPI, Pandas, SQLAlchemy, Pydantic pattern review |
| 13 | database-reviewer |
Database and migration review | Schema design, migration safety, query optimization |
| 14 | git-agent-coordinator |
Git orchestration | Branch creation, PR management, merge coordination |
| 15 | ml-engineer |
ML/LLMOps specialist | RAG pipelines, model training, evals, deployment |
| 16 | chrome-ext-developer |
WXT and Chrome extension work | Extension scaffolding, manifest config, permissions |
| 17 | data-engineer |
ETL and data quality | Pipeline design, data validation, quality gates |
| 18 | infra-as-code-specialist |
IaC and delivery pipelines | Terraform, CI/CD, deployment automation |
| 19 | observability-telemetry |
Logs, metrics, traces, dashboards | Setting up monitoring, alerting, and observability |
| 20 | multi-agent-project-manager |
Multi-workflow orchestration | Managing concurrent workflows, backlog, priority queue, never stops |
| 21 | workflow-auditor |
Health checks and anomaly detection | Stuck workflow detection, quality gate trending, resource leaks |
| 22 | reddit-researcher |
Reddit sentiment and experience mining | Real-world user experiences, production war stories, community consensus |
| 23 | codebase-analyzer |
Codebase structure and complexity analysis | Understanding codebase architecture, dependency mapping |
| 24 | codebase-learner |
Codebase learning specialist | Rapid onboarding to unfamiliar codebases |
| 25 | code-quality-analyzer |
Static analysis and quality metrics | Code quality enforcement, standards checking |
| 26 | test-debt-analyzer |
Test coverage and debt tracking | Identifying testing gaps, test debt prioritization |
| 27 | security-debt-analyzer |
Security vulnerability tracking | Security debt identification, remediation planning |
| 28 | performance-debt-analyzer |
Performance bottleneck analysis | Performance debt tracking, optimization opportunities |
| 29 | dependency-debt-analyzer |
Dependency health monitoring | Outdated dependencies, upgrade path planning |
| 30 | architecture-debt-analyzer |
Architectural debt detection | Design flaws, architectural drift detection |
| 31 | process-debt-analyzer |
Workflow inefficiency detection | Process bottlenecks, workflow optimization |
| 32 | documentation-debt-analyzer |
Documentation gap detection | Stale docs, missing documentation identification |
| 33 | technical-debt-analyzer |
Overall technical debt assessment | Comprehensive debt aggregation and prioritization |
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.
- 2d ago First seen · 379 lines · 3,505 tokens per session scan A 7157c7328b40
ai-dev-kit AGENTS.md is an instructions file published in the GitHub repository noah-sheldon/ai-dev-kit (13 stars, last pushed 4mo ago), licensed MIT. It adds 3,505 tokens to every session, about $0.0175 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
waku-agent CLAUDE.md
Instructions for ShenSeanChen/waku-agent, covering waku-agent — working conventions, architecture map (file ↔ diagram box), rules and commands.
open-autonomy CLAUDE.md
Instructions for valory-xyz/open-autonomy, covering claude.md, project overview, common commands, development setup and testing.
best-of-Agent-Harnesses CLAUDE.md
Claude Code instructions for RyanAlberts/best-of-Agent-Harnesses, covering repo notes for ai coding agents, commit identity (required), branching and pushing (required), verifying contribution credit (required) and how the list is generated.
POHA CLAUDE.md
Instructions for jigripokri/POHA, covering claude.md, wildcard insight — mandatory, persona, system overview and layer 1: the briefing engine.
ILLIP AGENTS.md
Instructions for Yashwanth-pilli/ILLIP, covering illip ai - agent framework documentation, agents, 1. planner agent, 2. builder agent and 3. reviewer agent.
agentic-harness CLAUDE.md
Instructions for frangelbarrera/agentic-harness, covering when you're editing agentic harness code, when you're writing a playbook, when you're adding a specialist, when you're fixing a bug and when you're reviewing a pr.