NEW Browse AI tools across categories — updated daily. See what's new →
28 skills in this category

Development skills.

Skills for software development: frontend, MCP servers, web app testing, scripting and code quality.

Frontend Design

★ Featured Official

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.

Anthropic 1.1k tokens
Design & Creative

Claude API

★ Featured Official

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.

Anthropic 1.4k tokens
Development

MCP Server Builder

★ Featured Official

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

Anthropic 2.4k tokens
Development

Web Artifacts Builder

★ Featured Official

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.

Anthropic 1.1k tokens
Development

Debug

★ Featured

Systematically debug failing code: form hypotheses, isolate variables, add targeted logging, run minimal reproductions. Use when the user is stuck on a bug.

Community 1k tokens
Development

D3.js Charts

★ Featured

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.

Daniel Avila 1.3k tokens
Development

Cloudflare Workers

★ Featured

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.

Community 1.4k tokens
Development

Code Review

★ Featured

Perform a thoughtful code review: correctness, readability, performance, security, tests. Use when the user pastes a diff or PR and wants critical feedback.

Community 1k tokens
Development

Next.js App Router

★ Featured

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.

Community 1.3k tokens
Development

Playwright

★ Featured

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.

KhulnaSoft Lab 1.2k tokens
Development

SEO Audit

★ Featured

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.

Community 1.2k tokens
Data & Analysis

LLM Prompt Engineering

★ Featured

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.

Community 1.2k tokens
Data & Analysis

Web App Testing

Official

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.

Anthropic 1.2k tokens
Development

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.

Community 1.1k tokens
Development

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.

Community 1.3k tokens
Development

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.

Community 1.1k tokens
Development

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.

Community 1.1k tokens
Development

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.

Community 750 tokens
Development

Dockerize

Produce a production-grade Dockerfile and docker-compose setup for an existing project: multi-stage builds, small images, healthchecks, secrets handling.

Community 900 tokens
Development

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.

Expo Community 1.4k tokens
Development

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.

Ph0enixKM 1.1k tokens
Development

Kubernetes

Write and debug Kubernetes manifests: Deployments, Services, Ingress, ConfigMaps, Secrets, HPA. Use when the user is operating workloads on Kubernetes.

Community 1.3k tokens
Development

React Hooks Master

Write idiomatic React hooks: dependency arrays, custom hooks, useReducer, useMemo, suspense. Use when the user is working with React functional components.

Community 1.1k tokens
Development

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.

Community 1k tokens
Development

Regex Tamer

Design, debug and explain regular expressions with test cases. Use when the user needs a regex written, understood, or fixed.

Community 650 tokens
Development

Terraform

Author and refactor Terraform/OpenTofu modules. Use when the user is provisioning AWS, GCP, Azure or Cloudflare infrastructure as code.

Community 1.2k tokens
Development

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.

Community 1k tokens
Development

JSON Surgeon

Manipulate large JSON files with jq, Python and surgical patches. Use when the user needs to slice, restructure or merge JSON.

Community 800 tokens
Document Processing