agents-md-author

agents-md-author is a skill for Claude Code from anton-abyzov/vskill. It costs 98 tokens per session (1,119 once invoked), scanned A, original, MIT.

A skill for creating AGENTS.md and CLAUDE.md files, which tell AI coding assistants how a project is organised and how to work in it.

In plain words
What is it for?
It helps inspect a project and generate or update instructions for Codex, Claude Code, or both.
Why use it?
It captures project conventions in shared instruction files, so assistants can follow the same rules when working on the codebase.

Skill for Claude Code

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

Part of the codex-bridge plugin — 1 skill shipped together

Good fit It helps inspect a project and generate or update instructions for Codex, Claude Code, or both.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/anton-abyzov/vskill/agents-md-author
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 anton-abyzov/vskill --skill agents-md-author
Clone the repo
git clone --depth 1 https://github.com/anton-abyzov/vskill

Made for: Claude Code.

Or install codex-bridge, the plugin that ships this one along with the rest of its 1 skill.

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 agents-md-author

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/anton-abyzov/vskill/agents-md-author"><img src="https://agentmods.dev/badge/skills/anton-abyzov/vskill/agents-md-author.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,119 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00098 $0.01119
Opus 5 $0.00049 $0.00560
Sonnet 5 $0.00020 $0.00224
Haiku 4.5 $0.00010 $0.00112

Measured 9d ago against content hash 93ca8d4dcd4f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

agents-md-author 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 9d 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.

plugins/codex-bridge/skills/agents-md-author/SKILL.md · 101 lines

How it starts

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

agents-md-author

Generate cross-vendor project instruction files: AGENTS.md for Codex (and most other tools), CLAUDE.md for Claude Code, or both kept in sync. Load references/agents-md-spec.md if you need the cross-vendor convention details.

When to activate

  • User asks to "write AGENTS.md", "create CLAUDE.md", or "set up project instructions for AI"
  • User wants the same project doc to work in Codex, Claude Code, Cursor, or any tool that follows the AGENTS.md convention
  • User mentions onboarding a new AI tool to an existing repo and wants conventions captured

Procedure

1. Detect project context (always do this first)

Read the project root and determine:

  • Project name — from package.json name, pyproject.toml [project].name, go.mod module, Cargo.toml [package].name, or fallback to repo dir name
  • Language & runtimepackage.json (Node + lockfile flavor), requirements.txt / pyproject.toml (Python), go.mod (Go), Cargo.toml (Rust), pom.xml / build.gradle (JVM), *.csproj (.NET)
  • Common scripts — Node scripts.{dev,build,test,lint,typecheck}; Python tox.ini / Makefile; Go/Rust task tools
  • Test framework — vitest, jest, pytest, go test, cargo test, etc.
  • Repo conventions — existing .editorconfig, .prettierrc, eslint.config.*, pre-commit-config.yaml

If the user provided context (e.g., "this is a Next.js + Prisma app"), use it; otherwise infer from files. Don't ask questions you can answer from disk.

2. Decide the target file(s)

User wants Write
Codex / OpenAI tools only AGENTS.md
Claude Code only CLAUDE.md
Both, kept in sync AGENTS.md + CLAUDE.md (identical content), or AGENTS.md plus a one-line CLAUDE.md that says "See AGENTS.md"
Single source (recommended) AGENTS.md + CLAUDE.md symlink → AGENTS.md

Default to "both, identical content" unless the user specifies — it's the lowest-risk option and works everywhere.

3. Compose content

Read the full file on GitHub · 101 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. 9d ago First seen · 101 lines · 98 tokens per session scan A 93ca8d4dcd4f

Subscribe to this mod's changes

agents-md-author is a skill published in the GitHub repository anton-abyzov/vskill (45 stars, last pushed 2d ago), licensed MIT. It adds 98 tokens to every session and 1,119 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-30.

Related

Other skills, from other repositories

prereview

Review the current diff against this team's conventions and invariants before it ships. Invoke with /prereview before opening a PR, or run as a pre-push gate.

singhharsh1708/kitbash · 0 tokens

optimize-skill-loop

Deterministic outer-loop optimizer for a skill that already carries a frozen eval (produced upstream by an eval source such as create-skill-eval). Runs the frozen eval across user-chosen agents on fresh headless sessions via a pluggable adapter, grades quality/cost/perf, keeps the pareto-best variant, and versions…

astra-sh/qvr · 144 tokens

create-skill-eval

Author a frozen, graded eval harness for ONE inner skill and freeze it inside that skill as a conformant eval/ directory (scenarios + deterministic evaluator + rubric + fixtures + HARNESS.md manifest). The eval content is skill-specific; this skill is the reusable methodology that produces it. Its output is consumed…

astra-sh/qvr · 129 tokens

fork-and-publish-skill

Customizes an installed agent skill and ships it back upstream or as a versioned fork using qvr's edit/publish authoring loop. Use when a user wants to modify, customize, fork, release, or publish a qvr skill — e.g. "edit this skill", "publish my changes", "fork a skill to my own repo", "cut a v1.0.0 release of a…

astra-sh/qvr · 139 tokens

onboard-skills

Discovers and installs agent skills into a project (or the user-global lane) with the qvr CLI, where qvr.toml declares intent and qvr.lock is the resolved source of truth for what loads. Use when a user wants to find, add, register, or install skills from a skills registry or GitHub repo with qvr — e.g. "register a…

astra-sh/qvr · 149 tokens

reproduce-skill-env

Reproduces an exact agent-skill set across machines, teammates, and CI using qvr's portable manifest and lockfile guarantees. Use when a user wants to share, pin, replicate, or CI-gate their qvr skills — e.g. "export my skills", "import this skill manifest", "pin everything to exact commits", "make skills…

astra-sh/qvr · 123 tokens