api-change

api-change is a skill for Claude Code from cubetribe/ClaudeCode_GodMode-On. It costs 27 tokens per session (565 once invoked), scanned A, original, no licence file.

Rules for detecting changes to an API, checking which users or programs may be affected, and handling changes that could break existing callers.

In plain words
What is it for?
Use it when changing API code or related files to identify affected consumers and apply the required process for breaking changes.
Why use it?
It helps prevent an API update from silently breaking the applications and services that depend on it.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the cc-godmode plugin — 14 skills, 15 agents shipped together

Install

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.

agentmods
npx agentmods add skills/cubetribe/claudecode_godmode-on/api-change
Any agent
npx skills add cubetribe/ClaudeCode_GodMode-On --skill api-change
Clone the repo
git clone --depth 1 https://github.com/cubetribe/ClaudeCode_GodMode-On

Made for: Claude Code.

Or install cc-godmode, the plugin that ships this one along with the rest of its 14 skills, 15 agents.

Wrote 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.

agentmods badge for api-change

README.md
[![agentmods](https://agentmods.dev/badge/skills/cubetribe/claudecode_godmode-on/api-change.svg)](https://agentmods.dev/skills/cubetribe/claudecode_godmode-on/api-change)
Your own site
<a href="https://agentmods.dev/skills/cubetribe/claudecode_godmode-on/api-change"><img src="https://agentmods.dev/badge/skills/cubetribe/claudecode_godmode-on/api-change.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 565 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.00565
Opus 5 $0.00014 $0.00282
Sonnet 5 $0.00005 $0.00113
Haiku 4.5 $0.00003 $0.00056

Measured 6d ago against content hash 6299e9f47fa7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

api-change 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 6d 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.

skills/api-change/SKILL.md · 90 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

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.

  1. 6d ago First seen · 90 lines · 27 tokens per session scan A 6299e9f47fa7

Subscribe to this mod's changes

api-change is a skill published in the GitHub repository cubetribe/ClaudeCode_GodMode-On (49 stars, last pushed 2d ago), with no licence file. It adds 27 tokens to every session and 565 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories

ai-development-guide

Applies language-agnostic and backend technical decision criteria, anti-pattern detection, debugging, and quality gates. Use when reviewing general/backend implementation choices, code smells, failures, or implementation completeness.

shinpr/claude-code-workflows · 43 tokens

recipe-diagnose

Investigate problem, verify findings, and derive solutions.

shinpr/claude-code-workflows · 15 tokens

stuck

Detect when an agent is looping or failing repeatedly, and trigger structured recovery — backtrack, simplify, or escalate.

5uck1ess/devkit · 26 tokens

bugfix

Deterministic full-lifecycle bugfix workflow — triage → reproduce → diagnose → fix → regression-test → run-tests, with a reproduction gate that must fail before the fix and pass after. Use when the user asks to "fix a bug", "debug this issue", "resolve this error", "patch a defect", "this is broken, fix it", or…

5uck1ess/devkit · 213 tokens

tri-debug

Three independent root-cause analyses of a hard bug or failure — smart + general + fast model tiers diagnose in parallel, then theories are compared and reconciled. Use when the user asks for tri-debug, triple debug, three-way debugging, multi-model diagnosis, parallel debug, consensus root-cause analysis, or is stuck…

5uck1ess/devkit · 176 tokens

self-improve

Metric-gated improvement loop — use when asked to self-improve, run an improvement loop, fix issues until a metric passes, or "keep fixing until X is green". Triggers the deterministic self-improve workflow (baseline → improve → verify → loop until passing).

5uck1ess/devkit · 58 tokens