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/wunamesst/skills/agents-mdgit clone --depth 1 https://github.com/wunamesst/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/wunamesst/skills/agents-md)<a href="https://agentmods.dev/instructions/wunamesst/skills/agents-md"><img src="https://agentmods.dev/badge/instructions/wunamesst/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.01529 | $0.01529 |
| Opus 5 | $0.00764 | $0.00764 |
| Sonnet 5 | $0.00306 | $0.00306 |
| Haiku 4.5 | $0.00153 | $0.00153 |
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.
How it starts
The opening of the file, as written. The whole thing — 132 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
This file provides guidance to Codex when working with code in this repository.
Repository Purpose
This is the FloLib Skills repository: a multi-platform collection of agent skills distributed through platform-specific marketplace metadata.
Canonical skill sources live in skills/. Codex uses the root
.agents/plugins/marketplace.json file and generated plugin packages under
plugins/.
Marketplace
Marketplace name:
flolib-skills
Install from Codex:
codex plugin marketplace add wunamesst/skills
Local development:
node scripts/build-platforms.mjs
node scripts/validate.mjs
codex plugin marketplace add .
Plugin Structure
skills/ Canonical cross-platform skill sources
.claude-plugin/ Claude Code marketplace entry
.agents/plugins/ Codex marketplace entry
plugins/ Codex plugin packages generated from skills/
scripts/ Build and validation scripts
docs/ Repository standards and design notes
output/ Generated files during development, git-ignored
Do not edit generated copies under plugins/*/skills/ directly. Edit
skills/<skill-name>/ and run the build script.
Current Skills
svg-diagram
Production-grade hand-written SVG diagram skill. Supports sequence diagrams, flowcharts, structure diagrams, state machines, timelines, ERDs (via mermaid.js), interactive HTML widgets, and illustrative diagrams.
Architecture: SKILL.md is a multi-step procedural handbook (type decision → canvas setup → color system → text sizing → per-type specs → dark mode → anti-overlap → checklist). Reference files are specialized sub-manuals:
| Reference | Purpose |
|---|---|
references/sequence.md |
Sequence diagram spec + Y-coordinate lookup tables + example |
references/flowchart.md |
Flowchart spec + node sizing + decision diamond layout + example |
references/structure.md |
Structure diagram spec + nesting rules + example |
references/state-machine.md |
State machine spec + initial/final state templates + example |
references/timeline.md |
Timeline spec + event marker/card templates + example |
references/erd.md |
Mermaid.js ERD template with dark-mode and rounded-corner post-processing |
references/interactive.md |
HTML widget templates: stepper, slider, clickable nodes, animation |
references/illustrative.md |
Illustrative diagram rules: spatial metaphors, physical vs abstract themes |
references/embedded-styles.md |
Complete embedded CSS style block (color classes + dark mode) — backup reference |
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.
- 4d ago First seen · 132 lines · 1,529 tokens per session scan A 637fb06caa43
skills AGENTS.md is an instructions file published in the GitHub repository wunamesst/skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 1,529 tokens to every session, about $0.0076 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.
Other instructions, from other repositories
deadskills CLAUDE.md
Claude Code instructions for anandsaini18/deadskills, covering deadskills — project context for claude, what this is, stack, commands (makefile is the entry point) and architecture.
pi AGENTS.md
AGENTS.md instructions for counterposition/pi, covering agents.md, commands, pattern: pnpm --filter @counterposition/pi-web-search run, single test file and single test by name.
hyperskills CLAUDE.md
Instructions for hyperb1iss/hyperskills, a project described as: My collection of agent skills for a variety of tasks.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.