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/sourcesTop Skills Hub skills
See all →The most-installed skills from Skills Hub, ranked by adoption.
01security-review
66 installsSecurity 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 Hub02unit-test
57 installsGenerate 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 Hub03design-to-code
55 installsTurn 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 Hub04humanizer
31 installsMulti-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 Hub05skill-creator
27 installsCreate 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 Hub06design-animate
27 installsAdd 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 Hub07preflight
26 installsPre-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 Hub08design-claude
26 installsHTML-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 Hub09web-game
25 installsScaffolds 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 Hub10cleanup-sprint
23 installsDeep 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 Hub11design-polish
23 installsFinal 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 Hub12design-audit
22 installsComprehensive 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 Hub13responsive
21 installsAudit 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 Hub14skill-writer
21 installsLearn to build and publish your own AI agent skills -- from idea to published on skills-hub.ai
Educationfrom Skills Hub15session-memory
18 installsPersist, 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 Hub16prompt-engineering
16 installsLearn effective AI prompting through practice -- good vs bad prompts, context management, the STAR framework, and advanced techniques
Educationfrom Skills Hub17recall
16 installsReconstructs 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 Hub18api-review
15 installsReview 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 Hub19arch-review
15 installsArchitect-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 Hub20code-smell
14 installsScan 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 Hub21design-overhaul
13 installsComplete 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 Hub22android-app
13 installsScaffold 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 Hub23design-sync
13 installsOrchestrates 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 Hub24research
12 installsFull-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.