GitHub
Skills harvested from GitHub repositories
14810 skills availablevitest
Detect the project type, generate the right Vitest configuration, and produce working test infrastructure. Not a referen...
ux-extract
Exhaustively study a reference web app and produce a reusable pattern library. Goes everywhere, captures everything, the...
ux-compare
Read N pattern libraries produced by ux-extract and synthesise a comparison. Answers questions like: "Across claude.ai, ...
roadmap
Generate a comprehensive technical roadmap for building an entire application. Detailed enough that Claude Code can pick...
responsiveness-check
Test how a website's layout responds to viewport width changes. Resizes through breakpoints in a single browser session,...
project-health
One skill for everything about your project's Claude Code configuration. Run it at the start, middle, or end of a projec...
project-docs
Generate structured project documentation by analysing the codebase. Produces docs that reflect the actual code, not asp...
onboarding-ux
Audit a web app for onboarding gaps, then generate the in-app guidance to fix them. The goal: a new user should never st...
git-workflow
Guided workflows for common git operations that benefit from structured steps. When preparing a pull request: Gather con...
fork-discipline
Audit the core/client boundary in multi-client codebases. Every multi-client project should have a clean separation betw...
deep-research
Comprehensive research and discovery before building something new. Instead of jumping straight into code from training ...
brains-trust
Consult other leading AI models for a second opinion. Not limited to code — works for architecture, strategy, prompting,...
app-docs
Browse a running web app, screenshot every screen, and produce documentation good enough to publish. Not a screenshot du...
icon-set-generator
Generate custom, visually consistent SVG icon sets tailored to specific projects. Each set is built from a shared style ...
image-processing
Use img-process (shipped in bin/) for common operations. For complex or custom workflows, generate a Pillow script adapt...
favicon-gen
Generate a complete favicon package from a logo, initials, or brand colours. Produces all required formats and HTML inte...
color-palette
Generate a complete, accessible colour system from a single brand hex. Produces Tailwind v4 CSS ready to paste into your...
vite-flare-starter
Clone and configure the batteries-included Cloudflare starter into a standalone project. Produces a fully rebranded, dep...
tanstack-start
Build a complete full-stack app from nothing. Claude generates every file — no template clone, no scaffold command. Each...
hono-api-scaffolder
Add structured API routes to an existing Cloudflare Workers project. This skill runs AFTER the project shell exists (via...
db-seed
Generate seed scripts that populate databases with realistic, domain-appropriate sample data. Reads your schema and prod...
d1-migration
Guided workflow for Cloudflare D1 database migrations using Drizzle ORM. pnpm db:generate This creates a new .sql file i...
d1-drizzle-schema
Generate correct Drizzle ORM schemas for Cloudflare D1. D1 is SQLite-based but has important differences that cause subt...
cloudflare-worker-builder
Scaffold a working Cloudflare Worker project from a brief description. Produces a deployable project with Hono routing, ...