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/lenoseibert/semver-plugin/agents-mdgit clone --depth 1 https://github.com/LenoSeibert/semver-pluginWhat 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.00274 | $0.00274 |
| Opus 5 | $0.00137 | $0.00137 |
| Sonnet 5 | $0.00055 | $0.00055 |
| Haiku 4.5 | $0.00027 | $0.00027 |
Grade A, and why
semver-plugin 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 2d 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.
What it actually says
Semantic Versioning 2.0.0
When a task concerns release versions, apply the official Semantic Versioning 2.0.0 specification. Base the decision on changes to the declared public API, not on commit labels, diff size, or perceived importance.
- Incompatible public API change: increment
MAJOR; reset minor and patch. - Backward-compatible functionality or deprecation: increment
MINOR; reset patch. - Backward-compatible bug fix only: increment
PATCH. 0.y.zis initial development and may change at any time. Follow a project's documented pre-1.0 policy; do not invent one and call it a SemVer rule.- Never modify an artifact after its version has been released.
- Normal versions are
X.Y.Z, use non-negative integers, and have no leading zeroes. - Pre-releases rank below the associated normal version. Compare numeric identifiers numerically, non-numeric identifiers lexically in ASCII, and numeric identifiers below non-numeric ones.
- Ignore build metadata when comparing precedence.
Inspect the public API and actual changes before recommending a version. Lead
with the minimum safe version or bump and briefly cite the compatibility
evidence. Use the bundled semver and semver-review skills for detailed work.
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.
- 2d ago First seen · 24 lines · 274 tokens per session scan A 5d7b3637b033
semver-plugin AGENTS.md is an instructions file published in the GitHub repository LenoSeibert/semver-plugin (1 stars, last pushed 1mo ago), licensed MIT. It adds 274 tokens to every session, about $0.0014 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
coral CLAUDE.md
Instructions for cdknorow/coral, covering claude.md - coral go, mission, testing, go unit tests and legacy parity tools (historical reference).
pingfusi CLAUDE.md
Instructions for alex-durango/pingfusi: This repository is the released form of the pingfusi kit (published to npm as pingfusi). Releases are assembled and verified by the maintainers' release tooling, so commits here are release-granular and PRs cannot be merged directly — open an issue or PR and a maintainer ports…
Circus-Chief CLAUDE.md
Instructions for ferrislucas/Circus-Chief, covering claude.md, project overview, common commands, development - start both frontend and backend and run all unit tests.
obsidian-llm-hub AGENTS.md
Instructions for takeshy/obsidian-llm-hub, a project described as: Obsidian plugin for AI chat, workflow automation, and semantic search — supports Gemini, OpenAI, OpenRouter, Grok, Ollama, and CLI backends.
deva AGENTS.md
Instructions for thevibeworks/deva: Repo guidance for coding agents lives in CLAUDE.md (architecture, issue-based development workflow) and workflows/ (issue, commit, PR, release conventions). Read those before changing anything.
cupcake CLAUDE.md
Instructions for eqtylab/cupcake, covering cupcake system overview, policy engine (wasm/rego) details, 1. routing vs. policy execution (critical), 2. opa rego v1 migration (critical) and 3. decisions & synthesis.