skillgrab
Zero config · Works with any project

One command.
The right AI skills for your project.

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

skillgrab demo

Three steps. No config.

Run it inside any project directory.

01

Scan

Reads package.json, requirements.txt, pubspec.yaml, Gemfile, go.mod, Dockerfile, and your README to understand what you're building.

02

Suggest

Queries skills.sh live for each detected signal. Picks up non-code needs too — marketing, design, SEO, sales — and confirms with you.

03

Install

Runs npx skills add for every matching package. Use --dry-run to preview first.

~/my-saas
$ 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.

Detects your stack automatically

Frontend, backend, mobile, infra, and the non-code work around it.

React · Next.js · Vue · Nuxt · Svelte · Astro · Remix · Solid
Tailwind · Chakra · MUI · shadcn
Node · Express · Fastify · Hono · tRPC
Python · Django · FastAPI · Flask
Go · Rust · Ruby on Rails · Laravel · Elixir
React Native · Expo · Flutter · Swift · Android
Supabase · Firebase · Prisma · Drizzle · MongoDB
Stripe · Clerk · Auth.js · OpenAI · Anthropic
Docker · Vercel · Netlify · Fly.io · Cloudflare
Marketing · SEO · Copywriting
Design · Figma · Branding
Product · Sales · Ops · Analytics
v0.4.0+

Works with every AI coding agent.

skillgrab auto-detects installed agents and installs skills to all of them at once. Override with --agent.

Claude Code
Cursor
Cline
Codex
Continue
Gemini CLI
Warp
Windsurf
GitHub Copilot
Roo
OpenCode
Goose
Aider
Amp
Qwen Code
+ 25 more
~/my-saas
$ 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
  ✓ ... 
New in v0.5.0

Install once. Keep fresh forever.

Two new subcommands turn skillgrab from a one-shot installer into a tool you run monthly.

ST
skillgrab status
See what you have installed
~
$ 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.
UP
skillgrab update
Reinstall all skills from GitHub
~
$ 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.
Secure by default

You stay in control.

Skills run with full agent permissions, so skillgrab gives you the levers to vet before you install.

  • Trusted-owner ranking — Anthropic, Vercel, Supabase, Stripe, Clerk, OpenAI, Google, Cloudflare float to the top with a ★.
  • GitHub validation drops stale/fake entries before you see them.
  • Interactive multi-select — every skill confirmed before any install.
  • --only-trusted locks the plan to an allowlist of known-good owners.
  • --dry-run previews everything with zero side effects.
~/my-saas
$ 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

Stop hunting for skills. Ship faster.

One command. The right tools for your project, installed.

$ npx skillgrab