skillgrab scans your codebase, detects your stack — frontend, backend, mobile, marketing, design — and installs matching skills from skills.sh. No setup.
npx skillgrab
built by Ismael Briasco · @briascoi
Run it inside any project directory.
Reads package.json, requirements.txt, pubspec.yaml, Gemfile, go.mod, Dockerfile, and your README to understand what you're building.
Queries skills.sh live for each detected signal. Picks up non-code needs too — marketing, design, SEO, sales — and confirms with you.
Runs npx skills add for every matching package. Use --dry-run to preview first.
$ npx skillgrab --dry-run skillgrab v0.1.0 scan your project → install matching skills from skills.sh ▸ Tech signals next.js package.json → next tailwind package.json → tailwindcss supabase package.json → @supabase/supabase-js stripe package.json → stripe vercel vercel.json present ▸ Context hints (from README/docs) marketing matches: landing page, launch, pricing seo matches: seo ▸ Install plan vercel-labs/agent-skills ← next.js supabase/skills ← supabase stripe/skills ← stripe growth/skills ← marketing --dry-run: not installing.
Frontend, backend, mobile, infra, and the non-code work around it.
skillgrab auto-detects installed agents and installs skills to all of them at once. Override with --agent.
$ npx skillgrab --agent claude-code,cursor,cline
▸ Install plan
★ supabase/agent-skills/supabase-postgres-best-practices
★ clerk/skills/clerk-nextjs-patterns
★ stripe/ai/stripe-best-practices
▸ Installing
target agents: claude-code, cursor, cline
✓ supabase-postgres-best-practices → claude-code
✓ supabase-postgres-best-practices → cursor
✓ supabase-postgres-best-practices → cline
✓ ...
Two new subcommands turn skillgrab from a one-shot installer into a tool you run monthly.
$ npx skillgrab status ▸ Installed skills (claude-code) skill registry installs find-skills ✔ found 12.9k supabase-practices ✔ found 30.2k my-custom-workflow – missing – ✔ 2 of 3 skills in registry.
$ npx skillgrab update ▸ Update plan find-skills vercel-labs/agent-skills supabase-practices supabase/agent-skills ? Reinstall 2 skills for claude-code? Yes ▸ Updating ✔ Updated 2 skills.
Skills run with full agent permissions, so skillgrab gives you the levers to vet before you install.
--only-trusted locks the plan to an allowlist of known-good owners.--dry-run previews everything with zero side effects.$ npx skillgrab --only-trusted
--only-trusted: kept 5 trusted, dropped 3 untrusted
▸ Install plan
★ anthropics/knowledge-work-plugins/draft-outreach
★ vercel-labs/agent-skills/find-skills
★ supabase/agent-skills/supabase-postgres-best-practices
★ stripe/ai/stripe-best-practices
★ clerk/skills/clerk-nextjs-patterns
One command. The right tools for your project, installed.
npx skillgrab