Skip to main content

← All sources

Skills Hub skills

Skills Hub's curated skill registry — 380+ autonomous skills across build, analysis, QA, security, UX, deploy, and more. Self-healing, self-evolving, with subagent team patterns. skills-hub.ai mirrors 544 skills from Skills Hub daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/tinh2/skills-hub-registry

Installing a Skills Hub skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a Skills Hub skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all Skills Hub skills via API
curl https://skills-hub.ai/api/v1/skills?source=skills-hub-registry

# Browse all sources
open https://skills-hub.ai/sources

Top Skills Hub skills

See all →

The most-installed skills from Skills Hub, ranked by adoption.

  1. 01security-review

    66 installs

    Security audit and vulnerability assessment for any codebase. Scans for authentication bypasses, missing auth middleware, broken JWT validation (algorithm confusion, weak secrets, missing expiry), OAuth state and PKCE flaws, IDOR and horizontal privilege escalation.

    Reviewfrom Skills Hub
  2. 02unit-test

    57 installs

    Generate comprehensive unit tests with edge cases, error paths, and boundary values. Triggers: you need to add unit tests, increase code coverage, test edge cases, or verify error handling paths.

    Testfrom Skills Hub
  3. 03design-to-code

    55 installs

    Turn a design into production-quality frontend code: extract a design system with tokens and components, make layouts responsive across breakpoints, add dark mode with WCAG-compliant theming, then run a UX audit to validate everything..

    Combofrom Skills Hub
  4. 04humanizer

    31 installs

    Multi-pass editor that removes AI-writing tells from drafted content — eliminates filler phrases, balances sentence length, restores opinion and voice, and strips em-dash overuse so posts sound human and opinionated rather than ChatGPT-generic..

    Analysisfrom Skills Hub
  5. 05skill-creator

    27 installs

    Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

    Metafrom Skills Hub
  6. 06design-animate

    27 installs

    Add purposeful motion to interfaces using modern CSS — scroll-driven animations, view transitions, @starting-style, and GPU-accelerated transforms. Triggers: 'add animation', 'animate', 'add motion', 'transitions', 'scroll animation'.

    UXfrom Skills Hub
  7. 07preflight

    26 installs

    Pre-deploy verification gate. Checks git status, build, tests, migrations, secrets, and commit conventions. Reports READY or NOT READY. Read-only, no changes. Trigger words: preflight, pre-deploy check, ready to deploy, deployment checklist.

    QAfrom Skills Hub
  8. 08design-claude

    26 installs

    HTML-first hi-fi design skill: interactive prototypes, slide decks, animation demos, design variant exploration, visual direction advising, and expert critique. Triggers: make a prototype, design demo, interactive prototype, HTML presentation, animation demo.

    UXfrom Skills Hub
  9. 09web-game

    25 installs

    Scaffolds a browser-based game with Phaser 3, PixiJS, or Three.js including game loop, asset pipeline, responsive canvas, input handling, audio, save/load, and deployment to itch.io or web. Triggers: on: "web game", "browser game", "html5 game", "phaser game", "pixi game".

    Buildfrom Skills Hub
  10. 10cleanup-sprint

    23 installs

    Deep codebase cleanup — kills dead code, fixes all lint/format warnings, removes orphaned files, cleans stale TODOs, strips security hazards, tightens TypeScript strict mode, and organizes imports. Triggers: clean up, dead code, unused imports, lint, technical debt cleanup.

    Combofrom Skills Hub
  11. 11design-polish

    23 installs

    Final autonomous quality pass before shipping. Fixes alignment, spacing, consistency, typography hierarchy, color harmony, motion timing, and every micro-detail that separates good from great..

    UXfrom Skills Hub
  12. 12design-audit

    22 installs

    Comprehensive autonomous design quality audit across accessibility (WCAG 2.2), performance, theming, responsive/adaptive design, and anti-pattern detection. Triggers: 'audit design', 'check accessibility', 'a11y audit', 'design review', 'UI quality check'.

    UXfrom Skills Hub
  13. 13responsive

    21 installs

    Audit and fix responsive design issues across all breakpoints. Scans for fixed widths that cause mobile overflow, missing media query variants, non-responsive images, undersized touch targets below 48px, unreadable typography, and horizontal scroll violations..

    UXfrom Skills Hub
  14. 14skill-writer

    21 installs

    Learn to build and publish your own AI agent skills -- from idea to published on skills-hub.ai

    Educationfrom Skills Hub
  15. 15session-memory

    18 installs

    Persist, summarize, and reload agent context between sessions — writes a structured session log to CLAUDE.md / AGENTS.md / .hermes.md, snapshots decisions before destructive ops, and resumes long-running goals without re-briefing. Works with any coding agent.

    Productivityfrom Skills Hub
  16. 16prompt-engineering

    16 installs

    Learn effective AI prompting through practice -- good vs bad prompts, context management, the STAR framework, and advanced techniques

    Educationfrom Skills Hub
  17. 17recall

    16 installs

    Reconstructs the development cycle from git history, distills sequential/parallel patterns, and produces actionable insights for improving future iterations. Triggers: recall, retrospective, development analysis, what happened, dev cycle analysis.

    Analysisfrom Skills Hub
  18. 18api-review

    15 installs

    Review API design against REST best practices and internal consistency. Triggers: you need to review an API, audit REST endpoints, check API consistency, fix HTTP status codes, add pagination.

    Reviewfrom Skills Hub
  19. 19arch-review

    15 installs

    Architect-level story review with component reuse, domain consistency, data privacy, service architecture, and infrastructure checks. Design review before coding or implementation validation after.

    Reviewfrom Skills Hub
  20. 20code-smell

    14 installs

    Scan codebase for Martin Fowler's catalog of code smells: god classes, long methods, feature envy, data clumps, primitive obsession, shotgun surgery, message chains, and more. Triggers: code feels messy, before a major refactor, to find maintainability problems.

    QAfrom Skills Hub
  21. 21design-overhaul

    13 installs

    Complete autonomous design overhaul — tears down dated patterns and rebuilds with modern CSS, proper tokens, purposeful motion, and production-grade quality. The nuclear option for ugly interfaces.

    Combofrom Skills Hub
  22. 22android-app

    13 installs

    Scaffold a production-ready native Android app -- generate a complete Kotlin project with Jetpack Compose UI, MVVM architecture, Hilt dependency injection, Room database with offline-first caching, Retrofit and OkHttp networking with auth interceptors.

    Buildfrom Skills Hub
  23. 23design-sync

    13 installs

    Orchestrates the Claude Design ↔ Claude Code /design-sync handoff loop — imports your design system into the active project, validates generated UI components against design tokens, and round-trips edits back to Claude Design so prototypes always start from real components rather than approximations.

    UXfrom Skills Hub
  24. 24research

    12 installs

    Full-spectrum product research pipeline. Runs competitive analysis, technology trend scouting, user feedback analysis, and feature ideation. Triggers: on: research, competitive research, market research, feature discovery, what should we build next.

    Combofrom Skills Hub

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Sep 13, 2026, 4:01 PM (success).

Skills Hub skills, frequently asked

What are Skills Hub skills?

Skills Hub skills are AI coding skills published by Skills Hub (Skills Hub's curated skill registry — 380+ autonomous skills across build, analysis, QA, security, UX, deploy, and more. Self-healing, self-evolving, with subagent team patterns.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many Skills Hub skills are available?

skills-hub.ai indexes 544 skills from Skills Hub, synced daily from the upstream GitHub repository (https://github.com/tinh2/skills-hub-registry).

How do I install a Skills Hub skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official Skills Hub skills?

Yes. Every skill from this source is mirrored from Skills Hub's own GitHub repository (https://github.com/tinh2/skills-hub-registry). Each skill page links back to the upstream source of truth, so you can verify the original.