skills-hub-registry
The official skill collection for skills-hub.ai -- a marketplace for Claude Code skills.
430 production-tested skills organized into 15 categories covering the complete software development lifecycle, 40 industry verticals and social-impact sectors, plus gaming and mobile app development. All skills ship as v2.0.0+ with built-in self-healing validation and self-evolution telemetry.
Directory Structure
skills-hub-registry/
├── build # 34 skills — Project Scaffolding & Build Pipelines
├── test # 13 skills — Automated Testing
├── qa # 15 skills — Quality Assurance
├── review # 26 skills — Architecture, Code, Industry, Gaming & Mobile Review
├── deploy # 18 skills — Infrastructure & Deployment
├── docs # 11 skills — Documentation
├── security # 12 skills — Security & Compliance
├── ux # 26 skills — User Experience & Design
├── analysis # 197 skills — Domain Analysis, Research & Industry Verticals
├── productivity # 9 skills — Developer Experience
├── integration # 13 skills — Third-Party Service Connectors
├── combo # 34 skills — Multi-Skill Chains
├── meta # 13 skills — Skills About Skills
├── education # 8 skills — Learning & Onboarding
└── spec # 1 skill — Specification Authoring
Architecture
Main Skill + Sub-Skill Pattern
Most categories follow an orchestrator pattern where a main skill scans for gaps and routes work to specialized sub-skills. This allows running the main skill for broad coverage or invoking a sub-skill directly for targeted work.
| Main Skill | Category | Orchestrates |
|---|---|---|
/integrate |
integration | auth-provider, stripe, email, push-notifications, search, storage, realtime, analytics-tracking |
/devops |
deploy | docker, github-actions, k8s, terraform, aws, cdn, dns, monitoring, secrets, app-icon |
/secure |
security | owasp, pentest, gdpr, soc2, encryption, dependency-scan, check-vanta |
/test-suite |
test | unit-test, e2e, integration-test, load-test, contract-test, accessibility-test, visual-regression, manual-test-plan |
/document |
docs | readme, api-docs, adr, changelog, diagram, onboarding, runbook, gen-catalog, skills-list |
/dx |
productivity | devcontainer, env-setup, git-hooks, linter, monorepo, release |
Standalone orchestrators (no sub-skill routing, self-contained pipelines):
| Skill | Category | What It Does |
|---|---|---|
/build |
build | Full project build from competitor analysis through implementation and QA |
/qa |
qa | Automated QA agent that walks every screen/endpoint, verifies, and fixes |
/analyze |
analysis | End-to-end domain analysis tracing features across all layers |
/arch-review |
review | Architect-level story review and implementation validation |
/ux |
ux | Dual-mode UX quality audit (heuristics/a11y/motion) or design validation |
Duplicate Skill Names Across Categories
2 skill names appear in multiple categories. This is by design -- each implementation is different and tailored to its category's context. The full path (e.g., analysis/backend-spec vs docs/backend-spec) disambiguates them.
Duplicated names: backend-spec (analysis, docs), design-to-code (ux, combo).
Skill Catalog
build -- Project Scaffolding & Build Pipelines (33 skills)
| Skill | Version | Description |
|---|---|---|
| ad-video | 1.0.0 | Generate platform-optimized video ads from a product brief. Supports brand kits, 6 ad types, 6 platform formats (TikTok, Instagram, YouTube, Facebook, LinkedIn), batch... |
| android-app | 2.0.0 | Scaffold a production-ready native Android app -- generate a complete Kotlin project with Jetpack Compose UI, MVVM architecture, Hilt dependency injection, Room database with... |
| api-scaffold | 2.0.0 | Scaffold a production-ready backend REST API -- generate a complete server project with routes, controllers, service layer, repository pattern, database models with migrations,... |
| app-builder | 1.0.0 | Build working apps from plain English descriptions -- scaffolding, styling, and deployment with zero coding knowledge required. Triggers on: build me an app, I want to make,... |
| app-icon | 2.0.0 | Generates professional app icons and applies them to any project. Triggers on mentions of icon, logo, branding, launcher icon, favicon, app icon, PWA icon, splash icon, or store... |
| automation-builder | 1 | Build business automations from plain English -- scheduled tasks, file watchers, API integrations, and alerts with no coding required |
| build | 2.0.0 | Full-stack app builder — takes a competitor app, idea, or spec and executes an 8-phase pipeline to produce a working application. Supports any tech stack. Trigger: build an app,... |
| chrome-extension | 2.0.0 | Build a complete Chrome browser extension with Manifest V3 -- generate popup UI with React 19 and Tailwind CSS, content scripts with Shadow DOM isolation, background service... |
| cli-tool | 2.0.0 | Generate a production-ready command-line tool -- scaffold a complete CLI application with subcommand parsing, interactive prompts with validation, colored and structured output... |
| content-creator | 1 | Generate blog posts, social media, email sequences, landing pages, and newsletters — SEO-optimized and platform-formatted |
| cross-platform-app | 2.0.0 | Scaffold a production-ready cross-platform mobile app -- auto-detect or select framework (Flutter with Riverpod and GoRouter, React Native with Redux Toolkit and React Navigation... |
| data-analyst | 1 | Analyze CSV, Excel, or JSON data — summaries, trends, charts, and plain-English insights with no coding required |
| db-migrate | 2.0.0 | Generates database migrations, updates ORM models, and verifies compilation. Auto-detects migration system, ORM, database, and language from the codebase. |
| elevenlabs-voiceover | 1.0.0 | Generate professional AI voiceovers using ElevenLabs TTS for video narration, explainers, and content creation. Supports multiple voices, character presets (narrator, salesperson,... |
| ffmpeg-media | 1.0.0 | Process audio and video with FFmpeg -- encoding, format conversion, trimming, concatenation, audio extraction, noise reduction, volume normalization, watermarking, subtitle... |
| fintech-api | 2.0.0 | Scaffold a production-ready financial services API -- generate a complete fintech backend with Plaid bank account linking and transaction sync, ACH/wire/card payment processing... |
| flutter | 2.0.0 | Builds Flutter applications from videos, screenshots, descriptions, or app clone requests. Triggers on: flutter app, build a mobile app, replicate this app in Flutter, build from... |
| godot-scaffold | 2.0.0 | Scaffolds a complete Godot 4 game project with scene tree, autoloads, signal bus, state machine, save system, export presets, and CI/CD. Triggers on: "godot project", "godot... |
| healthcare-api | 2.0.0 | Scaffolds a FHIR R4-compliant healthcare API with clinical resource models, SMART on FHIR auth, HIPAA audit logging, PHI-safe error handling, and interoperability endpoints.... |
| ios-app | 2.0.0 | Scaffolds a native iOS app with SwiftUI, MVVM architecture, dependency injection, persistence, networking, push notifications, keychain, App Clips, and multi-environment Xcode... |
| iterate | 11 | Autonomous build loop — implements, tests, reviews, analyzes, and refines. Default 6 iterations (thorough) or --fast for 4 iterations (ship it quick). |
| nextjs | 2.0.0 | Builds a production-ready Next.js 15 app with App Router, Server Components, authentication, Prisma database, and a full dashboard UI from a description or brief. Triggers on:... |
| parallel-features | 1.0.0 | Dispatch independent feature work in parallel git worktrees. Spawns one agent per feature, each in its own isolated worktree, then merges sequentially. Use when 3+ independent... |
| react-native | 2.0.0 | Builds a production-ready React Native mobile app from designs, screenshots, or descriptions using Expo, typed navigation, TanStack Query, and full screen implementations.... |
| remotion | 1.0.0 | Build programmatic videos with Remotion (React). Covers compositions, animations, sequencing, transitions, audio/video embedding, spring physics, text animations, voiceover... |
| ship | 2.1.0 | Fast autonomous build loop -- 4 iterations max. Ship it, quick build, fast implementation, just build it, ship fast. |
| social-clip | 1.0.0 | Create short-form social media videos for TikTok, Instagram Reels, YouTube Shorts, and more. Two modes -- create from scratch with a brief, or repurpose long-form video into short... |
| story-implementer | 2.1.0 | Implements a story, spec, or ticket from any format (text, image, structured doc) using the repository's existing conventions. Writes tests, commits, and creates a PR. Trigger... |
| tutorial-video | 0.1.0 | Create Fireship-quality developer tutorial videos from annotated markdown and terminal recordings. Animated code transitions (Code Hike + Shiki Magic Move), terminal replay... |
| unity-scaffold | 2.0.0 | Scaffolds a Unity game project with folder structure, assembly definitions, new Input System, scriptable object architecture, scene management, Git LFS, and CI/CD via GameCI.... |
| unreal-scaffold | 2.0.0 | Scaffolds an Unreal Engine 5 project with C++ module structure, Enhanced Input, Gameplay Ability System, subsystem architecture, .uproject config, and CI/CD via BuildGraph.... |
| video-toolkit | 1.0.0 | Create professional videos autonomously using AI -- voiceovers (Qwen3-TTS with voice cloning), image generation (FLUX.2), background music (MusicGen), talking head animation... |
| web-game | 2.0.0 | 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... |
| wedding-video | 1.0.0 | Create cinematic wedding montage videos from photos and songs using Remotion. Features act-based narrative structure (5 acts), Ken Burns photo animations, multi-song audio with... |
test -- Automated Testing (13 skills)
| Skill | Version | Description |
|---|---|---|
| accessibility-test | 2.0.0 | Automated WCAG 2.1 AA accessibility testing with axe-core and Lighthouse CI. Auto-detects frontend framework (React, Next.js, Vue, Angular, Svelte, Astro, Flutter, React Native),... |
| contract-test | 2.0.0 | Generate consumer-driven contract tests for APIs. Auto-detects framework (Express, Fastify, NestJS, Django, FastAPI, Go), selects Pact, OpenAPI validation, or schema snapshots,... |
| device-matrix | 2.0.0 | Configure device matrix testing across real phones, tablets, and emulators. Sets up Firebase Test Lab, AWS Device Farm, or BrowserStack with smart device selection covering... |
| e2e | 2.0.0 | Auto-detects any tech stack, generates and runs exhaustive end-to-end tests. Triggered by "end-to-end tests", "e2e tests", "integration tests", "test the whole app", "generate... |
| full-test | 2.0.0 | Complete testing pipeline — full test suite, test everything, automated and manual tests. |
| integration-test | 2.0.0 | Generate integration tests for APIs, databases, and external services. Auto-detects backend stack (Express, Fastify, NestJS, Django, FastAPI, Rails, Go), ORM (Prisma, TypeORM,... |
| load-test | 2.0.0 | Generate and run load tests with k6, Locust, or Artillery. Auto-detects API framework, creates realistic user behavior flows (browsing, authenticated CRUD, search-heavy), runs... |
| manual-test-plan | 2.0.0 | Generates a manual test plan, QA plan, test scenarios, testing checklist, or guidance on how to test changes. Works from branch diffs, stories, specs, or requirements. |
| mobile-test | 2.0.0 | Generate a complete mobile test suite covering unit, widget, integration, snapshot, accessibility, and platform-specific tests. Auto-detects Flutter, React Native, native iOS... |
| test-suite | 2.0.0 | Analyze and score test coverage across all testing dimensions -- unit, integration, E2E, load, visual regression, contract, and accessibility. Auto-detects tech stack and test... |
| unit-test | 2.0.0 | Generate comprehensive unit tests with edge cases, error paths, and boundary values. Auto-detects test framework (Vitest, Jest, pytest, go test, flutter_test, RSpec, cargo test,... |
| visual-regression | 2.0.0 | Set up visual regression testing with baseline screenshots across breakpoints. Auto-detects frontend framework (Next.js, React, Vue, Angular, Flutter, Storybook), configures... |
| walkthrough | 2.0.0 | Run an app walkthrough — launch a Flutter app on a simulator or emulator, generate and run exhaustive integration tests that exercise every screen, button, form, and user flow,... |
qa -- Quality Assurance (15 skills)
| Skill | Version | Description |
|---|---|---|
| audit | 2.0.0 | Fast quality gate — detects stack, runs static analysis, checks cross-layer consistency, fixes issues. Run between every pipeline phase, before every commit push, after every... |
| balance-test | 2.0.0 | Analyze game balance by extracting stats from code and running mathematical simulations. Calculates DPS tier lists, TTK matrices, EHP comparisons, and character power rankings.... |
| broken-links | 1.1.0 | Scan a codebase for broken links — dead URLs in Markdown/HTML, broken file references, invalid import paths, stale anchor links, and broken cross-doc references — then auto-fix... |
| chaos | 2.0.0 | Chaos engineering analysis that maps every external dependency and I/O boundary, then generates tests for timeouts, connection failures, corrupt responses, disk errors, OOM,... |
| code-smell | 2.0.0 | 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.... |
| dead-code | 2.0.0 | Find and safely remove dead code: unreachable paths, unused exports, unused functions, unused variables, unused CSS selectors, unused npm/pip/cargo dependencies, unused env vars,... |
| game-qa | 2.0.0 | Run a full game QA audit on Unity, Unreal, Godot, or web game projects. Finds null reference bugs, missing asset references, broken scene transitions, physics edge cases, input... |
| iterate-review | 6.0.0 | Autonomously review and improve existing code through up to 5 iterations of analysis, domain verification, fixing, and validation. |
| migration-verify | 2.0.0 | Verify database migrations are safe before running them. Checks that migrations apply cleanly, reverse cleanly, preserve data integrity, are idempotent, and will not lock tables... |
| mobile-qa | 2.0.0 | Run a comprehensive mobile app QA audit covering permission flows, deep link verification, push notification delivery, offline mode resilience, background/foreground state... |
| perf | 2.0.0 | Performance profiler — analyzes DB queries (any ORM), API call chains, memory usage, bundle sizes, network waterfalls, and frontend rendering. Produces ranked optimization... |
| preflight | 2.0.0 | 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:... |
| qa | 4.1.0 | Automated QA agent that starts the app, walks through every screen and API endpoint, verifies functionality, evaluates modern design and usability, runs domain analysis, and fixes... |
| scale-audit | 1.0.0 | Scalability audit — identifies performance bottlenecks, unbounded queries, N+1 patterns, missing indexes, synchronous blocking operations on hot paths, and memory pressure points.... |
| stress-test-personas | 2.0.0 | Stress-test your product through 6 adversarial decision-maker personas -- skeptical board member, activist investor, power user, churned customer, competitor CEO, and enterprise... |
review -- Architecture, Code, Industry, Gaming & Mobile Review (26 skills)
| Skill | Version | Description |
|---|---|---|
| api-review | 2.0.0 | Review API design against REST best practices and internal consistency. Audits naming conventions, HTTP method semantics, status code correctness, pagination and filtering... |
| arch-review | 12.1.0 | Architect-level story review with component reuse, domain consistency, data privacy, service architecture, and infrastructure checks. Design review before coding or implementation... |
| care-burnout-audit | 2.0.0 | Audit healthcare and caregiving software for provider burnout risk factors. Analyzes workload distribution fairness, scheduling equity, documentation burden, alert fatigue... |
| cfo-review | 2.0.0 | Conduct a CFO-perspective financial impact review of a codebase. Analyzes infrastructure costs and scaling projections, pricing model alignment with architecture, build-vs-buy... |
| cpo-review | 2.0.0 | Conduct a CPO-perspective product strategy review of a codebase. Evaluates feature completeness against core value proposition, time-to-value for new users, user journey quality,... |
| cto-review | 2.0.0 | Conduct a CTO-perspective technical strategy review of a codebase. Evaluates architecture decisions and build-vs-buy trade-offs, scaling readiness at 10x and 100x, engineering... |
| database-review | 2.0.0 | Review database schema design, query patterns, and data access layer for correctness and performance. Checks normalization balance, index coverage against actual queries,... |
| energy-compliance | 2.0.0 | Audit energy utility software for NERC CIP cybersecurity, FERC market and tariff compliance, EPA emissions and CEMS reporting, renewable portfolio standards (RPS/REC tracking),... |
| environmental-compliance | 2.0.0 | Audit environmental software for EPA reporting (CEDRI, NetDMR, RCRAInfo), Clean Air Act (Title V, NESHAP, CEMS, TRI), Clean Water Act (NPDES, SWPPP, SPCC), RCRA hazardous waste... |
| financial-compliance | 2.0.0 | Audit fintech and financial services code for KYC/AML (CIP, CDD, EDD, sanctions screening, transaction monitoring), BSA (SAR/CTR filing, FinCEN reporting, Travel Rule), Reg E (EFT... |
| game-accessibility | 2.0.0 | Audit game projects for accessibility across visual (colorblind modes, contrast, font scaling, photosensitivity), audio (subtitles, captions, visual sound indicators, mono audio),... |
| game-code-review | 2.0.0 | Review game code architecture for component coupling, ECS vs OOP design, update loop organization (deltaTime, fixed timestep, frame budget), state machine quality (boolean soup,... |
| government-compliance | 2.0.0 | Audit government and federal software for FedRAMP authorization readiness (Low/Moderate/High), NIST 800-53 controls (AC, AU, CM, IA, SC, SI families), FISMA compliance, Section... |
| healthcare-ops | 2.0.0 | Review healthcare software for operational efficiency: appointment scheduling and resource allocation, clinical workflow burden (order entry clicks, documentation templates, alert... |
| housing-compliance | 2.0.0 | Audit affordable housing and property management software for Fair Housing Act (protected classes, disparate impact screening, AFFH), Section 504/ADA accessibility (5% mobility... |
| manufacturing-compliance | 2.0.0 | Audit manufacturing software for FDA 21 CFR Part 11 (electronic records, e-signatures, audit trails), ISO 9001/13485/14001/45001 quality management (document control, CAPA,... |
| mobile-security-review | 2.0.0 | Audit mobile apps against OWASP Mobile Top 10 (M1-M10): credential hardcoding, supply chain dependencies, insecure auth/token storage (Keychain/Keystore), input validation (deep... |
| multiplayer-review | 2.0.0 | Audit multiplayer netcode, online game networking, and real-time synchronization. Reviews client-server authority, lag compensation, client-side prediction, server reconciliation,... |
| permit-compliance | 2.0.0 | Audit construction permit tracking, building code compliance, and inspection management software. Reviews permit lifecycle workflows (building, electrical, plumbing, mechanical,... |
| pr | 2.0.0 | Create a convention-compliant pull request from the current branch. |
| procurement-review | 2.0.0 | Audit procurement and procure-to-pay software for sourcing, purchasing, and vendor management. Reviews requisition-to-PO workflows, RFQ/RFP bid management, approval routing with... |
| regulatory-compliance | 2.0.0 | Audit codebases for cross-industry regulatory compliance across SOX, GDPR, HIPAA, PCI-DSS, CCPA/CPRA, FedRAMP, FISMA, COPPA, and FERPA. Reviews audit trail completeness... |
| school-ops | 2.0.0 | Audit K-12 school operations, district management, and education administration software. Reviews master schedule building and constraint optimization, student course request... |
| security-review | 2.0.0 | Security audit and vulnerability assessment for any codebase. Scans for authentication bypasses, missing auth middleware, broken JWT validation (algorithm confusion, weak secrets,... |
| store-compliance | 2.0.0 | Pre-submission audit for Apple App Store and Google Play Store compliance. Checks App Store Review Guidelines (safety, performance, business, design, legal sections) and Google... |
| therapist-documentation | 2.0.0 | Audit therapy and behavioral health documentation platforms for clinical quality and regulatory compliance. Reviews SOAP, DAP, and BIRP note template structure, note completeness... |
deploy -- Infrastructure & Deployment (18 skills)
| Skill | Version | Description |
|---|---|---|
| app-store-publish | 2.0.0 | Configure a complete iOS App Store publishing pipeline — sets up Fastlane with code signing (match), App Store Connect API key, TestFlight and release lanes, screenshot... |
| aws | 2.1.0 | Generates production-ready Terraform files for AWS infrastructure. Writes complete .tf files for any cloud architecture — no deployment, just file generation. |
| cdn | 2.0.0 | Configure a CDN with optimized caching, SSL/TLS, security headers, and cache invalidation — auto-detects hosting provider and app type, generates CloudFront, Cloudflare, or Vercel... |
| ci-fixer | 1 | Scan all repos for failing or stuck GitHub Actions workflows, diagnose issues, and fix them. Use when: 'fix ci', 'ci is broken', 'github actions failing', 'unblock ci', 'clear... |
| devops | 2.0.0 | Audit deployment readiness across CI/CD, containers, monitoring, IaC, secrets, CDN, and DNS — score each area 0-100, identify critical gaps, and optionally auto-fix by chaining... |
| dns | 2.0.0 | Set up DNS records, SSL/TLS certificates, subdomains, SPF/DKIM/DMARC email authentication, and health-check failover routing for Route53, Cloudflare, or GCP Cloud DNS — with... |
| docker | 2.0.0 | Detect project stack and generate production-ready multi-stage Dockerfiles with compose services, .dockerignore, non-root users, health checks, layer caching, and optional dev... |
| flutter-deploy | 1.0.0 | Build and deploy Flutter apps to App Store (TestFlight) and Google Play (internal/production). Auto-detects project structure, pulls signing secrets from AWS Secrets Manager,... |
| free-keys | 2.0.0 | Provision free LLM API keys from 20+ providers. Health-checks existing keys, opens signup pages, validates new keys, and saves them to your project. |
| github-actions | 2.0.0 | Detect project stack and generate GitHub Actions CI/CD workflows — PR checks with lint/test/build/security, deploy pipelines for Vercel/AWS/GCP/Fly/Docker, dependency caching,... |
| hotfix | 2.1.0 | Emergency bug fix pipeline — diagnose, fix, test, commit, push, and PR in 2 iterations max. Speed over perfection. |
| k8s | 2.0.0 | Generate production-grade Kubernetes manifests — Deployments with probes and security contexts, Services, Ingress with TLS, HPA, PDB, NetworkPolicy, ConfigMaps, Secrets — with... |
| mobile-ci-cd | 2.0.0 | Set up mobile CI/CD pipelines for Flutter, React Native, or native iOS/Android — GitHub Actions workflows for testing, code signing, TestFlight/Play Store distribution, build... |
| monitoring | 2.0.0 | Set up application observability with Prometheus, Grafana, Datadog, or CloudWatch — instrument metrics endpoints, configure Golden Signal dashboards, define alert rules with... |
| ota-updates | 2.0.0 | Configure over-the-air mobile updates — Shorebird for Flutter, CodePush or EAS Update for React Native — with update channels, staged rollout, forced vs optional update policies,... |
| play-store-publish | 2.0.0 | Configure the complete Google Play Store publishing pipeline — upload key generation, AAB bundle optimization, Fastlane supply lanes for internal/beta/production tracks, staged... |
| secrets | 2.0.0 | Audit codebases for leaked secrets and hardcoded credentials, generate .env templates, configure secrets management with AWS Secrets Manager, Vault, Doppler, or GCP Secret... |
| terraform | 2.0.0 | Generate Terraform infrastructure-as-code for AWS, GCP, or Azure. Creates modular VPC, compute, database, cache, CDN, and monitoring configs with per-environment sizing, remote... |
docs -- Documentation (11 skills)
| Skill | Version | Description |
|---|---|---|
| adr |
No comments yet
Be the first to share your take.