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/levnikolaevich/claude-code-skills/agents-mdgit clone --depth 1 https://github.com/levnikolaevich/claude-code-skillsWrote 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/levnikolaevich/claude-code-skills/agents-md)<a href="https://agentmods.dev/instructions/levnikolaevich/claude-code-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/levnikolaevich/claude-code-skills/agents-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.01304 | $0.01304 |
| Opus 5 | $0.00652 | $0.00652 |
| Sonnet 5 | $0.00261 | $0.00261 |
| Haiku 4.5 | $0.00130 | $0.00130 |
Grade A, and why
claude-code-skills 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 5d 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 — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Repository Instructions
This repository distributes standalone skills for Claude Code and Codex through a collection of small plugins.
Structure
plugins/<plugin>/
├── plugin.json
├── .codex-plugin/plugin.json
└── skills/<skill>/SKILL.md
Root plugin.json is the minimal portable Agent Plugins v1 manifest. .codex-plugin/plugin.json is the current OpenAI host adapter for richer metadata and component pointers. Claude Code discovers the shared skills/ directories through .claude-plugin/marketplace.json; Codex uses .agents/plugins/marketplace.json and the host adapter. Do not add host-specific copies of a skill.
Keep portable manifests limited to the canonical Agent Plugins schema identifier and stable plugin name; optional version, description, and publisher metadata remain in the host adapter to avoid duplicated mutable metadata. Both names and the plugin directory must match. Add portable optional fields only when a concrete cross-client requirement justifies a new canonical owner and matching parity validation.
Skill rules
- Edit the canonical skill only at
plugins/<plugin>/skills/<skill>/SKILL.md. - Keep each skill standalone. It must not require another skill, MCP server, task tracker, separately installed coordinator or worker, or shared runtime. A skill may require host-native independent contexts when that is intrinsic to its outcome and it defines an explicit
BLOCKEDresult. - Keep YAML frontmatter to
nameanddescription. The folder name andnamemust match. - Put the trigger boundary in
description: what the skill does, when to use it, and important near-negative cases. - Begin each skill body, before tool routing, with
**Goal:**defining its intended outcome and boundary and**Execution contract:**telling the agent how to apply the skill. - In that execution contract, treat the ordered checkbox workflow as the skill's Definition of Done. Do not add a duplicate DoD section.
- Track every checkbox as
PENDING, then resolve it toPROVENwith concrete evidence,CLEAREDwith evidence that its conditional trigger is absent, orUNPROVEN; onlyPROVENandCLEAREDcount as complete, and noPENDINGmay remain at return. - Require the execution contract to account for all checkboxes with
Checklist: X/Y completeand anIncompletelist containing each skipped item's reason, outcome impact, and exact next action; apply the skill's own verdict, decision, and approval rules to incomplete items. - Preserve evidence rules, tool-selection guidance, safety gates, verdict mapping, output contract, and residual-risk reporting when simplifying.
- Add
references/,scripts/, orassets/only after a concrete execution defect shows that the instruction-only skill is insufficient. - Treat each
SKILL.mdas the canonical operational document for its workflow: keep rules at the narrowest relevant section, remove filler and duplicated guidance, and avoid volatile values or copied implementation detail unless execution requires them and the authoritative source or update trigger is explicit. - Prefer capability descriptions over vendor-specific tools. Every required capability needs a credible fallback or an explicit
BLOCKEDoutcome. - Keep skills in English and target 100–200 lines. Remove repetition before splitting a skill.
- Review and audit skills are read-only. Optimization skills may mutate only the user-approved scope and must retain or discard changes using measured evidence.
- Test planning and product discovery skills are read-only. Acceptance-test building may mutate only the approved test and test-documentation scope and must not repair product code.
- Architecture artifact skills may mutate only explicitly approved architecture documents and must not edit product code or tests, execute migrations, or change external systems.
- Skill review is read-only. Repository, release, and announcement publication may mutate only explicitly approved local and external scope and must preserve their approval gates.
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.
- 5d ago First seen · 73 lines · 1,304 tokens per session scan A e6c14e8b2681
claude-code-skills AGENTS.md is an instructions file published in the GitHub repository levnikolaevich/claude-code-skills (557 stars, last pushed 6d ago), licensed MIT. It adds 1,304 tokens to every session, about $0.0065 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
dev-agent-skills CLAUDE.md
Claude Code instructions for fvadicamo/dev-agent-skills, covering claude.md, project overview, architecture, key file: marketplace.json and skill anatomy.
qa-orchestra CLAUDE.md
Claude Code instructions for Anasss/qa-orchestra, covering qa orchestra — claude code instructions, what this project is, quick start, 1. clone into your workspace and 2. fill in your project context.
chealth CLAUDE.md
Instructions for danielithomas/chealth, covering claude.md, project purpose, language & tooling, build & test and architecture.
kortex CLAUDE.md
Claude Code instructions for Heapy/kortex, a project described as: Agent Skills for Kotlin Development.
claude-goal-scaffold CLAUDE.md
Claude Code instructions for wilwaldon/claude-goal-scaffold, covering project: [your project name], stack, structure, design direction and content source.
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.