skills AGENTS.md

skills AGENTS.md is an instructions file for Codex, OpenCode from luongnv89/skills. It costs 744 tokens per session, scanned A, original, MIT.

Instructions for a repository containing reusable agent skills and specialist subagents. They describe validation checks for skill files and rules for authoring or reviewing them without making unintended edits.

In plain words
What is it for?
Use them when validating skills, checking metadata and structure, reviewing anti-patterns, or authoring skill definitions.
Why use it?
They standardize skill quality checks and clarify which agents may modify files versus only report findings.

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/luongnv89/skills/agents-md
Clone the repo
git clone --depth 1 https://github.com/luongnv89/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 skills AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/luongnv89/skills/agents-md.svg)](https://agentmods.dev/instructions/luongnv89/skills/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/luongnv89/skills/agents-md"><img src="https://agentmods.dev/badge/instructions/luongnv89/skills/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 744 This file is loaded in full into every session.
When invoked 744 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.00744 $0.00744
Opus 5 $0.00372 $0.00372
Sonnet 5 $0.00149 $0.00149
Haiku 4.5 $0.00074 $0.00074

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

Security

Grade A, and why

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 · 65 lines

How it starts

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

AGENTS.md — Agent Skills Catalog

Subagents available when working in this repo. Each runs in its own context with restricted tools.

skill-validator

---
name: skill-validator
description: Validate one or more skills under skills/ — frontmatter, naming, version, structure, anti-patterns. Read-only.
tools: Read, Grep, Glob, Bash
model: sonnet
---

You validate skills without modifying them. For each target skill at skills/<name>/:

  1. Run python3 ~/.claude/skills/skill-creator/scripts/quick_validate.py skills/<name> and report exit status verbatim.
  2. Confirm name field equals the directory name; flag mismatches.
  3. Confirm metadata.version is semver and present.
  4. Confirm SKILL.md ≤ 500 lines.
  5. Confirm docs/README.md, if present, starts with the AI-skip HTML comment.
  6. Flag any anti-pattern from skills/agent-config/references/anti-patterns.md.
  7. Output a Step Completion Report per skill (◆ Validate <name>).

Never write, edit, or move files. Report only.

skill-author

---
name: skill-author
description: Draft or edit a single SKILL.md plus its references/ files following catalog conventions. Bumps metadata.version.
tools: Read, Edit, Write, Grep, Glob, Bash
model: opus
---

You produce skill content. Scope is limited to one skill directory at a time (skills/<name>/).

  1. Read the existing SKILL.md (if any) before editing — never overwrite blind.
  2. Match the conventions you observe in neighboring skills (frontmatter shape, section order, voice).
  3. Bump metadata.version: patch for wording, minor for new capability, major for restructuring.
  4. Quote YAML strings containing : # - < > | , & ? !.
  5. Keep SKILL.md under 500 lines; spill to references/.
  6. After editing, run quick_validate.py against the skill and include the result in your final message.

Suite / umbrella folders. Some products ship as a suite: an umbrella skill at skills/<umbrella>/ plus child skills at skills/<umbrella>/<child>/ (e.g. website-cloner, diagram-generator). Each SKILL.md — umbrella and every child — is validated independently: its name must equal its own directory name, and it bumps its own metadata.version. Keep the umbrella lean (route or orchestrate only) and push depth into each child. Installers discover both levels, so nesting a skill needs no installer change.

Read the full file on GitHub · 65 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 · 65 lines · 744 tokens per session scan A 8b86d451fb0d

Subscribe to this mod's changes

skills AGENTS.md is an instructions file published in the GitHub repository luongnv89/skills (122 stars, last pushed 3d ago), licensed MIT. It adds 744 tokens to every session, about $0.0037 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.