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 skills add shennawardana23/skillme --skill backward-compatibility-and-deprecation-policygit clone --depth 1 https://github.com/shennawardana23/skillmeWrote 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/skills/shennawardana23/skillme/backward-compatibility-and-deprecation-policy)<a href="https://agentmods.dev/skills/shennawardana23/skillme/backward-compatibility-and-deprecation-policy"><img src="https://agentmods.dev/badge/skills/shennawardana23/skillme/backward-compatibility-and-deprecation-policy/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/shennawardana23/skillme/backward-compatibility-and-deprecation-policy"><img src="https://agentmods.dev/badge/skills/shennawardana23/skillme/backward-compatibility-and-deprecation-policy.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00107 | $0.01448 |
| Opus 5 | $0.00053 | $0.00724 |
| Sonnet 5 | $0.00021 | $0.00290 |
| Haiku 4.5 | $0.00011 | $0.00145 |
Grade A, and why
backward-compatibility-and-deprecation-policy 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 12d 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 — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Backward Compatibility and Deprecation Policy
This skill is about the process of retiring something that already
shipped — the timeline, the communication, the enforcement mechanism. The
question of how to design a contract so it doesn't need this process as
often (additive changes, versioning, error-shape consistency) is covered
by the api-design skill; read that one when you're designing the
contract itself, this one when you're retiring something already in use.
Hyrum's Law sets the baseline expectation
"With a sufficient number of users of an API, it does not matter what you promise in the contract: all observable behaviors of your system will be depended on by somebody." (Hyrum Wright, popularized via the Software Engineering at Google book)
This means: the deprecation process has to assume real callers depend on behavior you never intended to guarantee, not just the documented contract. A deprecation plan built only around "we announced it in the changelog" underestimates how many callers won't see that changelog before their integration breaks.
Procedure: deprecating something already in production use
- Determine actual usage before announcing anything. Instrument the old path (a log line, a metric counter, a response header) so you know who's still calling it — announcing a sunset date for something with unknown callers is how outages happen. If you can't measure usage, that's the first gap to close, not a reason to skip measurement.
- Publish the deprecation with three concrete pieces of information: what's being replaced, what to migrate to, and a specific sunset date — "this will be removed eventually" is not a deprecation notice, it's a warning with no actionable deadline.
- Mark it as deprecated in the artifact itself, not only in
documentation: a
DeprecationHTTP response header, a compiler deprecation annotation (// Deprecated:Go doc comment,@deprecatedin other ecosystems), a CLI flag that prints a warning when used. Documentation-only deprecation is invisible to someone who never reads docs but does read a warning printed in front of them. - Give a grace period sized to your actual caller population and their release cadence — an internal API consumed only by services your own team deploys weekly needs a much shorter window than a public API consumed by third parties who batch their own dependency upgrades quarterly or yearly.
- Track migration progress actively, don't just wait for the sunset date — if usage of the old path hasn't dropped as the date approaches, that's a signal to reach out to remaining callers directly (for internal APIs) or extend the deadline with clear justification (for public ones), not to remove it on schedule regardless.
- Remove on schedule once usage is at or near zero, with a final direct check immediately before removal — don't let "we announced it months ago" substitute for confirming actual current usage is gone.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 120 lines · 107 tokens per session scan A 8b309092cadb
backward-compatibility-and-deprecation-policy is a skill published in the GitHub repository shennawardana23/skillme (2 stars, last pushed 15d ago), licensed Apache-2.0. It adds 107 tokens to every session and 1,448 once invoked, about $0.0005 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
temporal-developer
Develop, debug, and manage Temporal applications across Python, TypeScript, Go, Java, .NET, Ruby, and Rust. Use when the user is building workflows, activities, or workers with a Temporal SDK, debugging issues like non-determinism errors, stuck workflows, or activity retries, using Temporal CLI, Temporal Server, or…
fastify-best-practices
A reference guide for building Fastify, a Node.js framework for web servers and REST APIs, with JavaScript or TypeScript. It covers routes, plugins, validation, errors, testing, logging, security, databases, and deployment.
insforge-cli
Use this skill whenever someone needs a backend, or a task touches InsForge backend or cloud infrastructure through the InsForge CLI: projects, SQL, migrations, RLS policies, functions, storage, backups, deployments, compute, secrets, config, schedules, logs, diagnostics, advisor scans and suppressions, import/export…
php-pro
A set of practices for building PHP applications with modern PHP, Laravel, or Symfony. PHP is a programming language commonly used for server-side web applications.
better-auth-best-practices
Configure Better Auth server and client, set up database adapters, manage sessions, add plugins, and handle environment variables. Use when users mention Better Auth, betterauth, auth.ts, or need to set up TypeScript authentication with email/password, OAuth, or plugin configuration.
eve
Build durable backend AI agents with the eve framework. Use when creating, editing, or debugging an eve project — agent instructions, skills, tools, connections, channels, sandboxes, subagents, schedules, or evals.