knowledge-mcp: Skill for Claude Code

.claude/skills/prefill/SKILL.md

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

A structured implementation brief that gives a developer the context needed to build a ticket, including the relevant code, reuse guidance, risks, tests, and cited evidence. A ticket is a request for a software change.

In plain words
What is it for?
It helps planners prepare coding work and helps reviewers check that the implementation and tests match the ticket.
Why use it?
It reduces repeated questions and unsupported claims by putting the required context and evidence beside the implementation plan.

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/prefill/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 prefill

README.md
[![agentmods](https://agentmods.dev/badge/skills/fulminate-io/knowledge-mcp/prefill.svg)](https://agentmods.dev/skills/fulminate-io/knowledge-mcp/prefill)
Your own site
<a href="https://agentmods.dev/skills/fulminate-io/knowledge-mcp/prefill"><img src="https://agentmods.dev/badge/skills/fulminate-io/knowledge-mcp/prefill.svg" alt="Measured on agentmods" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,589 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.00073 $0.01589
Opus 5 $0.00036 $0.00794
Sonnet 5 $0.00015 $0.00318
Haiku 4.5 $0.00007 $0.00159

Measured today against content hash 338a6f9384de, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

prefill 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 today.

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/prefill/SKILL.md · 121 lines

How it starts

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

PREFILL — the implementer's preloaded context

What a prefill is for

The prefill exists so the implementer implements instead of asking. It is everything an engineer new to this part of the codebase would need to build the ticket correctly on the first try: where the change lands, what to reuse, what it must not break, how it will be tested, and where it lands. It is a plan ROOT with no phases and no steps, carrying the goal, the tree, the reads and the citations block and no section text at all; each numbered section below is its own section node on a positioned contains edge, written alone and read alone.

The citation rule

Every file, line, symbol, count and claim in a prefill carries the command that resolved it and was opened this session at the tree the prefill names. A citation without its command is an assertion, and an assertion in a prefill is a T1 in review. Counts are tool output pasted beside the command, labeled as floors; a hand-written "all N sites" does not exist in a prefill.

The shape

The root is an INDEX, not a document. Its sections hang off it as section nodes on contains edges carrying a zero-based position, in the order below; the root's tree lists them in that order with each one's size, so a reader chooses its pages rather than loading the whole plan. Changing a section is ONE write to that section node: no other section and not the root is re-sent, and a planner that re-writes the whole prefill to fix a sentence has made the mistake this shape exists to prevent.

A reviewer attaches an ANNOTATION to the section it concerns, never to the root: correct, finding with its tier, or needed change carrying the exact replacement text in the annotation's body. The annotation's kind and tier ride the edge that joins it to the section as well as the annotation node, so a reader ranks a section's annotations from an edge-metadata traverse without opening one. The section's own body is never edited by the reviewer. A needed change is applied by exact replacement of the quoted text, never by retyping the section.

Read the full file on GitHub · 121 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. today First seen · 121 lines · 73 tokens per session scan A 338a6f9384de

Subscribe to this mod's changes

prefill is a skill published in the GitHub repository fulminate-io/knowledge-mcp (1 stars, last pushed yesterday), licensed Apache-2.0. It adds 73 tokens to every session and 1,589 once invoked, about $0.0004 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-07.