whats-behind

whats-behind is a skill for Claude Code from Sassy-Dog/sassydog-skills. It costs 192 tokens per session (1,542 once invoked), scanned A, original, Apache-2.0.

A read-only check of software-version differences across multiple code repositories. It shows which products use older shared dependencies, tools, or automated update settings, and why they may have fallen behind.

In plain words
What is it for?
Use it to audit dependencies and toolchains across a portfolio of repositories, compare products, and identify repositories that need attention.
Why use it?
It helps find version drift before it becomes a failure or security problem. It also prevents inactive repositories from distorting the results.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: mentions CLAUDE.md.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the sassy-dog plugin — 21 skills, 10 agents shipped together

Good fit Use it to audit dependencies and toolchains across a portfolio of repositories, compare products, and identify repositories that need attention.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Sassy-Dog/sassydog-skills
Claude Code
/plugin install sassy-dog

Made for: Claude Code.

Or install sassy-dog, the plugin that ships this one along with the rest of its 21 skills, 10 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 whats-behind

README.md
[![agentmods](https://agentmods.dev/badge/skills/sassy-dog/sassydog-skills/whats-behind/github.svg)](https://agentmods.dev/skills/sassy-dog/sassydog-skills/whats-behind)
Your own site
<a href="https://agentmods.dev/skills/sassy-dog/sassydog-skills/whats-behind"><img src="https://agentmods.dev/badge/skills/sassy-dog/sassydog-skills/whats-behind/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.

agentmods 80×15 button for whats-behind

Your own site · 80×15
<a href="https://agentmods.dev/skills/sassy-dog/sassydog-skills/whats-behind"><img src="https://agentmods.dev/badge/skills/sassy-dog/sassydog-skills/whats-behind.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 192 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,542 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.00192 $0.01542
Opus 5 $0.00096 $0.00771
Sonnet 5 $0.00038 $0.00308
Haiku 4.5 $0.00019 $0.00154

Measured 12d ago against content hash 98bdba1a14c0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

whats-behind 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/pull-version-drift.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/whats-behind/SKILL.md · 124 lines

How it starts

The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.

What's Behind

A currency check across every repo in a portfolio: who is lagging their peers on shared versions, and — more usefully — why.

This skill is read-only. It measures and reports; it never edits a pin or opens a PR.

Scope boundary. whats-on-fire covers things that are broken or stalled. This covers things that merely drift: nothing here is failing today. A product quietly sitting three major versions behind its siblings never shows up as a fire, which is exactly why it needs its own pass.

1. Pull the drift

PORTFOLIO_ROOT=~/Repos/sassy-dog bash ${CLAUDE_PLUGIN_ROOT}/skills/whats-behind/scripts/pull-version-drift.sh

Emits {repos, actions, toolchains, runners, dependabot, skipped}. MAX_DEPTH defaults to 2 so multi-repo product groups are covered; depth counts the repo, not its .git.

Exclude archived repos before ranking. The script walks local checkouts, and archived repos routinely linger on disk long after they stop mattering. Cross-reference the org (gh repo list <ORG> --json name,isArchived) and drop the archived ones, or the report will solemnly tell you a dead product is behind. No gh on PATH (cloud sessions): pull the same roster via the GitHub MCP list-repos capability — the pattern in whats-on-fire's references/cloud-fallback.md.

2. Rank peer-relative, not absolute

The comparison is against peers, not a registry. If eleven repos run actions/checkout v7 and one runs v4, that one is behind — regardless of what upstream shipped this week. Peer-relative ranking also works offline and never nags about a version nobody has adopted.

Read references/interpreting.md for the tiers. The short version:

  • Behind the fleet — repo's version is below the portfolio mode for that item. Rank by distance (major gaps first).
  • Internally inconsistent — one repo pinning two versions of the same thing. Rank this ABOVE a plain lag: it means the repo has no single source of truth, so any bump is already partial.
  • Unmanaged — no Dependabot config, or config that omits github-actions.

Read the full file on GitHub · 124 lines

Files

What ships with it

2 files 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.

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. 12d ago First seen · 124 lines · 192 tokens per session scan A 98bdba1a14c0

Subscribe to this mod's changes

whats-behind is a skill published in the GitHub repository Sassy-Dog/sassydog-skills (0 stars, last pushed 3d ago), licensed Apache-2.0. It adds 192 tokens to every session and 1,542 once invoked, about $0.0010 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.

Related

Other skills, from other repositories

release-it

Build production-ready systems with stability patterns: circuit breakers, bulkheads, timeouts, and retry logic. Use when the user mentions "production outage", "circuit breaker", "deployment pipeline", "chaos engineering", "retry storm", "health checks", "my service keeps crashing", "prevent cascading failures", or…

wondelai/skills · 131 tokens

tidewave-integration

Tidewave MCP runtime tools — debugging, smoke testing, live state inspection, SQL queries, hex docs. Use when evaluating code in a running Phoenix app.

oliver-kriska/claude-elixir-phoenix · 38 tokens

debug

Interactive debugging workflow with hypothesis-driven probe loop. Use when: unknown bugs, script errors, silent failures, troubleshooting. Not for: known bugs (use bug-fix), GitHub issue analysis (use issue-analyze), code understanding (use code-explore). Output: debug report with probe journal + root cause + fix.

sd0xdev/sd0x-harness · 67 tokens

resolving-merge-conflicts

Use when a git merge or rebase reports conflicts and the operation is in progress.

romiluz13/cc10x · 25 tokens

git-investigate

Git history investigation. Use when: tracking code changes, finding where bugs were introduced, root cause analysis. Not for: code exploration (use code-explore), issue analysis (use issue-analyze). Output: history trace + root cause report.

sd0xdev/sd0x-harness · 53 tokens

analyze

Deep-dive codebase analysis that explains how things actually work — business rules, architecture patterns, auth flows, data models, integrations, and performance hotspots. Use whenever the user asks "how does X work", "map the Y flow", "what are the business rules for Z", "trace the auth path", "explore the codebase…

rsmdt/the-startup · 118 tokens