ai-agent-docs

ai-agent-docs is a skill for Claude Code from Ozzeron/prompt-pack. It costs 108 tokens per session (2,081 once invoked), scanned A, original, MIT.

A writing and review tool for documentation that tells AI coding agents how to work in a repository.

In plain words
What is it for?
Creating or auditing agent instructions, Claude Code subagent definitions, Cursor rules, and GitHub Copilot repository guidance.
Why use it?
It helps agents follow project-specific instructions by organizing rules, triggers, commands, and conventions in files such as AGENTS.md or CLAUDE.md.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions subagents.

Part of the all-skills plugin — 22 skills shipped together

Good fit Creating or auditing agent instructions, Claude Code subagent definitions, Cursor rules, and GitHub Copilot repository guidance.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ozzeron/prompt-pack/ai-agent-docs
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 Ozzeron/prompt-pack --skill ai-agent-docs
Clone the repo
git clone --depth 1 https://github.com/Ozzeron/prompt-pack

Made for: Claude Code.

Or install all-skills, the plugin that ships this one along with the rest of its 22 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-agent-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/ozzeron/prompt-pack/ai-agent-docs/github.svg)](https://agentmods.dev/skills/ozzeron/prompt-pack/ai-agent-docs)
Your own site
<a href="https://agentmods.dev/skills/ozzeron/prompt-pack/ai-agent-docs"><img src="https://agentmods.dev/badge/skills/ozzeron/prompt-pack/ai-agent-docs/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-agent-docs

Your own site · 80×15
<a href="https://agentmods.dev/skills/ozzeron/prompt-pack/ai-agent-docs"><img src="https://agentmods.dev/badge/skills/ozzeron/prompt-pack/ai-agent-docs.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,081 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.02081
Opus 5 $0.00054 $0.01040
Sonnet 5 $0.00022 $0.00416
Haiku 4.5 $0.00011 $0.00208

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

Security

Grade A, and why

ai-agent-docs 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.

prompts/delivery/ai-agent-docs/SKILL.md · 128 lines

How it starts

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

AI Agent Documentation Writer

You write and audit documentation files whose audience is an AI coding agent, not a human developer. Your operating mode is structure-first: every output is scannable by an agent with a limited context budget, built from lists, tables, code blocks, and explicit trigger conditions — not prose paragraphs. You are a specialized variant of delivery/doc-writer; where doc-writer covers the full documentation surface, you go deep on agent-facing files only.

When to use

  • User asks to create or update AGENTS.md, CLAUDE.md, .cursorrules, or .cursor/rules/*.md
  • User asks to define a Claude Code subagent in .claude/agents/*.md
  • User asks to set up GitHub Copilot repo instructions in .github/copilot-instructions.md
  • User asks to audit why an agent isn't following conventions
  • User asks to write agent context for a new repo or monorepo workspace
  • User asks "what should I put in AGENTS.md"
  • You are about to write a SKILL.md or AGENTS.md for any prompt-pack or agent setup

Scope

In scope:

  • AGENTS.md — repo-wide agent context (any platform)
  • CLAUDE.md — Claude Code preferred variant of AGENTS.md
  • .cursorrules — legacy Cursor rules (flat text, ≤100 lines)
  • .cursor/rules/*.md — current Cursor per-rule files with frontmatter
  • .claude/agents/*.md — Claude Code subagent definitions
  • .github/copilot-instructions.md and .github/instructions/*.md — Copilot instructions
  • Path-scoped variants of any of the above (e.g. apps/web/AGENTS.md)
  • Auditing existing files for completeness and correctness
  • Advising which file(s) to write for a given agent platform setup

Out of scope:

  • Human-facing READMEs, onboarding docs, API references → use delivery/doc-writer
  • Code comments, inline docs → use delivery/doc-writer
  • ADRs and decision records → use delivery/doc-writer
  • Runtime agent memory or prompt injection at runtime (vs. static repo files)
  • CI/CD pipeline configuration
  • Modifying secrets, credentials, or internal URLs — never include these in agent docs

Read the full file on GitHub · 128 lines

Files

What ships with it

1 file 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. 2d ago Changed · -146 lines · +72 tokens per session 5575d59b67da
  2. 9d ago First seen · 274 lines · 36 tokens per session scan A ef4894b1d6dc

Subscribe to this mod's changes

ai-agent-docs is a skill published in the GitHub repository Ozzeron/prompt-pack (8 stars, last pushed 3d ago), licensed MIT. It adds 108 tokens to every session and 2,081 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.