knowledge-mcp: Skill for Claude Code

.claude/skills/probe-a-gate/SKILL.md

probe-a-gate is a skill for Claude Code from fulminate-io/knowledge-mcp. It costs 59 tokens per session (1,246 once invoked), scanned A, original, Apache-2.0.

A rulebook for testing whether a quality gate can detect the defect it is meant to catch. A gate is a check such as a test, linter, or search that can approve or reject work.

In plain words
What is it for?
Use it to run gates against failing, correct, and plausible-but-wrong inputs, then verify that each result is meaningful.
Why use it?
A check that only passes may give false confidence, especially when it matches nothing or accepts an empty result.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

This is fulminate-io/knowledge-mcp's own configuration. It tells Claude Code how to work on knowledge-mcp 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 knowledge-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to fulminate-io/knowledge-mcp. 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/fulminate-io/knowledge-mcp/main/.claude/skills/probe-a-gate/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/fulminate-io/knowledge-mcp

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 probe-a-gate

README.md
[![agentmods](https://agentmods.dev/badge/skills/fulminate-io/knowledge-mcp/probe-a-gate.svg)](https://agentmods.dev/skills/fulminate-io/knowledge-mcp/probe-a-gate)
Your own site
<a href="https://agentmods.dev/skills/fulminate-io/knowledge-mcp/probe-a-gate"><img src="https://agentmods.dev/badge/skills/fulminate-io/knowledge-mcp/probe-a-gate.svg" alt="Measured on agentmods" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,246 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.00059 $0.01246
Opus 5 $0.00030 $0.00623
Sonnet 5 $0.00012 $0.00249
Haiku 4.5 $0.00006 $0.00125

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

Security

Grade A, and why

probe-a-gate 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 3d 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/probe-a-gate/SKILL.md · 105 lines

How it starts

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

PROBE-A-GATE — proving a gate can actually catch its defect

A probe that can only say yes

A criterion reporting success is UNVERIFIED until you have shown it capable of reporting failure. Seeing green proves nothing on its own — the green may be the only answer it can give. Before trusting any gate, construct the state it is supposed to reject and confirm it goes red. The shapes differ every time: a linter handed an empty file list reports "0 issues"; a test selector matching nothing exits 0; a grep for token= is satisfied by a token with no value; an empty capture coerces to 0 in a numeric test. Each produces a confident green; the check is the same for all and costs one extra run.

Both directions, then the third input

Ask of every gate: (1) does it fail if the implementer did NOTHING? (2) does it pass against CORRECT work — including the plan's own prescribed text? A gate that greps a literal your own step mandates, pins a count your prescribed text changes, or breaks a fixture your surface touches is a scheduled false failure — the more damaging direction, because its pressure is toward corrupting correct work. Then stop reasoning and RUN it, both directions.

RED PLUS GREEN IS STILL NOT SUFFICIENT: a defective gate is often correct on exactly those two inputs and wrong on a THIRD — the plausible-but-incorrect implementation an honest engineer might write. Reach for it whenever the subject is WHICH of several sibling containers holds a value: a grep proving a token is somewhere in a region proves region membership, not the intended sub-container. Construct the wrong-but-reasonable variant and run the stored command against it. When tightening by narrowing to a sub-region, check the hazard the fix creates: a region delimited by neighbouring declarations inherits an ordering dependency nothing enforces — write the required order into the step.

Read the full file on GitHub · 105 lines

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. 3d ago First seen · 105 lines · 59 tokens per session scan A ca08b8df8f1d

Subscribe to this mod's changes

probe-a-gate is a skill published in the GitHub repository fulminate-io/knowledge-mcp (1 stars, last pushed 2d ago), licensed Apache-2.0. It adds 59 tokens to every session and 1,246 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-09-04.