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 skills/everywan-dev/claude-code-engineering/supersede-outdated-docsnpx skills add everywan-dev/claude-code-engineering --skill supersede-outdated-docsgit clone --depth 1 https://github.com/everywan-dev/claude-code-engineeringWhat 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.00083 | $0.00526 |
| Opus 5 | $0.00042 | $0.00263 |
| Sonnet 5 | $0.00017 | $0.00105 |
| Haiku 4.5 | $0.00008 | $0.00053 |
Grade A, and why
supersede-outdated-docs 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 yesterday.
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
Supersede outdated docs
Correcting curated knowledge is never an edit. It is always a new unit.
The rule
- Write a new unit file with its own new
id, never reusing the old one. - Its frontmatter declares
supersedes: [<old-id>](a list -- one unit may supersede several at once, many-to-one). - The superseded unit is never edited and never deleted. Its file,
its
evidence, itsanchors-- all of it stays exactly as written. History is not rewritten. - If the correction is itself a chain (kb-0001 was already superseded by kb-0002, and kb-0002 also needs correcting), the new unit supersedes the latest unit in the chain, not the original.
Why
derive computes each unit's effective state from supersedes across the
whole validated set -- it is never stored on the unit itself. A superseded
unit still appears in knowledge-index.md, marked superseded by <ids>,
never omitted and never mutated. Editing a unit in place would destroy the
record of what was believed and when; superseding preserves it.
Steps
python3 -m validated_memory validate
Validate the whole knowledge/ directory (not just the new file) so the
supersedes reference resolves against the unit it points at.
python3 -m validated_memory derive
Re-derive knowledge-index.md afterwards, so its state column reflects
the new supersession. If the project gates on a versioned index
(derive --check in CI), re-deriving is required before that gate passes
again.
If the new unit carries its own anchors, its freshness verdict starts at
unknown until detect-stale-documentation runs against it -- the superseded unit
keeps whatever verdict it last had recorded, since probe only probes
active units.
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.
- yesterday First seen · 52 lines · 83 tokens per session scan A c7064936eaef
supersede-outdated-docs is a skill published in the GitHub repository everywan-dev/claude-code-engineering (2 stars, last pushed 13d ago), licensed Apache-2.0. It adds 83 tokens to every session and 526 once invoked, about $0.0004 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 skills, from other repositories
claude-project-manifest
Creates annotated bibliography-style manifests for Claude projects, tracking files, conversation threads, and relationships with unique IDs and annotations. Use when documenting project contents, creating file inventories, tracking conversation history, or building navigable knowledge maps.
proofpress
Preserve or inspect decision history for Markdown and static HTML knowledge artifacts with Proofpress. Use when creating or accepting a meaningful revision to an ADR, design doc, PRD, README, strategy note, portable .md artifact, or static .html/.htm artifact in a configured repository, or when receiving a file…
llm-wiki
Maintain a personal team knowledge base using the LLM Wiki pattern — incremental ingest, query, and lint operations on a layered wiki architecture.
Principle Synthesizer
Synthesize invariant principles from 3+ sources — find the core that survives across all expressions.
PBE Extractor
Extract invariant principles from any text — find the ideas that survive rephrasing.
golden-rss
Use when testing the rss golden build.