Skip to main content

The open skill registry for AI coding tools

Make your AI actually good at coding

Skills are reusable instructions that teach AI assistants how to do specific tasks — code review, testing, deploys, and more. 3,050+ skills from Anthropic, Google, Microsoft, and 60+ sources. One command to set up your entire machine.

Works withClaude CodeCursorWindsurfGitHub CopilotCline+ more

One command. Fully configured.

Run /quickstart and your machine sets itself up — prerequisites, authentication, MCP servers, and project-specific skills. Then just search and use.

Set up

One command sets up your entire machine — installs Node.js, Homebrew, Claude Code, authenticates everything, connects MCP servers, and installs the right skills for your project. Works on macOS, Linux, and WSL.

$ npx @skills-hub-ai/cli install quickstart

Find

Search 3,050+ skills by keyword, category, or company. Semantic search understands what you mean, not just what you type.

$ npx @skills-hub-ai/cli search "code review"

Use it

Type the skill name as a slash command in your AI tool. It just works — your AI now knows that workflow.

$ /code-review

Skill Stacks

Curated bundles for common workflows. Install an entire stack with one command.

Full-Stack Starter

Everything you need to ship quality code from day one

$npx @skills-hub-ai/cli install code-review unit-test security-review deploy preflight

Security Hardening Kit

Lock down your codebase with automated security checks

$npx @skills-hub-ai/cli install security-review vulnerability-scan owasp-audit penetration-test

Design System Builder

Build and maintain beautiful, consistent interfaces

$npx @skills-hub-ai/cli install frontend-design design-audit design-tokens design-polish design-animate

Code Quality Pipeline

Keep your codebase clean and maintainable

$npx @skills-hub-ai/cli install code-review refactor tech-debt-sprint cleanup-sprint

Ship Fast Toolkit

For when velocity matters more than perfection

$npx @skills-hub-ai/cli install ralph-wiggum-ship-it mvp iterate fix-and-ship preflight

Research & Analysis

Deep analysis, competitive intelligence, and project insights

$npx @skills-hub-ai/cli install research compete recall metrics analyze

Learn AI Skills

Interactive tutorials and onboarding for Claude Code and AI workflows

$npx @skills-hub-ai/cli install getting-started claude-code-101 prompt-engineering workflow-builder skill-writer

Content Creator Kit

Blog posts, social media, emails, and landing pages — no coding needed

$npx @skills-hub-ai/cli install content-creator app-builder data-analyst

No-Code App Builder

Build working apps from plain English — websites, mobile, and APIs

$npx @skills-hub-ai/cli install app-builder automation-builder

Team Training

Generate workshops, courses, and standup reports for your team

$npx @skills-hub-ai/cli install workshop-generator course-builder daily-standup

Not Just for Engineers

AI skills work for everyone — marketers, founders, team leads, and anyone who wants to get more done with AI. No coding required for most skills.

Engineers

Master Claude Code and build custom workflows

  • /getting-startedAuto-detects your stack, recommends skills
  • /claude-code-101Interactive 6-lesson tutorial
  • /workflow-builderCompose skills into pipelines
  • /skill-writerBuild and publish your own
Start learning

Founders & Builders

Build working apps from plain English descriptions

  • /app-builderDescribe it, we build it — zero code
  • /automation-builderAutomate repetitive tasks
  • /content-creatorBlog, social, email, landing pages
Build something

Marketers & Creators

Generate content, analyze data, run campaigns

  • /content-creatorSEO blog posts, threads, email sequences
  • /data-analystCSV to charts and insights — no SQL
  • /prompt-engineeringGet better results from AI
Create content

Team Leads

Train your team, run workshops, track progress

  • /workshop-generatorComplete workshop in one command
  • /course-builderSelf-paced courses with assessments
  • /daily-standupCross-repo morning briefing
Train your team
View all

Build once. Run forever.

Compose skills into pipelines. Pair with /loop for real-time checks while you code, or use Claude's scheduled tasks for headless automation on a cron schedule.

Terminal

$ skills-hub install security-audit

$ skills-hub install perf-audit

$ skills-hub install tech-debt

# Compose them into a quality pipeline

$ /loop 30m /security-audit && /perf-audit

Running every 30 minutes...

Frequently Asked Questions

What are AI coding skills?

Skills are reusable instruction sets that make AI coding assistants dramatically better at specific tasks. Instead of re-explaining your code review process or deploy checklist every session, install a skill once and your AI remembers it forever. They work across Claude Code, Cursor, Windsurf, GitHub Copilot, and any MCP-compatible tool.

How do I install a skill?

One command: 'npx @skills-hub-ai/cli install <skill-name>'. The CLI detects your AI tool, installs the skill in the right place, and it's ready immediately. No config files, no restarts. You can also browse and install from the web at skills-hub.ai/browse.

Which AI coding tools are supported?

All of them. Claude Code, Cursor, Windsurf, GitHub Copilot, Cline, Codex CLI, Gemini CLI, and any MCP-compatible tool. Skills use the open Agent Skills standard (SKILL.md), adopted by 26+ platforms. Install once, use everywhere.

Where do the skills come from?

From the companies that build the tools you use. We sync skills directly from Anthropic, Microsoft, Google, Cloudflare, Vercel, Supabase, Sentry, Expo, Hugging Face, and 10+ other companies — plus community-published skills from developers like you. Every external skill links back to its official GitHub repo.

How do I publish my own skill?

Create a SKILL.md file with a name, description, and instructions. Run 'skills-hub publish' or upload at skills-hub.ai/publish. Your skill gets AI-powered quality scoring, semantic versioning, security review, and a creator analytics dashboard showing installs, ratings, and referrer data. The whole process takes about 30 seconds.

What are combo skills?

Combos chain multiple skills into automated pipelines. A single combo can run code review, then test generation, then security audit, then PR creation — in sequence or in parallel. Pair them with /loop for real-time checks while you code, or schedule them with Claude's scheduled tasks to run a nightly security sweep or a pre-standup quality pipeline, even while you sleep.

What are scheduled tasks?

Claude Code's scheduled tasks run skills on a cron schedule without keeping a terminal open. Schedule a security audit every weekday at 9am, a dependency check every night, or a full quality pipeline before standup. They run headlessly with full access to your codebase — making commits, opening PRs, and running tests automatically. Set it and forget it.

Is skills-hub.ai free?

Completely free. Browse, install, publish, and organize skills at no cost. Every skill on the platform is free and open-source. No premium tiers, no paywalls, no limits.

Ready to try it?

One command sets up your machine, installs the right skills for your project, and connects everything. Or publish your own workflow and let other developers install it in one command.

$ npx @skills-hub-ai/cli install quickstart