What should your agent be better at?
A curated registry of skills for the npm packages and GitHub repos you actually use. Browse by what you're trying to do, install once, every agent uses it.
npx skilld add gh:<repo>Featured skill sets
View allOpinionated sets from developers worth trusting. Some are full stacks; some are one strong skill that earns the spotlight.
Frontend Design
6 skills
Concrete frontend UI polish: interface critique, baseline quality, responsive behavior, motion, accessibility fixes, and cleaner component work.
/impeccable

pbakaus/impeccable
Paul Bakaus's Impeccable gives agents stronger frontend judgment for critique, polish, accessibility, responsive behavior, motion, and design systems.
/frontend-design

anthropics/skills
Anthropic's official frontend-design skill (402K installs) is the broad baseline for distinctive, production-grade interfaces.
/web-design-guidelines

vercel-labs/agent-skills
Vercel's web-design-guidelines (314K installs) is a leaderboard-top quality bar for typography, spacing, and modern web interfaces.
/theme-factory

anthropics/skills
theme-factory generates cohesive color and typography systems when an interface needs a real brand instead of default Tailwind.
/vercel-react-view-transitions

vercel-labs/agent-skills
View-transitions adds first-class browser transition patterns that lift the perceived quality of navigation and state changes.
/emil-design-eng

emilkowalski/skill
Emil Kowalski's design engineering skill adds the invisible-details lens: micro-interactions, motion, and component polish that make software feel deliberate.
React stack
6 skills
The most-installed React skills on skills.sh: production patterns from the Vercel team plus the canonical shadcn/ui component playbook.
/vercel-react-best-practices

vercel-labs/agent-skills
Vercel's React best-practices skill is the #3 most-installed skill on skills.sh (393K) - the right default for modern React work.
/shadcn

shadcn/ui
shadcn/ui's own skill (138K installs) covers component composition, theming, and the patterns the library was designed around.
/vercel-react-native-skills

vercel-labs/agent-skills
Vercel's React Native pack (115K installs) extends the same React judgment to mobile when the stack reaches beyond the browser.
/next-best-practice

vercel-labs/next-skills
Vercel's Next best-practice skill is the canonical reference for App Router, server components, caching, and modern Next conventions.
/react-component-performance

dimillian/skills
React component performance focuses on render cost, memoization, and the invisible re-renders that quietly tank a UI.
/react-best-practices

vercel-labs/vercel-plugin
The plugin-style React best-practices pack is the right companion when deployment runs through Vercel's platform.
Architecture stack
6 skills
Planning, architecture, testing strategy, and codebase diagnosis skills for agents making structural changes.
/improve-codebase-architecture

mattpocock/skills
Matt Pocock's architecture skill is the strongest fit for structural decisions, refactoring opportunities, testability, and AI-navigable TypeScript codebases.
/test-driven-development

obra/superpowers
obra/superpowers TDD skill (80K installs) keeps architecture work grounded in red-green-refactor and regression coverage.
/systematic-debugging

obra/superpowers
Systematic debugging (93K installs) gives agents a disciplined diagnosis loop when structural changes surface latent bugs.
/domain-model

mattpocock/skills
Domain modeling is the missing first step before refactors - it makes the boundaries explicit before the code moves.
/ubiquitous-language

mattpocock/skills
Ubiquitous-language keeps types, names, and docs aligned with the domain so the code stays readable as it grows.
/writing-plans

obra/superpowers
Writing-plans turns vague architecture work into a sequenced plan an agent can execute and verify.
Performance stack
7 skills
Skills from Addy Osmani and frontend specialists for performance audits, Core Web Vitals, motion smoothness, accessibility, SEO, and modern web quality before you ship.
/web-quality-audit

addyosmani/web-quality-skills
Addy Osmani's web-quality-audit is the right umbrella skill for Lighthouse-style performance, accessibility, SEO, and best-practice review.
/core-web-vitals

addyosmani/web-quality-skills
Core Web Vitals is the focused performance skill for LCP, INP, CLS, layout shifts, and page experience work.
/performance

addyosmani/web-quality-skills
Performance covers JS, network, and rendering optimization for real-world pages.
/accessibility

addyosmani/web-quality-skills
Accessibility gives the stack a dedicated WCAG and assistive-tech pass alongside the broader audit.
/seo

addyosmani/web-quality-skills
SEO closes the discoverability gap that Lighthouse partly catches but undercounts in practice.
/best-practices

addyosmani/web-quality-skills
Best Practices covers security, browser compatibility, and modern web quality checks that sit beside raw performance.
/modern-web-guidance

