skillfed
v0.1.3
Published
Find vetted agent skills for your task — no-clone installer for Skill Federation that drops the finder skill + /skillfed command into Claude Code (~/.claude). Run via `npx skillfed`. Zero runtime deps.
Maintainers
Readme
skillfed (npm installer)
Find vetted agent skills for your task, mid-flow — a no-clone installer for
Skill Federation. Drops the curl-tier
finder skill + /skillfed command into Claude Code (~/.claude or ./.claude); only abstract
wishes ever leave your machine.
npx skillfed # curl tier, user scope (~/.claude)
npx skillfed --with-hook # + plan-approval nudge
npx skillfed --with-npx # + register the npx -y skillfed-mcp MCP server
npx skillfed --scope project # install into ./.claudeThen restart Claude Code and run /skillfed <what you're trying to do>.
Zero runtime dependencies (Node ≥18, stdlib only). The finder itself needs just curl. This is
one of three install paths — see the project README for the curl bootstrap and uvx skillfed.
Build (maintainers)
npm pack / npm publish runs prepack automatically, which vendors the 3 payload files from
integrations/claude-code/ into payload/ via scripts/vendor-payload.mjs.
