skills AGENTS.md

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

Repository instructions for maintaining a collection of coding-agent skills. They describe how skills, documentation, templates, and marketplace metadata are organized.

In plain words
What is it for?
Use them when creating, renaming, removing, documenting, or registering skills, especially skills generated from shared templates.
Why use it?
They help contributors keep a skill’s required files, public catalogue entry, and registration metadata consistent when adding or changing skills.

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/usetemi/skills/agents-md
Clone the repo
git clone --depth 1 https://github.com/usetemi/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/usetemi/skills/agents-md.svg)](https://agentmods.dev/instructions/usetemi/skills/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/usetemi/skills/agents-md"><img src="https://agentmods.dev/badge/instructions/usetemi/skills/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 563 This file is loaded in full into every session.
When invoked 563 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.00563 $0.00563
Opus 5 $0.00282 $0.00282
Sonnet 5 $0.00113 $0.00113
Haiku 4.5 $0.00056 $0.00056

Measured 4d ago against content hash 6436f78ec943, 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 4d 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 · 60 lines

How it starts

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

Skills Repository

usetemi/skills publishes Temi agent skills for coding agents and tools that support the Agent Skills spec. Keep this file focused on instructions agents need while changing the repo; keep public install, catalog, and distribution copy in README.md.

Orientation

  • Each skill is self-contained under skills/<name>/. SKILL.md is the required entry point; deeper references should live inside the skill and be loaded only when the task calls for them.
  • README.md is the canonical public catalog and install guide. Update it when a skill is added, removed, renamed, or its public description changes.
  • Plugin and marketplace metadata lives under .claude-plugin/, .codex-plugin/, and .agents/plugins/. Touch those files only for registration or metadata changes.
  • template/ renders shared Python modules for the google-* CLI skills. Read template/AGENTS.md before editing the Copier template or any file generated from it.

Skill Changes

  • When adding a new skill, create skills/<name>/SKILL.md and keep the skill directory self-contained.
  • Register new skills in .claude-plugin/marketplace.json and add a row to the README.md skill table.
  • Codex discovers skills from ./skills/ via .codex-plugin/plugin.json, so new skills do not need per-skill Codex registration unless root plugin metadata changes.
  • Do not document capabilities that are not implemented in the skill.

Copier-Rendered Google Skills

The google-* Python CLI skills share modules rendered from template/. If you change a template or a rendered shared module, re-render each affected consuming skill from that skill's directory:

copier copy --data-file .copier-answers.yml --defaults --trust --overwrite ../../template .

Commit the template change and regenerated outputs together. The copier-drift.yml workflow runs the same copier copy --overwrite flow and fails if rendered files drift.

Validation

  • For Python CLI skills, run:
    uv run --project skills/<skill> ruff check .
    uv run --project skills/<skill> ty check
    
  • After editing template/**, run the Copier re-render command for each affected skill with a .copier-answers.yml file and confirm the diff contains only intended changes.
  • For docs-only edits, re-read the changed guidance and check for duplicated README content, stale file indexes, or command drift.
  • Before finishing, run git diff --check.

Read the full file on GitHub · 60 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. 4d ago First seen · 60 lines · 563 tokens per session scan A 6436f78ec943

Subscribe to this mod's changes

skills AGENTS.md is an instructions file published in the GitHub repository usetemi/skills (6 stars, last pushed 1mo ago), licensed MIT. It adds 563 tokens to every session, about $0.0028 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.