GoogleChrome/modern-web-guidance
Modern Web Guidance is Chrome's expert-vetted skill for building accessible, performant, and secure web UIs with AI agents.
Frontend UX stack
6 skills
User-facing quality for shipped frontend work: speed, Core Web Vitals, accessibility, clarity, browser checks, and product-minded cleanup.
/impeccable

pbakaus/impeccable
Impeccable anchors UX in human-facing clarity, visual hierarchy, layout, flow, polish, responsive behavior, and whether the interface feels good to use.
/fixing-accessibility

ibelick/ui-skills
Fixing Accessibility gives the stack concrete WCAG, keyboard, focus, ARIA, contrast, and form-error coverage.
/rams

brianlovin/claude-config
Brian Lovin's Rams skill adds pragmatic accessibility and visual design review on real components.
/fixing-motion-performance

ibelick/ui-skills
Fixing-motion-performance catches the janky transitions and animations that make even a good design feel cheap.
/baseline-ui

ibelick/ui-skills
Baseline-ui pins down the minimum-viable visual quality bar so the rest of the polish is additive, not corrective.
/fixing-metadata

ibelick/ui-skills
Fixing-metadata covers the social-share, favicon, and document-level details that quietly shape first impressions.
Vue and Nuxt stack
6 skills
A coherent Vue and Nuxt agent setup from framework people and ecosystem specialists.
/vue-best-practices

antfu/skills
Anthony Fu's Vue best-practices skill is the right default for Vue 3, script setup, TypeScript, SSR, Volar, and vue-tsc work.
/nuxt

onmax/nuxt-skills
Max's Nuxt skill adds Nuxt 4 server routes, file routing, middleware, composables, h3, Nitro, and current framework conventions.
/vue-testing-best-practices

hyf0/vue-skills
Yunfei He's Vue testing skill rounds out the stack with Vitest, Vue Test Utils, component testing, mocking, and E2E patterns.
/vue

antfu/skills
antfu/vue covers core composition, reactivity, and patterns that the best-practices skill assumes as background.
/nuxt-ui

onmax/nuxt-skills
nuxt-ui is the canonical component layer for Nuxt apps that need a real design system out of the box.
/nuxt-content

onmax/nuxt-skills
nuxt-content covers markdown-first, file-based content - the standard answer when a Nuxt app also needs docs or a blog.
Backend and data stack
6 skills
High-install backend skills for agents wiring up databases, auth, and realtime: Supabase Postgres, Firebase, Convex, and Better Auth.
/supabase-postgres-best-practices

supabase/agent-skills
Supabase's Postgres best-practices skill (161K installs) is the leaderboard-top pick for schema, RLS, migrations, and SQL patterns that hold up in production.
/firebase-basics

firebase/agent-skills
Firebase Basics is the official entry point for agents wiring up Firestore, auth, and hosting.
/convex-quickstart

get-convex/agent-skills
Convex Quickstart is the canonical fast path for an agent dropping a typed, reactive backend into a project.
/better-auth-best-practices

better-auth/skills
Better Auth's best-practices skill is the right reference when agents are wiring up sessions, OAuth, and modern auth flows.
/firebase-auth-basics

firebase/agent-skills
firebase-auth-basics is the focused companion when the agent only needs Firebase for identity, not the whole stack.
/supabase

supabase/agent-skills
The broader Supabase skill covers the client SDK, edge functions, and the parts that sit above raw Postgres.
Agent workflow stack
6 skills
Skills for running an agent like an engineering workflow: careful changes, parallel review, systematic debugging, and shipping.
/subagent-driven-development

obra/superpowers
obra/superpowers subagent-driven-development (69K installs) is the canonical loop for delegating discrete work to focused subagents.
/dispatching-parallel-agents

obra/superpowers
Dispatching parallel agents (62K installs) covers running multiple read-only investigators in parallel before changing code.
/verification-before-completion

obra/superpowers
Verification-before-completion forces the agent to prove the work landed before declaring done - the single best guard against overclaiming.
/workflow

brianlovin/claude-config
Brian Lovin's workflow skill ties the loop together with a practical planning, execution, and cleanup pattern.
/using-superpowers

obra/superpowers
using-superpowers is the meta-skill that orchestrates the rest of the obra workflow set into one coherent loop.
/executing-plans

obra/superpowers
executing-plans pairs with writing-plans so the agent actually moves through the steps instead of redesigning mid-flight.
Agent building stack
6 skills
Build your own agent capabilities: discovering skills, creating skills, wiring up MCP, and delegating work to subagents.
/skill-creator

