From pantry
Check what the repo already has before creating a component, hook, utility, or schema, before adding a dependency, or when the user says "pantry", "check the pantry", or "do we already have". Prevents duplicate code and duplicate dependencies.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pantry:pantryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This repo keeps a local inventory of what already exists. Before you build
This repo keeps a local inventory of what already exists. Before you build or install, check it.
Your session context includes the exact pantry command for this machine (look for "Pantry command for this session"). Use it:
<pantry-cmd> check "<what you need>"
If pantry is on PATH, plain pantry check "..." works too.
Keep the need SHORT — 2 to 4 words naming the capability, like a search
query, not a sentence. Good: check "date formatting", check "ui kit",
check "confirmation modal". Bad: check "does the repo already have a library for formatting dates?" (sentence words pollute the match).
If the inventory seems stale after big changes, run pantry sync.
npx claudepluginhub 0ss/pantry --plugin pantryGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.