BITE: Skill for Claude Code

.claude/skills/skill-fit-guard/SKILL.md

skill-fit-guard is a skill for Claude Code from RipeMangoBox/BITE. It costs 56 tokens per session (422 once invoked), scanned A, original, MIT.

A diagnostic skill for cases where a recently used coding skill produced an answer that does not fit the user’s request and the same mismatch may happen again. It explains the mismatch and proposes possible revisions, but does not change the skill automatically.

In plain words
What is it for?
Use it after an unsuitable skill invocation when the problem appears repeatable. It records what went wrong, why it may recur, and options for improving the skill.
Why use it?
It separates a one-off bad result from a recurring problem in the skill’s trigger, inputs, scope, or output rules. User approval is required before changing the skill specification.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is RipeMangoBox/BITE's own configuration. It tells Claude Code how to work on BITE itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything BITE configures →

Reuse

Borrowing it

Nothing to install: this file belongs to RipeMangoBox/BITE. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/RipeMangoBox/BITE/main/.claude/skills/skill-fit-guard/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/RipeMangoBox/BITE

Made for: Claude Code.

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 skill-fit-guard

README.md
[![agentmods](https://agentmods.dev/badge/skills/ripemangobox/bite/skill-fit-guard.svg)](https://agentmods.dev/skills/ripemangobox/bite/skill-fit-guard)
Your own site
<a href="https://agentmods.dev/skills/ripemangobox/bite/skill-fit-guard"><img src="https://agentmods.dev/badge/skills/ripemangobox/bite/skill-fit-guard.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 422 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00056 $0.00422
Opus 5 $0.00028 $0.00211
Sonnet 5 $0.00011 $0.00084
Haiku 4.5 $0.00006 $0.00042

Measured 8d ago against content hash 999cc5af104d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

skill-fit-guard 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 8d 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.

.claude/skills/skill-fit-guard/SKILL.md · 62 lines

What it actually says

Skill Fit Guard

What this skill does

This skill handles recurring skill mismatch after a .claude skill call.

It does not auto-modify any skill. It asks for user consent before any skill spec change.

Triggering conditions

Use this skill only when both conditions are true:

  • A just-called skill is not aligned with user intent (scope/stage/input/output mismatch).
  • The same mismatch is likely to recur (pattern-level issue, not one-off noise).

Inputs

  • Invoked skill name
  • User's actual intent
  • Observed mismatch signals
  • Recurrence evidence (if any)

Diagnosis framework

Diagnose mismatch in one or more buckets:

  • Intent mismatch: chosen skill solves a different goal.
  • Stage mismatch: correct capability, wrong pipeline stage.
  • Input contract mismatch: required inputs differ from user-provided context.
  • Output contract mismatch: user expects different granularity/format.
  • Strictness mismatch: too harsh/too shallow for the requested mode.

Output contract

Always return four blocks:

  1. Observed mismatch: short, evidence-based summary.
  2. Why recurrence is likely: what in trigger/spec causes repeated misfire.
  3. Revision options: 2-4 options (light/medium/heavy).
  4. Consent question: ask whether to modify the skill now.

Option menu guidance

Offer options similar to:

  • Light: tune trigger wording and non-goals.
  • Medium: refine workflow and output contract.
  • Heavy: split one skill into two focused skills.
  • No change: keep current skill and add usage note only.

Boundaries

  • No autonomous edits to skill files.
  • No forced workflow switch.
  • No repeated prompting after user declines.
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. 8d ago First seen · 62 lines · 56 tokens per session scan A 999cc5af104d

Subscribe to this mod's changes

skill-fit-guard is a skill published in the GitHub repository RipeMangoBox/BITE (61 stars, last pushed 25d ago), licensed MIT. It adds 56 tokens to every session and 422 once invoked, about $0.0003 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

results-report

A workflow for turning completed experiment analyses into a structured research report with findings, limitations, failures, and next steps.

Galaxy-Dawn/claude-scholar · 78 tokens

code-understand

Build a ranked, citation-backed focus map of a codebase — the files and symbols an architecture actually hangs on — using CodeGraph when available and a dependency-free builtin (regex AST extraction + rg cross-file references) otherwise. Use this any time you (the coding agent) need to orient in an unfamiliar or large…

Ar9av/obsidian-wiki · 175 tokens

api-errors

McpError constructor, JsonRpcErrorCode reference, and error handling patterns for @cyanheads/mcp-ts-core. Use when looking up error codes, understanding where errors should be thrown vs. caught, or using ErrorHandler.tryCatch in services.

cyanheads/obsidian-mcp-server · 54 tokens

report-issue-framework

File a bug or feature request against @cyanheads/mcp-ts-core when you hit a framework issue. Use when a builder, utility, context method, or config behaves contrary to the documented API — not for server-specific application bugs.

cyanheads/obsidian-mcp-server · 52 tokens

report-issue-local

File a bug or feature request against this MCP server's own repo. Use for server-specific issues — tool logic, service integrations, config problems, or domain bugs that aren't caused by the framework.

cyanheads/obsidian-mcp-server · 44 tokens

link-health

Use at the start of Link work when readiness is unclear, after installs or upgrades, and before repairs; verify health, inspect interrupted writes, back up, and repair generated indexes without MCP.

gowtham0992/link · 41 tokens