anthropics/skills
Anthropic's skill-creator (202K installs) is the canonical skill for authoring new SKILL.md files that actually load and work.
/find-skills

vercel-labs/skills
Vercel's find-skills (1.5M installs, #1 on skills.sh) is the discovery layer that points agents at the rest of the ecosystem.
/mcp-builder

anthropics/skills
mcp-builder (53K installs) gives agents the patterns for designing and wiring up a Model Context Protocol server.
/writing-skills

obra/superpowers
obra/superpowers writing-skills covers the day-to-day craft of capturing reusable expertise as a SKILL.md.
/template-skill

anthropics/skills
template-skill is the official scaffolding starting point - the fastest way to a SKILL.md that loads correctly on first try.
/using-superpowers

obra/superpowers
using-superpowers shows how the authored skills actually get composed at runtime, which closes the build/use loop.
Browser automation stack
6 skills
When an agent needs to drive a browser: scrape pages, click through flows, and pull structured content into the loop.
/agent-browser

vercel-labs/vercel-plugin
Vercel's agent-browser (265K installs on skills.sh) is the leaderboard-top headless-browser-for-agents skill.
/browser-use

browser-use/browser-use
browser-use (74K installs) is the canonical open-source pick when agents need to drive a real browser through multi-step flows.
/firecrawl

firecrawl/cli
Firecrawl is the right tool when the goal is pulling clean structured content out of the web rather than clicking through a UI.
/firecrawl-scrape

firecrawl/cli
firecrawl-scrape is the focused single-URL fetch when an agent only needs one page rendered and converted.
/firecrawl-crawl

firecrawl/cli
firecrawl-crawl handles the multi-page traversal case so the agent doesn't reinvent breadth-first crawling.
/open-source

browser-use/browser-use
The open-source pack covers the self-hosted side of browser-use when SaaS isn't an option.
What are you trying to do?
Six things JS developers are tuning their agent for. Pick a problem, install a skill, restart your agent.
Plan before it codes
I want my agent to brainstorm, plan, then execute step by step.
/brainstorming · /writing-plans · /executing-plans
31 skills · ~523k installs
Master your agent
I want sub-agents, verification, and parallel execution — not a single chat.
/using-superpowers · /subagent-driven-development · /verification-before-completion
29 skills · ~259k installs
Help me write docs & specs
I want READMEs, PRDs, and internal comms — without the AI slop.
/doc-coauthoring · /internal-comms · /java-docs
12 skills · ~53k installs
Review and refactor my code
I want a second reviewer and clean refactors that keep behaviour stable.
/requesting-code-review · /receiving-code-review · /improve-codebase-architecture
26 skills · ~142k installs
Debug like an engineer
I want my agent to investigate before guessing — reproduce, isolate, then fix.
/systematic-debugging · /browser-use · /automate-this
8 skills · ~103k installs
Ship cleanly
I want commits, branches, and releases that match how the team ships.
/using-git-worktrees · /finishing-a-development-branch · /conventional-commit
12 skills · ~52k installs
By domain
Skills grouped by what part of dev work they level up.
Framework & library best practices
View allConventions for the npm packages and frameworks your project already depends on.
Recently updated
Browse allSkills whose SKILL.md changed lately. Watch a repo to get notified the next time it does.

wondelai/skills
2 skills updated
/cro-methodology · /influence-psychology
Updated today

posthog/posthog
28 skills updated
/writing-kea-logics · /filtering-bot-traffic · /generating-clickhouse-query-performance-reports · /writing-tests · +24 more
Updated today

geekjourneyx/md2wechat-skill
2 skills updated
/md2wechat · /md2wechat
Updated today

n8n-io/n8n
8 skills updated
/human-like-code-review · /workflow-builder · /debugging-executions · /post-build-flow · +4 more
Updated today

bitwarden/ai-plugins
4 skills updated
/performing-multi-agent-code-review · /developing-breakdown-spec · /navigating-the-initiative-funnel · /performing-multi-agent-code-review
Updated yesterday

elevenlabs/skills
3 skills updated
/agents · /music · /speech-to-text
Updated yesterday
Watch your stack for changes
Sign in with GitHub, pick the repos you depend on, get a weekly digest when their skills change.
How it works
Install skills
Run
npx -y skilld add npm:vue npm:nuxtto install curated skills for your npm packages.Follow curators
Install a curator's collection with one command. Their skill set becomes your agent's context.
Stay current
Skills update when packages release. Run
skilld updateto refresh from the registry.