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/claude-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.01173 | $0.01173 |
| Opus 5 | $0.00587 | $0.00587 |
| Sonnet 5 | $0.00235 | $0.00235 |
| Haiku 4.5 | $0.00117 | $0.00117 |
Grade A, and why
semver-plugin CLAUDE.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.
How it starts
The opening of the file, as written. The whole thing — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
What this repository ships
A portable Semantic Versioning 2.0.0 rule pack for five agent harnesses (Codex, Claude Code, Gemini CLI, GitHub Copilot CLI, OpenCode/Cursor). The product is Markdown and JSON, not a library. There is no build and no test suite.
AGENTS.md is the single source of the rule text: hooks/semver-context.js
injects it as session context, gemini-extension.json declares it as the
context file, and OpenCode/Cursor users copy it directly. Editing it changes
behavior in every harness at once.
Commands
make validate— runsvalidate-version,validate-translations,validate-plugin,validate-skills,check-diff.make test— smoke-testsscripts/install-local.shwith stubbed harness CLIs and--dry-run, asserting on the snapshot it builds. No harness is touched.make validate-pluginandmake validate-skillsshell out to scripts outside this repo under$HOME/.codex/skills/.system/. They fail without Codex installed; override withPLUGIN_CREATOR_ROOT/SKILL_CREATOR_ROOT.- After changing
skills/orhooks/: runmake validate, thenmake install-localand open a fresh session in the target harness to confirm the context injection actually landed. Static validation alone does not prove a hook works. make lint—markdownlint-cli2(vianpx, needs network) plusshellcheckonscripts/*.sh. Kept out ofmake validateso validation stays offline; CI runs both.make remove-localuninstalls from every harness.
Versioning invariants
VERSIONand four manifests must be byte-identical:.codex-plugin/plugin.json,.github/plugin/plugin.json,.claude-plugin/plugin.json,gemini-extension.json.scripts/check-version.jsfails CI when they drift. This is the most common way to break the build.VERSIONnever carries a leadingv; git tags do (v0.2.6).- Pre-1.0 policy for this repo, also stated in
README.md: a breaking change to a published contract (hook event/command shape, skill name or frontmatter, manifest keys, dropping a harness) bumps MINOR; everything else bumps PATCH. - Every merge into
mainrequires a version bump, docs-only changes included. - The bump is its own commit:
chore(release): bump version to X.Y.Z. .github/workflows/release.ymltags and publishes on push tomain. It fails on purpose whenvX.Y.Zalready points at another commit — bump again rather than moving a released tag.
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 · 89 lines · 1,173 tokens per session scan A edb009d1914b
semver-plugin CLAUDE.md is an instructions file published in the GitHub repository LenoSeibert/semver-plugin (1 stars, last pushed 1mo ago), licensed MIT. It adds 1,173 tokens to every session, about $0.0059 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.