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/snapsynapse/skill-provenance/claude-mdgit clone --depth 1 https://github.com/snapsynapse/skill-provenanceWrote 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/snapsynapse/skill-provenance/claude-md)<a href="https://agentmods.dev/instructions/snapsynapse/skill-provenance/claude-md"><img src="https://agentmods.dev/badge/instructions/snapsynapse/skill-provenance/claude-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.01183 | $0.01183 |
| Opus 5 | $0.00592 | $0.00592 |
| Sonnet 5 | $0.00237 | $0.00237 |
| Haiku 4.5 | $0.00118 | $0.00118 |
Grade A, and why
skill-provenance 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 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.
How it starts
The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill Provenance
A metaskill for version tracking across Agent Skills sessions, surfaces, and platforms. This is a skill bundle project, not a library.
Canonical site: https://skillprovenance.dev/ | Repo: snapsynapse/skill-provenance (public, MIT). Ships as a Claude Code plugin and as a standalone .skill upload. Zero external dependencies by design (bash + shasum/sha256sum + awk + zip only).
Key files
skill-provenance/SKILL.md-- the skill definition (what agents read)skill-provenance/MANIFEST.yaml-- file inventory with roles, versions, SHA-256 hashesskill-provenance/CHANGELOG.md-- rolling recent history (last 5 entries)skill-provenance/evals.json-- 41 core evaluation scenariosskill-provenance/evals-distribution.json-- 18 supplemental distribution evalsskill-provenance/validate.sh-- local hash verification scriptskill-provenance/package.sh-- derived copy generator (strict/ClawHub)skill-provenance/references/standalone-verification.md-- no-plugin verify/bootstrap pathverify.sh-- standalone wrapper pinned to the canonical validatoraction.yml-- GitHub Actions Marketplace wrapper for bundle validationCHANGELOG.md-- full append-only repo historyAGENTS.md-- detailed guide for agents working on this repo
Claude Code plugin
This repo doubles as a Claude Code plugin. The plugin structure:
.claude-plugin/plugin.json-- plugin manifest (name, version, metadata).claude-plugin/marketplace.json-- marketplace listing for self-hosted installskills/open/SKILL.md--/skill-provenance:open(verify bundle on session start)skills/close/SKILL.md--/skill-provenance:close(update versions on session end)skills/handoff/SKILL.md--/skill-provenance:handoff(generate handoff note)skills/bootstrap/SKILL.md--/skill-provenance:bootstrap(version an unversioned bundle)skills/skill-provenance-- symlink toskill-provenance/for the monolithic skill
The five focused skills extract specific workflows from the monolithic SKILL.md.
The symlink preserves /skill-provenance:skill-provenance as the full monolithic skill.
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.
- 5d ago First seen · 87 lines · 1,183 tokens per session scan A 4f8794b0b0a1
skill-provenance CLAUDE.md is an instructions file published in the GitHub repository snapsynapse/skill-provenance (7 stars, last pushed 7d ago), licensed MIT. It adds 1,183 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
AionUi AGENTS.md
AGENTS.md instructions for iOfficeAI/AionUi, covering aionui - project guide, code conventions, file & directory structure, naming and ui library & icons.
agent-skills AGENTS.md
AGENTS.md instructions for magnus919/agent-skills, covering agents.md — agent guide for agent-skills, format compliance, readme format, required sections and style guidance.
pcl copilot-instructions.md
Copilot instructions for personamanagmentlayer/pcl, covering project overview, pcl bootstrap system, core architecture principles, 1. compiler pipeline and 2. type system.
mda CLAUDE.md
Instructions for sno-ai/mda, covering claude.md — sno-ai/mda, release process for @markdown-ai/cli, to cut a release (any 1.1.x, 1.2.0, 2.0.0 — same flow), release notes — non-negotiable and what's new.
gemini-web-wrapper AGENTS.md
AGENTS.md instructions for Ven0m0/gemini-web-wrapper, covering agents.md — gemini web wrapper, instruction precedence, repository map, source of truth and working rules.
TLDR AGENTS.md
Instructions for 0p9b/TLDR: @./skills/tldr/SKILL.md @./skills/tldr-commit/SKILL.md @./skills/tldr-review/SKILL.md @./skills/tldr-compress/SKILL.md.