ai-agents-dot-md

ai-agents-dot-md is a skill for Claude Code from robcsaszar/scaffold. It costs 108 tokens per session (2,425 once invoked), scanned A, original, MIT.

A skill for creating, reviewing, and improving AGENTS.md files, which are repository instructions for AI coding agents.

In plain words
What is it for?
Use it to add agent guidance to a repository or assess an existing AGENTS.md, including separate guidance for packages in a monorepo—a repository containing multiple related projects.
Why use it?
It helps agents discover project-specific rules, dangerous commands, unusual conventions, and decisions that ordinary files may not explain clearly.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions AGENTS.md.

Part of the robcsaszar-scaffold plugin — 3 skills shipped together

Good fit Use it to add agent guidance to a repository or assess an existing AGENTS.md, including separate guidance for packages in a monorepo—a repository containing multiple related projects.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/robcsaszar/scaffold/ai-agents-dot-md
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.

Any agent
npx skills add robcsaszar/scaffold --skill ai-agents-dot-md
Clone the repo
git clone --depth 1 https://github.com/robcsaszar/scaffold

Made for: Claude Code.

Or install robcsaszar-scaffold, the plugin that ships this one along with the rest of its 3 skills.

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 ai-agents-dot-md

README.md
[![agentmods](https://agentmods.dev/badge/skills/robcsaszar/scaffold/ai-agents-dot-md/github.svg)](https://agentmods.dev/skills/robcsaszar/scaffold/ai-agents-dot-md)
Your own site
<a href="https://agentmods.dev/skills/robcsaszar/scaffold/ai-agents-dot-md"><img src="https://agentmods.dev/badge/skills/robcsaszar/scaffold/ai-agents-dot-md/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.

agentmods 80×15 button for ai-agents-dot-md

Your own site · 80×15
<a href="https://agentmods.dev/skills/robcsaszar/scaffold/ai-agents-dot-md"><img src="https://agentmods.dev/badge/skills/robcsaszar/scaffold/ai-agents-dot-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,425 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00108 $0.02425
Opus 5 $0.00054 $0.01213
Sonnet 5 $0.00022 $0.00485
Haiku 4.5 $0.00011 $0.00243

Measured 4d ago against content hash 8031d9ecef03, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

ai-agents-dot-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 4d 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.

skills/ai-agents-dot-md/SKILL.md · 168 lines

How it starts

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

AI Create / Review AGENTS.md

Two modes: create a new AGENTS.md or review an existing one against research-backed quality standards.

Mode Detection

  • User provides an existing AGENTS.md or points to one → Review mode
  • User asks to create/scaffold/generate → Create mode
  • Ambiguous → ask: (c)reate a new AGENTS.md or (r)eview an existing one?

Create Mode

Step 1: Ask placement

Where should the AGENTS.md be placed?
(r)oot — repo-wide baseline
(p)ath — specific directory (provide path)

For monorepos: suggest root + per-package files. Closest AGENTS.md wins.

If AGENTS.md already exists at target path → ask: File exists. (r)eview existing / (o)verwrite / (Q)uit?

Step 2: Expert thinking

Before writing, determine for THIS project:

  • What's undiscoverable? What can't be inferred from package.json, configs, or directory structure?
  • What's dangerous? What commands or patterns cause silent failures?
  • What's ambiguous? Where are there two valid approaches and the agent would guess wrong?
  • What's non-standard? What conventions differ from framework defaults?
  • What's branch-only? Which instructions apply on every task, and which only on some (releases, migrations, one package)? AGENTS.md is loaded at the start of every session, so each line costs tokens and attention on every task whether or not it applies. Inline what every task needs; push what only some tasks reach into a referenced file behind a pointer. Release steps sitting in a root file are paid for by every bug fix.

If all answers are "nothing" — the project may not need an AGENTS.md. Say so.

For repos without package.json or build configs (docs-only, data repos, simple scripts): focus on Mission + Judgment boundaries only — toolchain and closure sections won't apply.

Step 3: Write in priority order

Add sections ONLY if they pass the undiscoverable test, in this order:

  1. Mission (2–4 sentences) — project purpose + core constraint the agent can't infer
  2. Toolchain registry — commands as table, NOT what tools enforce
  3. Judgment boundaries — NEVER / ASK / ALWAYS tiers
  4. Closure definition — "Done" = specific exit codes, plus how much the check demands (every changed model has a migration and a test, not update tests)
  5. Escalation rules — what to do when blocked
  6. Task-organized sections — "When writing… / When reviewing… / When releasing…"

Read the full file on GitHub · 168 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago Changed · +17 lines 8031d9ecef03
  2. 8d ago First seen · 151 lines · 108 tokens per session scan A d3e3751279f5

Subscribe to this mod's changes

ai-agents-dot-md is a skill published in the GitHub repository robcsaszar/scaffold (1 stars, last pushed 5d ago), licensed MIT. It adds 108 tokens to every session and 2,425 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

keep-the-why

Extract and preserve the reasoning code cannot explain - decisions, rejected alternatives, workarounds, incidents, constraints - plus project setup and maintainer interviews. Not for what changed (see Keep a Changelog) - only why.

oliver-zehentleitner/keep-the-why · 50 tokens

review

Adversarial fresh-context review of an increment before it ships. Every finding cites path:line and is re-verified. Use when saying "review", "grill this", or "critique the implementation".

anton-abyzov/specweave · 43 tokens

sw-do

Implement a SpecWeave increment task by task through the ledger, with evidence per task and a verified close. Use for "implement this", "start working", "continue the increment", "keep going".

anton-abyzov/specweave · 41 tokens

done

Close an increment: ledger check, specweave verify, optional review, then specweave complete. Use when all tasks are done and saying "close increment", "we are done", or "finish up".

anton-abyzov/specweave · 0 tokens

summarize

A guide for turning conversations, logs, documents, or investigation notes into short, action-oriented summaries. It requires conclusions to be tied to available evidence and distinguishes confirmed facts from items still needing confirmation.

zhinjs/zhin · 61 tokens

pre-modification-check

Use before modifying, refactoring, moving, or deleting files in a Repowise-indexed repository, especially shared utilities, core modules, public APIs, or files the user did not explicitly identify.

repowise-dev/repowise · 45 tokens