Development skills.
Skills for software development: frontend, MCP servers, web app testing, scripting and code quality.
Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality. Use when building web components, pages, artifacts, posters, or applications. Generates creative, polished UI code that avoids generic AI aesthetics.
Claude API
Use the Claude API effectively: messages endpoint, streaming, tool use, vision, prompt caching, batches, files. Use when the user is building against the Anthropic API or troubleshooting requests.
MCP Server Builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Supports Python (FastMCP) and Node/TypeScript (MCP SDK).
Web Artifacts Builder
Build self-contained interactive web artifacts (single-file HTML+CSS+JS apps) like calculators, visualisers, mini-tools and demos. Use when the user wants a runnable web artifact rather than a full project.
Debug
Systematically debug failing code: form hypotheses, isolate variables, add targeted logging, run minimal reproductions. Use when the user is stuck on a bug.
D3.js Charts
Build interactive data visualisations with D3.js: bar charts, line charts, scatter plots, geographic maps, force-directed graphs. Use when the user wants custom, code-driven charts beyond Chart.js.
Cloudflare Workers
Build and deploy Cloudflare Workers / Pages: Hono routing, D1 SQLite, KV, R2, Durable Objects, secrets, wrangler. Use when the user is on the Cloudflare edge.
Code Review
Perform a thoughtful code review: correctness, readability, performance, security, tests. Use when the user pastes a diff or PR and wants critical feedback.
Next.js App Router
Build with the Next.js App Router: server components, route handlers, server actions, streaming, middleware, layouts. Use when the user works on a Next.js 13+ project.
Playwright
Drive headless and headed browsers with Playwright: navigate, fill forms, take screenshots, scrape, and run end-to-end tests. Use whenever the user wants to automate a browser.
SEO Audit
Run a thorough technical SEO audit on a website: meta titles, descriptions, canonicals, sitemap, structured data, internal linking, Core Web Vitals. Use when the user wants to improve organic traffic.
LLM Prompt Engineering
Design and iterate on prompts and prompt templates with structured testing. Use when the user is shipping a feature that depends on LLM behaviour and needs reliable outputs.
Web App Testing
Author end-to-end and integration tests for web applications using Playwright, Cypress and the like. Use when the user wants to add tests, debug flaky behaviour, or set up CI test pipelines.
Git Workflows
Run safe, idiomatic git operations: rebases, interactive rebase, cherry-picks, conflict resolution, bisect, history rewriting. Use when the user is debugging a tricky git situation.
PostgreSQL
Design schemas, write performant queries, debug query plans, manage migrations, and operate PostgreSQL safely. Use when the user is working with a Postgres database.
SQL Tuner
Read EXPLAIN plans, find missing indexes, rewrite slow queries, and suggest schema changes. Use when the user has a slow SQL query in any major dialect.
API Docs Writer
Write clear API reference docs and tutorials from OpenAPI specs or source code. Use when the user is launching or maintaining a public API.
Changelog Writer
Generate user-facing changelogs from git history or PR lists. Use when the user is preparing a release and needs human-readable change notes.
Dockerize
Produce a production-grade Dockerfile and docker-compose setup for an existing project: multi-stage builds, small images, healthchecks, secrets handling.
Expo / React Native
Build React Native apps with Expo: navigation, native modules, EAS build pipelines, deployment to App Store and Play Store. Use whenever the user works on a mobile app with Expo.
iOS Simulator
Drive the iOS simulator from Claude: launch apps, interact with UI, take screenshots, inspect view hierarchies. Use when building or QAing iOS apps locally.
Kubernetes
Write and debug Kubernetes manifests: Deployments, Services, Ingress, ConfigMaps, Secrets, HPA. Use when the user is operating workloads on Kubernetes.
React Hooks Master
Write idiomatic React hooks: dependency arrays, custom hooks, useReducer, useMemo, suspense. Use when the user is working with React functional components.
Refactor
Refactor code safely with small, testable steps: extract function, rename, simplify conditionals, eliminate duplication. Use when the user wants to improve code without changing behaviour.
Regex Tamer
Design, debug and explain regular expressions with test cases. Use when the user needs a regex written, understood, or fixed.
Terraform
Author and refactor Terraform/OpenTofu modules. Use when the user is provisioning AWS, GCP, Azure or Cloudflare infrastructure as code.
TypeScript Strict Mode
Write TypeScript that satisfies strict mode and noUncheckedIndexedAccess. Use when the user wants type-safe code without `any`, or is migrating a JS project to TS.
JSON Surgeon
Manipulate large JSON files with jq, Python and surgical patches. Use when the user needs to slice, restructure or merge JSON.
Want the full curated bundle?
Get every Claude Skill we've vetted — packaged, ready to drop into your project, plus install scripts and updates.