claude-code-skills AGENTS.md

claude-code-skills AGENTS.md is an instructions file for Codex, OpenCode from levnikolaevich/claude-code-skills. It costs 1,304 tokens per session, scanned A, original, MIT.

Repository instructions for maintaining a collection of standalone coding-agent skills, including their folders, metadata files, and validation rules.

In plain words
What is it for?
Use them when adding or updating skills, editing plugin manifests, checking repository structure, or validating marketplace and index metadata.
Why use it?
They give contributors a shared structure and editing rules so skills can be discovered and used consistently across supported coding-agent clients.

Instructions file for CodexOpenCode

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.

agentmods
npx agentmods add instructions/levnikolaevich/claude-code-skills/agents-md
Clone the repo
git clone --depth 1 https://github.com/levnikolaevich/claude-code-skills

Made for: Codex, OpenCode.

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 claude-code-skills AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/levnikolaevich/claude-code-skills/agents-md.svg)](https://agentmods.dev/instructions/levnikolaevich/claude-code-skills/agents-md)
Your own site
<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>
Per session 1,304 This file is loaded in full into every session.
When invoked 1,304 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.01304 $0.01304
Opus 5 $0.00652 $0.00652
Sonnet 5 $0.00261 $0.00261
Haiku 4.5 $0.00130 $0.00130

Measured 5d ago against content hash e6c14e8b2681, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

AGENTS.md · 73 lines

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 BLOCKED result.
  • Keep YAML frontmatter to name and description. The folder name and name must 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 to PROVEN with concrete evidence, CLEARED with evidence that its conditional trigger is absent, or UNPROVEN; only PROVEN and CLEARED count as complete, and no PENDING may remain at return.
  • Require the execution contract to account for all checkboxes with Checklist: X/Y complete and an Incomplete list 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/, or assets/ only after a concrete execution defect shows that the instruction-only skill is insufficient.
  • Treat each SKILL.md as 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 BLOCKED outcome.
  • 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.

Read the full file on GitHub · 73 lines

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. 5d ago First seen · 73 lines · 1,304 tokens per session scan A e6c14e8b2681

Subscribe to this mod's changes

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.