skills AGENTS.md

skills AGENTS.md is an instructions file for Codex, OpenCode from stealth-factory/skills. It costs 3,025 tokens per session, scanned A, original, MIT.

Contributor instructions for a repository of reusable skills for AI coding agents. They explain where each skill lives, how its SKILL.md file is structured, and how to write its description.

In plain words
What is it for?
Use them when adding or updating a skill, choosing its folder and name, writing its front matter, or improving the description that determines when it loads.
Why use it?
They help contributors create skills that the repository can discover and trigger correctly, without inconsistent folders or incomplete metadata.

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

Measured 5d ago against content hash 1a0f0c6472a1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, 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 · 231 lines

How it starts

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

AGENTS.md

Instructions for AI agents (and humans) authoring skills in this repository.

What this repo is

A collection of skills.sh-compatible agent skills. Each skill is reusable, on-demand context for an AI coding agent. One skill = one folder under skills/ with a SKILL.md.

Project tracking: Linear — Skills.

Layout

skills/<skill-name>/SKILL.md          # flat (preferred)
skills/<category>/<skill-name>/SKILL.md   # only if you have enough to categorise

<skill-name> is kebab-case and matches the name: in the frontmatter. No manifest file is needed — the skills CLI auto-discovers these paths.

SKILL.md format

---
name: my-skill                # kebab-case, matches the folder
description: <one line>        # SEE BELOW — this is the most important field
metadata:
  author: stealth-factory
  version: "1.0.0"            # bump on meaningful change (semver)
---

# Title

<the body the agent loads when the skill fires>

The description is the trigger (write it carefully)

It's the only part of a skill that's always in the agent's context; the body loads only when the description matches the task. So write it as concrete triggers, not marketing:

  • Good: Use when an iPhone/iPad page shows black bars, content is cut off at the bar edge, a cropped shadow, or the page jumps after the keyboard closes.
  • Bad: Helps with iOS Safari styling.

Lead with what the skill does, then "Use when …" listing the situations, symptoms, and phrases a user might say.

The body

  • Write for the agent, not end users — actionable facts, steps, rules.
  • Keep it scannable (headings, short sections, tables, code blocks).
  • Progressive disclosure: keep SKILL.md focused; if a skill needs heavy reference material or scripts, put them in sibling files and link to them so they load only when needed.
  • Prefer facts and case-dependent guidance over a single rigid recipe, so the skill stays useful across situations.
  • Note provenance (how a non-obvious claim was verified) when it helps trust.

Read the full file on GitHub · 231 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 · 231 lines · 3,025 tokens per session scan A 1a0f0c6472a1

Subscribe to this mod's changes

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