skillet

skillet is a skill for Claude Code from skilletmd/skillet. It costs 80 tokens per session (779 once invoked), scanned A, original, Apache-2.0.

A router for the Skillet kit, which is a collection of reusable agent skills. It chooses a suitable skill for a natural-language task or loads a public kit by handle.

In plain words
What is it for?
Use it with /skillet to route a task, call another person's public kit, or access Skillet's skill-creation flow.
Why use it?
It removes the need to know which individual skill to invoke when several skills may fit the request.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the skillet plugin — 2 skills shipped together

Good fit Use it with /skillet to route a task, call another person's public kit, or access Skillet's skill-creation flow.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/skilletmd/skillet/skillet-route
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.

Any agent
npx skills add skilletmd/skillet --skill skillet-route
Clone the repo
git clone --depth 1 https://github.com/skilletmd/skillet

Made for: Claude Code.

Or install skillet, the plugin that ships this one along with the rest of its 2 skills.

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 skillet

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/skilletmd/skillet/skillet-route"><img src="https://agentmods.dev/badge/skills/skilletmd/skillet/skillet-route.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 779 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.00080 $0.00779
Opus 5 $0.00040 $0.00390
Sonnet 5 $0.00016 $0.00156
Haiku 4.5 $0.00008 $0.00078

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

Security

Grade A, and why

skillet 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 11d 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.

packages/cli/bundled-skills/skillet-route/SKILL.md · 77 lines

How it starts

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

Skillet route (/skillet)

Look at the first token after /skillet, call one verb, and follow the instructions it returns. Each verb answers with its data AND the rules for that path, so everything you need arrives with the call. Nothing below is the whole flow; the verb's response is.

Branch on the first token

create is a verb, not a handle. (/skillet create, /skillet create a skill for our deploy ritual.) Load the bundled @skillet/create playbook and follow it instead of routing. Run no verb, no phases, and no record. It sits in two places; read whichever exists:

  1. The sibling skillet-create/SKILL.md next to this file. skillet init writes both together, so this is the copy an anonymous install has.
  2. ~/.skillet/skills/@skillet/create/SKILL.md, or $SKILLET_DIR/skills/..., once the machine has synced.

It is deliberately absent from routing candidates: the CLI's own meta-skills are never routed to, so a path is how you reach it. If neither copy exists, say so in one line and run skillet init to install it rather than improvising a create flow of your own.

A handle (/skillet @mattpocock review my PR, or the same without the @) routes against that person's public kit, fetched live. No install, no sync, no account:

skillet route summon <handle>

Anything else is a task for the user's own kit:

skillet route start

If a hook already placed kit candidates in your context, skip start and go straight to picking from those.

Then load what you picked

skillet route use <ref>

Add --hash <hash> --via <handle> when the candidate came from summon, using the values that candidate carried. This is the only call that loads a body, and it records the route, so never call skillet route begin or skillet route record yourself.

Over MCP

When the connected surface exposes summon, search_public, and a skill reader, use those tools instead of shelling out. Same attribution and the same consent rules either way. One difference binds only there: call the summon-marked read at most once per invocation, since the CLI's single-loader guarantee does not reach across that boundary.

Read the full file on GitHub · 77 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. 11d ago First seen · 77 lines · 80 tokens per session scan A 87028dcbd077

Subscribe to this mod's changes

skillet is a skill published in the GitHub repository skilletmd/skillet (3 stars, last pushed 12d ago), licensed Apache-2.0. It adds 80 tokens to every session and 779 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-08-31.