vitest

Detect the project type, generate the right Vitest configuration, and produce working test infrastructure. Not a referen...

github

ux-extract

Exhaustively study a reference web app and produce a reusable pattern library. Goes everywhere, captures everything, the...

github

ux-compare

Read N pattern libraries produced by ux-extract and synthesise a comparison. Answers questions like: "Across claude.ai, ...

github

roadmap

Generate a comprehensive technical roadmap for building an entire application. Detailed enough that Claude Code can pick...

github

responsiveness-check

Test how a website's layout responds to viewport width changes. Resizes through breakpoints in a single browser session,...

github

project-health

One skill for everything about your project's Claude Code configuration. Run it at the start, middle, or end of a projec...

github

project-docs

Generate structured project documentation by analysing the codebase. Produces docs that reflect the actual code, not asp...

github

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...

github

git-workflow

Guided workflows for common git operations that benefit from structured steps. When preparing a pull request: Gather con...

github

fork-discipline

Audit the core/client boundary in multi-client codebases. Every multi-client project should have a clean separation betw...

github

deep-research

Comprehensive research and discovery before building something new. Instead of jumping straight into code from training ...

github

brains-trust

Consult other leading AI models for a second opinion. Not limited to code — works for architecture, strategy, prompting,...

github

app-docs

Browse a running web app, screenshot every screen, and produce documentation good enough to publish. Not a screenshot du...

github

icon-set-generator

Generate custom, visually consistent SVG icon sets tailored to specific projects. Each set is built from a shared style ...

github

image-processing

Use img-process (shipped in bin/) for common operations. For complex or custom workflows, generate a Pillow script adapt...

github

favicon-gen

Generate a complete favicon package from a logo, initials, or brand colours. Produces all required formats and HTML inte...

github

color-palette

Generate a complete, accessible colour system from a single brand hex. Produces Tailwind v4 CSS ready to paste into your...

github

vite-flare-starter

Clone and configure the batteries-included Cloudflare starter into a standalone project. Produces a fully rebranded, dep...

github

tanstack-start

Build a complete full-stack app from nothing. Claude generates every file — no template clone, no scaffold command. Each...

github

hono-api-scaffolder

Add structured API routes to an existing Cloudflare Workers project. This skill runs AFTER the project shell exists (via...

github

db-seed

Generate seed scripts that populate databases with realistic, domain-appropriate sample data. Reads your schema and prod...

github

d1-migration

Guided workflow for Cloudflare D1 database migrations using Drizzle ORM. pnpm db:generate This creates a new .sql file i...

github

d1-drizzle-schema

Generate correct Drizzle ORM schemas for Cloudflare D1. D1 is SQLite-based but has important differences that cause subt...

github

cloudflare-worker-builder

Scaffold a working Cloudflare Worker project from a brief description. Produces a deployable project with Hono routing, ...

github