AI Skills for Software Engineers

150 skills to supercharge your software engineer workflow

AI coding assistants have moved well beyond autocomplete. The best software engineers are now using AI agents to handle entire categories of work — writing tests, reviewing pull requests, generating documentation, scaffolding new features, and debugging production issues. The gap between engineers who use these tools and those who don't is growing every quarter.

The skills in this collection are built for how engineers actually work. They plug directly into your editor or terminal, understand your codebase context, and produce output you'd actually ship. No prompt engineering required — each skill encodes the best practices so you get senior-level output from day one.

Whether you're a frontend specialist, a systems programmer, or a full-stack generalist, these skills eliminate the repetitive parts of your job so you can focus on architecture, design decisions, and the creative problem-solving that makes engineering rewarding.

All Software Engineer skills

Sorted by popularity. Click any skill to see details and install.

150 skills
Claude Code
featured

Feature Dev

Develop complete features with automated architecture, testing, and review

Comprehensive feature development with a structured 7-phase approach including codebase explorer and reviewer agents.

Beginner5 min42.1k4.9
claude install anthropics/claude-code/feature-dev
by Anthropic
Claude Code
featured

TypeScript LSP

Get real-time TypeScript diagnostics and refactoring inside your AI editor

TypeScript language server integration for type checking, diagnostics, and refactoring inside Claude Code.

Beginner5 min41.2k4.9
claude install anthropics/claude-plugins-official/typescript-lsp
by Anthropic
Claude Code
featured

Code Review

Get thorough PR reviews from 5 parallel agents that catch real issues

Automated PR code review using 5 parallel agents with confidence-based scoring to filter false positives.

Beginner5 min38.6k4.9
claude install anthropics/claude-code/code-review
by Anthropic
Claude Code
featured

Frontend Design

Ship beautiful, distinctive UIs that look nothing like default AI output

Create distinctive, production-grade frontend interfaces that avoid generic AI aesthetics.

Intermediate5 min34.2k4.9
claude install anthropics/skills/frontend-design
by Anthropic
Claude Code
featured

Commit Commands

Commit, push, and create PRs with rich descriptions in one command

Git workflow automation for committing, pushing, and creating pull requests in one shot.

Beginner5 min33.8k4.8
claude install anthropics/claude-code/commit-commands
by Anthropic
Claude CodeUniversal
featured

Claude API

Build production AI applications with streaming, tools, and agent patterns

Build applications using the Claude API and Anthropic SDKs - tool use, streaming, agent patterns.

Intermediate30 min31.5k4.9
claude install anthropics/skills/claude-api
by Anthropic
MCPClaude Code
featured

PostgreSQL MCP

Query databases, inspect schemas, and explore data from your AI editor

MCP server for PostgreSQL - query execution, schema inspection, migration management, and data exploration.

Beginner5 min31.2k4.8
npx @anthropic/mcp-server-postgres
by Anthropic
Claude Code

Pyright LSP

Catch Python type errors in real-time while coding

Python type checking and diagnostics via Pyright language server.

Beginner5 min29.8k4.8
claude install anthropics/claude-plugins-official/pyright-lsp
by Anthropic
Cursor
featured

React Project Rules

Ensure Cursor follows your React conventions across every file

Comprehensive .cursorrules for React projects - component patterns, hooks, state management, and testing conventions.

Beginner5 min28.9k4.8
curl -o .cursorrules https://skills.dev/rules/react
by cursor-community
Claude CodeMCP
featured

MCP Builder

Create custom tool integrations that extend any AI assistant

Build Model Context Protocol servers from scratch - tools, resources, and transport layers.

Advanced30 min28.7k4.9
claude install anthropics/skills/mcp-builder
by Anthropic
MCPClaude Code

GitHub MCP

Manage GitHub issues, PRs, and repos without leaving your editor

MCP server for GitHub - issues, PRs, repos, actions, and code search without leaving your editor.

Beginner5 min28.4k4.8
npx @anthropic/mcp-server-github
by Anthropic
Claude Code

PR Review Toolkit

Run 6 specialized review checks on every PR automatically

6 specialized review agents: comments, tests, error handling, type design, code quality, and code simplification.

Beginner5 min27.4k4.8
claude install anthropics/claude-code/pr-review-toolkit
by Anthropic
Claude Code

Security Guidance

Catch security vulnerabilities before they reach production

Security reminder hook monitoring 9 patterns: command injection, XSS, eval, dangerous HTML, pickle, and more.

Beginner5 min26.3k4.8
claude install anthropics/claude-code/security-guidance
by Anthropic
Claude CodeUniversal
featured

PDF

Read, extract data from, and generate PDF documents programmatically

Read, extract, and generate PDF documents. Powers Claude's built-in document capabilities.

Beginner5 min24.6k4.8
claude install anthropics/skills/pdf
by Anthropic
MCPClaude Code

Browser MCP

Control a browser from your AI editor - navigate, screenshot, interact

MCP server for browser automation - Playwright-powered navigation, screenshots, and interaction.

Intermediate30 min24.6k4.7
npx @anthropic/mcp-server-puppeteer
by Anthropic
Claude CodeUniversal
featured

Meeting Notes

Turn meeting transcripts into structured notes with action items

Generate structured meeting notes with action items, decisions, and follow-ups from transcripts.

Beginner5 min24.6k4.8
claude install community/meeting-notes
by productivity-tools
Cursor

Next.js Project Rules

Guide Cursor to use App Router patterns correctly every time

Cursor rules for Next.js App Router - server components, route handlers, middleware, and data fetching patterns.

Beginner5 min24.3k4.7
curl -o .cursorrules https://skills.dev/rules/nextjs
by cursor-community
Claude Code

ESLint LSP

Get real-time linting with auto-fix suggestions as you code

ESLint language server for real-time linting, auto-fix suggestions, and rule configuration.

Beginner5 min22.4k4.8
claude install community/eslint-lsp
by lint-tools
Computer Use
featured

Browser Automation

Automate any browser workflow - forms, navigation, data extraction

AI-driven browser automation - navigate sites, fill forms, extract data, and complete multi-step workflows.

Intermediate30 min22.1k4.7
pip install anthropic-computer-use && cu install browser-automation
by Anthropic
Claude CodeCursor
featured

UI Component Generator

Describe a component and get production-ready accessible code

Generate production-ready UI components from descriptions - React, Vue, Svelte with Tailwind or CSS Modules.

Beginner5 min21.4k4.8
claude install community/ui-component-gen
by ui-factory
MCPClaude Code

Filesystem MCP

Give your AI assistant safe, sandboxed access to your filesystem

MCP server for filesystem operations - read, write, search, and manage files with sandboxed access.

Beginner5 min21.3k4.7
npx @anthropic/mcp-server-filesystem
by Anthropic
MCPClaude Code

Slack MCP

Send and read Slack messages directly from your AI assistant

MCP server for Slack - send messages, read channels, manage threads, and search conversations.

Beginner5 min19.8k4.7
npx @anthropic/mcp-server-slack
by Anthropic
Cursor

TypeScript Strict Rules

Enforce strict TypeScript discipline across your entire project

Cursor rules enforcing strict TypeScript - no any, explicit return types, exhaustive checks, and branded types.

Beginner5 min19.7k4.7
curl -o .cursorrules https://skills.dev/rules/typescript-strict
by cursor-community
Claude Code

Skill Creator

Build and publish your own AI skills with guided templates

Meta-skill for creating new skills. Guided workflow for building SKILL.md files with proper metadata.

Intermediate30 min19.6k4.8
claude install anthropics/skills/skill-creator
by Anthropic
Claude CodeCursor
featured

Theme Factory

Generate a complete design system from just a few brand colors

Generate consistent, complete themes and design systems from a base set of design tokens.

Beginner5 min18.9k4.8
claude install anthropics/skills/theme-factory
by Anthropic
Claude Code

Rust Analyzer LSP

Get Rust type checking and cargo integration in your AI editor

Rust language server for type checking, completions, and cargo integration.

Beginner5 min18.7k4.7
claude install anthropics/claude-plugins-official/rust-analyzer-lsp
by Anthropic
Claude CodeCodex

Documentation Writer

Generate technical documentation with verified code examples

Write technical documentation - API references, guides, tutorials, and migration docs with code examples.

Intermediate30 min18.6k4.7
claude install community/docs-writer
by tech-writer
Codex
new

Verify & Build

Generate verified code that passes tests before you even see it

Codex exec pattern that generates code, runs tests, and verifies the build passes before returning results.

Intermediate30 min18.4k4.7
codex exec --pattern verify-build
by OpenAI
Claude CodeCodexUniversal

Secrets Scanner

Find leaked API keys and credentials before they cause a breach

Scan code for leaked secrets - API keys, tokens, passwords, and credentials. Pre-commit hook compatible.

Beginner5 min18.2k4.8
claude install community/secrets-scanner
by secret-guard
Claude CodeCodexUniversal

SQL Query Builder

Generate complex SQL queries from natural language descriptions

Generate complex SQL queries from natural language - joins, CTEs, window functions, and performance optimization.

Beginner5 min17.4k4.7
claude install community/sql-query-builder
by sql-tools
Claude CodeCodex

README Generator

Generate comprehensive READMEs that make your project easy to adopt

Generate comprehensive READMEs from your codebase. Badges, installation, API docs, and contribution guidelines.

Beginner5 min16.4k4.7
claude install community/readme-gen
by doc-tools
Cursor

Python Project Rules

Make Cursor follow Python best practices and type hints

Cursor rules for Python - type hints, dataclasses, async patterns, testing with pytest, and project structure.

Beginner5 min16.2k4.6
curl -o .cursorrules https://skills.dev/rules/python
by cursor-community
Claude CodeMCP

Figma to Code

Convert Figma designs to production code with proper responsive handling

Convert Figma designs to production React/Vue/Svelte code with proper responsive handling and tokens.

Intermediate30 min16.2k4.7
claude install community/figma-to-code
by design-bridge
Claude Code

Go LSP

Get Go type checking and completions inside your AI editor

Go language server (gopls) for type checking, completions, and diagnostics inside Claude Code.

Beginner5 min15.9k4.7
claude install anthropics/claude-plugins-official/gopls-lsp
by Anthropic
Cursor

Tailwind CSS Rules

Keep Tailwind CSS usage consistent and well-organized

Cursor rules for Tailwind CSS - utility ordering, component extraction, responsive patterns, and custom plugin usage.

Beginner5 min14.8k4.6
curl -o .cursorrules https://skills.dev/rules/tailwind
by cursor-community
Claude CodeCursor

Design System Builder

Build a complete design system from a brand guide automatically

Build complete design systems - tokens, components, documentation, and Storybook from a brand guide.

Intermediatecustom14.8k4.7
claude install community/design-system-builder
by design-ops
Claude CodeCodex

Changelog Generator

Auto-generate changelogs from your git history with semantic versioning

Generate changelogs from conventional commits. Supports Keep a Changelog format and semantic versioning.

Beginner5 min14.6k4.7
claude install community/changelog-gen
by release-tools
Claude CodeCodex
featured

Kubernetes Deployer

Generate Kubernetes manifests and Helm charts from your app specs

Generate Kubernetes manifests, Helm charts, and deployment pipelines from your application specs.

Intermediate30 min14.6k4.7
claude install community/k8s-deployer
by k8s-tools
Codex
new

Codex Refactor

Refactor entire codebases with guaranteed test-passing results

Codex-powered refactoring that applies changes across a codebase while maintaining passing tests.

Intermediate30 min14.2k4.6
codex exec --pattern refactor
by OpenAI
MCPClaude Code

Stripe MCP

Manage Stripe payments and subscriptions from your AI assistant

MCP server for Stripe - manage payments, subscriptions, invoices, and customer data.

Beginner5 min14.2k4.7
npx @anthropic/mcp-server-stripe
by community
Claude CodeUniversal
featured

Prompt Engineer

Design and optimize prompts with evaluation frameworks and A/B testing

Design, test, and optimize prompts for AI applications with evaluation frameworks and versioning.

Intermediate30 min14.2k4.7
claude install community/prompt-engineer
by ai-tools
Claude CodeCodexCursor

API Integration Builder

Generate typed API clients and webhook handlers from specs

Generate API client code, webhook handlers, and integration tests from OpenAPI specs or documentation.

Intermediate30 min13.8k4.6
claude install community/api-integration-builder
by api-tools
Claude CodeCursor

Next.js Optimizer

Identify and fix Next.js performance bottlenecks automatically

Analyze and optimize Next.js apps. Bundle size, image optimization, route prefetching, and server components.

Intermediate30 min13.2k4.7
claude install community/nextjs-optimizer
by next-perf
Claude Code

Canvas Design

Build interactive data visualizations and creative demos from scratch

Build canvas-based designs and interactive visualizations using HTML5 Canvas and related APIs.

Intermediate30 min12.8k4.7
claude install anthropics/skills/canvas-design
by Anthropic
Claude CodeUniversal

Project Planner

Create project plans with milestones, dependencies, and risk assessment

Create project plans with milestones, dependencies, resource allocation, and risk assessment.

Intermediate30 min12.8k4.6
claude install community/project-planner
by pm-tools
Claude CodeCodex

Dataset Explorer

Profile any dataset in seconds with distributions and quality metrics

Profile any dataset in seconds - schema detection, distributions, outliers, missing values, and correlations.

Beginner5 min12.8k4.7
claude install community/dataset-explorer
by data-science
Claude CodeCodex

Dead Code Finder

Remove unused code and reduce bundle size across your codebase

Detect unused exports, unreachable code, and orphaned files across your codebase.

Beginner5 min12.7k4.7
claude install community/dead-code-finder
by clean-code
Claude CodeCodex

GitHub Actions Builder

Build GitHub Actions with matrix testing, caching, and deploy gates

Build GitHub Actions workflows with matrix testing, caching, artifacts, and deployment gates.

Beginner5 min12.6k4.7
claude install community/github-actions-builder
by ci-tools
Claude CodeCodex

AWS Architect

Design AWS architectures following well-architected framework

Design and generate AWS architectures - CloudFormation, CDK, and well-architected framework compliance.

Advancedcustom12.2k4.6
claude install community/aws-architect
by cloud-tools
Claude CodeCodex
featured

Auth Implementation

Implement production auth with OAuth, JWT, RBAC, and MFA

Implement authentication and authorization - OAuth, JWT, RBAC, session management, and MFA.

Intermediate30 min12.2k4.7
claude install community/auth-implementation
by sec-tools
Codex
new

Codex Test Generator

Get test suites that are verified to actually pass in sandbox

Generate comprehensive test suites using Codex's sandboxed execution to verify tests actually pass.

Intermediate30 min12.1k4.6
codex exec --pattern test-gen
by OpenAI
Claude CodeUniversal

Compliance Checker

Check your codebase for GDPR, SOC 2, and HIPAA compliance gaps

Check code and documentation for GDPR, SOC 2, HIPAA, and PCI DSS compliance requirements.

Intermediate30 min11.8k4.6
claude install community/compliance-checker
by compliance-tools
Claude CodeCodex

Dependency Updater

Safely update dependencies with changelog analysis and testing

Safely update dependencies - check changelogs, identify breaking changes, and test updates before applying.

Beginner30 min11.6k4.6
claude install community/dependency-updater
by dep-tools
Computer Use
new

App Testing

Test your app like a human QA tester - clicks, types, verifies

End-to-end application testing using computer use - clicks, types, navigates, and verifies application behavior.

Intermediate30 min11.4k4.5
cu install app-testing
by Anthropic
Claude CodeCodex

Vulnerability Scanner

Find known CVEs in dependencies with severity scores and fix guidance

Scan dependencies and code for known CVEs with severity scoring and remediation guidance.

Beginner5 min11.4k4.6
claude install community/security-vuln-scanner
by sec-tools
Claude CodeCodex

Docker Composer

Generate production-ready Docker configs from your project structure

Generate and optimize Docker Compose files. Multi-stage builds, health checks, and production-ready configs.

Intermediate30 min11.3k4.6
claude install community/docker-composer
by container-crew
Claude Code

Web App Testing

Generate comprehensive test suites covering E2E, a11y, and regression

Systematically test web applications - integration tests, E2E flows, accessibility, and regression testing.

Intermediate30 min11.2k4.6
claude install anthropics/skills/webapp-testing
by Anthropic
Cursor

Go Project Rules

Enforce Go idioms, error handling, and concurrency patterns

Cursor rules for Go - error handling, interface design, concurrency patterns, and testing conventions.

Beginner5 min11.2k4.5
curl -o .cursorrules https://skills.dev/rules/golang
by cursor-community
MCPClaude Code

Linear MCP

Create and manage Linear issues without context-switching

MCP server for Linear - create issues, manage projects, track cycles, and query team workloads.

Beginner5 min11.2k4.5
npx @anthropic/mcp-server-linear
by community
Claude CodeUniversal

RFC Writer

Write structured technical RFCs with alternatives analysis

Write technical RFCs and design documents with structured templates, alternatives analysis, and review checklists.

Intermediate30 min11.2k4.6
claude install community/rfc-writer
by eng-docs
Claude CodeCodex

RAG Pipeline Builder

Build RAG pipelines with embedding, retrieval, and cited generation

Build retrieval-augmented generation pipelines - embedding, indexing, retrieval, and generation with citations.

Advancedcustom11.2k4.6
claude install community/rag-builder
by ai-tools
Claude CodeCodex

E2E Test Generator

Generate E2E tests from user flow descriptions with page objects

Generate Playwright or Cypress E2E tests from user flow descriptions with page object patterns.

Intermediate30 min10.8k4.6
claude install community/e2e-test-gen
by test-tools
Claude CodeCodex

CI Config Generator

Generate CI/CD pipelines for GitHub Actions, GitLab, or CircleCI

Generate CI/CD configs for GitHub Actions, GitLab CI, and CircleCI from your project structure.

Beginner5 min10.4k4.6
claude install community/ci-config-gen
by pipeline-tools
Claude CodeComputer Use

Accessibility Audit

Run a full WCAG 2.2 accessibility audit with actionable fixes

Full accessibility audit of your UI - WCAG 2.2 AA compliance, screen reader testing, and keyboard navigation.

Beginner5 min10.2k4.6
claude install community/a11y-audit
by inclusive-design
Claude CodeCodex

DB Migration Generator

Generate safe database migrations with rollback and zero-downtime plans

Generate safe database migrations with rollback scripts, data backfill, and zero-downtime strategies.

Intermediate30 min10.2k4.6
claude install community/db-migration-gen
by db-tools
Claude CodeCursor

Accessibility Checker

Audit your UI for WCAG compliance and fix accessibility issues

Audit components for WCAG compliance. Checks ARIA labels, color contrast, keyboard navigation, and screen reader support.

Beginner5 min9.8k4.6
claude install community/accessibility-checker
by a11y-tools
Codex
new

Codex Migration

Migrate frameworks and dependencies with automated verification

Automated codebase migrations - framework upgrades, language versions, dependency updates with verification.

Advancedcustom9.8k4.5
codex exec --pattern migration
by OpenAI
Computer Use
new

Screenshot Testing

Catch visual regressions before users do with AI-driven testing

Visual regression testing using computer use - navigates your app and compares screenshots across builds.

Intermediate30 min9.8k4.4
cu install screenshot-testing
by Anthropic
Claude CodeCodex

Monorepo Manager

Manage monorepo workspaces, affected detection, and coordinated releases

Manage monorepos - workspace configuration, dependency resolution, affected package detection, and release orchestration.

Intermediate30 min9.8k4.6
claude install community/monorepo-manager
by infra-tools
MCPClaude Code

Jira MCP

Create and manage Jira issues without leaving your editor

MCP server for Jira - create issues, manage sprints, query backlogs, and track velocity.

Beginner5 min9.8k4.5
npx @anthropic/mcp-server-jira
by community
MCPClaude Code

AWS MCP

Manage AWS resources - S3, Lambda, and CloudWatch - from your editor

MCP server for AWS - S3, Lambda, CloudWatch, and IAM operations from your AI editor.

Intermediate5 min9.8k4.5
npx @anthropic/mcp-server-aws
by community
Claude CodeCursor

Animation Library

Create smooth, performant animations with CSS, Framer Motion, or GSAP

Create smooth, performant CSS and JS animations - page transitions, micro-interactions, and scroll effects.

Intermediate30 min9.6k4.5
claude install community/animation-library
by motion-tools
Claude CodeCodex

Log Analyzer

Find the needle in your logs - pattern detection and root cause analysis

Analyze application logs - pattern detection, error correlation, anomaly identification, and root cause analysis.

Intermediate30 min9.6k4.5
claude install community/log-analyzer
by debug-tools
Claude CodeCodex

OpenAPI Spec Generator

Generate OpenAPI specs from code or design APIs spec-first

Generate OpenAPI 3.1 specs from your API code or create API-first designs with validation.

Intermediate30 min9.6k4.6
claude install community/openapi-spec-gen
by api-tools
Claude CodeUniversal

Privacy Policy Generator

Generate accurate privacy policies tailored to your application

Generate privacy policies, terms of service, and cookie notices tailored to your application.

Beginner30 min9.4k4.5
claude install community/privacy-policy-gen
by legal-docs
Claude CodeCursor

Prisma Helper

Design optimal database schemas and queries with Prisma

Prisma schema authoring, query optimization, relation patterns, and migration strategies in one skill.

Intermediate30 min9.2k4.6
claude install community/prisma-helper
by orm-tools
Claude CodeCodex

Migration Planner

Plan codebase migrations with step-by-step guides and codemods

Plan and execute codebase migrations - framework upgrades, language changes, and architecture shifts.

Advancedcustom9.2k4.5
claude install community/migration-planner
by migrate-tools
Claude CodeCursor

Component Doc Generator

Generate component docs with props tables and usage examples

Generate component documentation with props tables, usage examples, and interactive previews.

Beginner5 min9.2k4.5
claude install community/component-doc-gen
by design-ops
Claude CodeCodex

API Documentation Generator

Generate interactive API docs with examples and authentication guides

Generate interactive API documentation with examples, error codes, and authentication guides.

Intermediate30 min9.2k4.5
claude install community/api-documentation-gen
by doc-tools
Cursor

Rust Project Rules

Follow Rust ownership patterns and error handling best practices

Cursor rules for Rust - ownership patterns, error handling with thiserror/anyhow, async runtime, and testing.

Beginner5 min8.9k4.5
curl -o .cursorrules https://skills.dev/rules/rust
by cursor-community
Claude CodeCodex

Test Data Generator

Generate realistic test data with proper relational structure

Generate realistic test data - users, orders, products, and complex relational datasets with faker integration.

Beginner5 min8.8k4.5
claude install community/test-data-generator
by test-tools
Claude CodeCursor

Storybook Generator

Generate Storybook stories with controls and interaction tests

Generate Storybook stories for React components with controls, decorators, and interaction tests.

Beginner5 min8.8k4.5
claude install community/storybook-gen
by ui-factory
Codex
new

Codex Security Scan

Discover real vulnerabilities by running actual exploit tests in sandbox

Deep security analysis using Codex execution - runs actual exploit tests in sandbox to verify vulnerabilities.

Advanced30 min8.6k4.5
codex exec --pattern security-scan
by OpenAI
Claude CodeMCP

Standup Formatter

Auto-generate standup updates from git activity and calendar

Generate daily standup updates from git activity, calendar, and task boards.

Beginner5 min8.6k4.5
claude install community/standup-formatter
by team-tools
Claude CodeCodex

Performance Profiler

Find performance bottlenecks and memory leaks with fix suggestions

Profile application performance - identify bottlenecks, memory leaks, and slow queries with fix suggestions.

Intermediate30 min8.6k4.5
claude install community/performance-profiler
by perf-tools
MCPClaude Code

Sentry MCP

Query Sentry errors and analyze stack traces from your AI editor

MCP server for Sentry - query errors, analyze stack traces, manage issues, and track regressions.

Beginner5 min8.6k4.5
npx @anthropic/mcp-server-sentry
by community
Cursor

Django Project Rules

Guide Cursor to follow Django best practices and conventions

Cursor rules for Django - model patterns, view conventions, serializer design, and test structure.

Beginner5 min8.6k4.5
curl -o .cursorrules https://skills.dev/rules/django
by cursor-community
Claude CodeUniversal

Git Workflow Setup

Set up Git branching, hooks, and release processes in one go

Configure Git workflows - branching strategies, commit hooks, merge policies, and release processes.

Beginner5 min8.6k4.5
claude install community/git-workflow-setup
by git-tools
Windsurf
new

Windsurf Cascade Rules

Configure Windsurf Cascade to follow your project conventions

Project-level rules for Windsurf Cascade - code style, architecture decisions, and agent behavior configuration.

Beginner5 min8.4k4.4
curl -o .windsurfrules https://skills.dev/rules/windsurf-cascade
by windsurf-community
Claude CodeUniversal

Incident Responder

Diagnose incidents faster with automated runbooks and postmortems

Incident response assistant - diagnose issues, run playbooks, generate postmortems, and track action items.

Intermediate30 min8.4k4.5
claude install community/incident-responder
by sre-tools
Claude CodeMCP

Sprint Planner

Plan balanced sprints with capacity, estimates, and dependency maps

Plan sprints with story point estimation, capacity calculation, and dependency mapping.

Beginner30 min8.4k4.5
claude install community/sprint-planner
by agile-tools
Claude CodeComputer Use

Design Token Extractor

Extract a complete token set from any website or codebase

Extract design tokens from any website or codebase - colors, typography, spacing, and shadows.

Intermediate30 min8.4k4.5
claude install community/design-token-extractor
by design-ops
Claude CodeCursor

GraphQL Schema Builder

Build GraphQL schemas with resolvers and type-safe client generation

Design and generate GraphQL schemas with resolvers, dataloaders, and type-safe client generation.

Intermediate30 min8.4k4.5
claude install community/graphql-schema-builder
by api-tools
Claude CodeCodex

Schema Validator

Generate runtime validation schemas from TypeScript types or examples

Generate and validate Zod, JSON Schema, or TypeBox schemas from your data types or examples.

Beginner5 min8.4k4.5
claude install community/schema-validator
by validation-tools
Claude CodeCodex

Codemod Generator

Generate AST-based codemods for automated code transformations

Generate AST-based codemods for automated code transformations across large codebases.

Advancedcustom8.2k4.5
claude install community/codemod-generator
by codemod-tools
Claude CodeCodex

Observability Setup

Set up distributed tracing, logging, and metrics with correlation

Set up full observability - distributed tracing, structured logging, and metrics collection with correlation.

Intermediatecustom8.2k4.5
claude install community/observability-setup
by observability-tools
MCPClaude Code

Supabase MCP

Manage Supabase databases, auth, and storage from your editor

MCP server for Supabase - database queries, auth management, storage operations, and edge functions.

Beginner5 min8.2k4.5
npx @anthropic/mcp-server-supabase
by community
Claude CodeCodex

API Test Generator

Generate API test suites with positive, negative, and edge cases

Generate API test suites from OpenAPI specs with positive, negative, and edge case coverage.

Intermediate30 min8.2k4.5
claude install community/api-testing-gen
by test-tools
Claude CodeUniversal

Technical Interview Prep

Create technical interviews with system design, coding, and rubrics

Generate technical interview assessments - system design, coding challenges, and take-home projects.

Intermediate30 min8.2k4.5
claude install community/technical-interview-prep
by interview-tools
Claude CodeCursor

Responsive Design Helper

Find and fix responsive design issues across all screen sizes

Audit and fix responsive design issues - breakpoints, overflow, touch targets, and fluid typography.

Beginner5 min8.1k4.5
claude install community/responsive-design-helper
by responsive-tools
Claude CodeCodex

License Analyzer

Audit all dependency licenses and flag compatibility conflicts

Analyze open source license compatibility across your dependency tree. Flag conflicts and obligations.

Intermediate30 min7.8k4.4
claude install community/license-analyzer
by oss-legal
Claude CodeCursor

Error Handler

Generate comprehensive error handling with recovery strategies

Generate comprehensive error handling - custom error classes, boundary components, and recovery strategies.

Intermediate30 min7.8k4.4
claude install community/error-handler
by resilience-tools
Computer Use
new

Site Audit

Audit every page of your site for visual, content, and link errors

Visually audit websites for broken links, missing images, layout issues, and content errors.

Beginner30 min7.8k4.5
cu install site-audit
by qa-tools
Claude CodeCodex

Load Tester

Generate realistic load test scripts with traffic patterns and thresholds

Generate load test scripts for k6, Artillery, or Locust with realistic traffic patterns.

Intermediate30 min7.8k4.5
claude install community/load-tester
by perf-tools
Claude CodeUniversal

Stakeholder Update

Write clear stakeholder updates with progress, blockers, and asks

Write concise stakeholder updates with progress, blockers, decisions needed, and next steps.

Beginner5 min7.8k4.5
claude install community/stakeholder-update
by comm-tools
Claude CodeUniversal

Regex Builder

Build and test regex patterns with visual debugging

Build, test, and explain regular expressions with visual debugging and common pattern library.

Beginner5 min7.6k4.4
claude install community/regex-builder
by dev-utils
Claude CodeCodex

WebSocket Builder

Build real-time features with connection management and reconnection

Build real-time features with WebSockets - connection management, rooms, presence, and reconnection logic.

Intermediate30 min7.6k4.4
claude install community/websocket-builder
by realtime-tools
Claude CodeCodex

API Mock Server

Generate mock API servers with realistic data from OpenAPI specs

Generate mock API servers from OpenAPI specs with realistic data, latency simulation, and error scenarios.

Beginner5 min7.6k4.4
claude install community/api-mock-server
by api-tools
MCPClaude Code

Redis MCP

Inspect Redis keys, TTLs, and cache hit rates from your AI editor

MCP server for Redis - key management, pub/sub, streams, and cache inspection.

Beginner5 min7.6k4.4
npx @anthropic/mcp-server-redis
by community
Claude CodeCodex

Terraform Generator

Generate cloud infrastructure as code from natural language descriptions

Generate Terraform configurations from natural language. Supports AWS, GCP, Azure, and Cloudflare.

Intermediate30 min7.4k4.5
claude install community/terraform-gen
by infra-as-code
Claude CodeCodex

Data Privacy Scanner

Find PII handling issues and consent mechanism gaps in your code

Scan codebases for PII handling, data retention issues, and consent mechanism gaps.

Intermediate30 min7.4k4.4
claude install community/data-privacy-scanner
by privacy-tools
Claude CodeCursor

Color System Builder

Generate a full accessible color system from one brand color

Generate accessible color systems from a single brand color - scales, semantic tokens, and dark mode.

Beginner5 min7.4k4.5
claude install community/color-system-builder
by design-ops
Claude CodeCodex

Feature Flag Manager

Set up feature flags with gradual rollouts and emergency kill switches

Set up feature flag systems with gradual rollouts, A/B testing integration, and kill switches.

Intermediate30 min7.4k4.4
claude install community/feature-flag-manager
by deploy-tools
Claude CodeCodex

Env Config Manager

Validate env configs, detect missing variables, and rotate secrets

Manage environment configurations safely - .env validation, secret rotation, and cross-environment parity.

Beginner5 min7.4k4.4
claude install community/env-config-manager
by ops-tools
MCPClaude Code

Vercel MCP

Manage Vercel deployments and settings from your AI editor

MCP server for Vercel - manage deployments, environment variables, domains, and project settings.

Beginner5 min7.4k4.4
npx @anthropic/mcp-server-vercel
by community
Codex
new

Codex Docs Generator

Generate docs with code examples that are verified to actually work

Generate and verify documentation by running code examples in sandbox to ensure accuracy.

Intermediate30 min7.2k4.4
codex exec --pattern docs-gen
by OpenAI
Claude CodeCodex

Microservice Scaffolder

Scaffold production-ready microservices with all the boilerplate done

Scaffold new microservices with health checks, graceful shutdown, config management, and observability.

Intermediate30 min7.2k4.4
claude install community/microservice-scaffolder
by arch-tools
Claude CodeCodex

Nginx Configurator

Generate optimized Nginx configs with caching and security headers

Generate optimized Nginx configs - reverse proxy, rate limiting, caching, and security headers.

Intermediate30 min7.2k4.4
claude install community/nginx-configurator
by ops-tools
Cursor

Vue Project Rules

Enforce Vue 3 Composition API patterns and Pinia store design

Cursor rules for Vue 3 - Composition API, Pinia stores, routing patterns, and component design.

Beginner5 min7.2k4.4
curl -o .cursorrules https://skills.dev/rules/vue
by cursor-community
Claude CodeCodex

Technical Debt Tracker

Catalog and prioritize technical debt with business impact scoring

Identify, catalog, and prioritize technical debt with effort estimates and business impact scoring.

Intermediate30 min7.2k4.4
claude install community/technical-debt-tracker
by quality-tools
Claude CodeCodex

Notification System

Build multi-channel notifications with preferences and templates

Build multi-channel notification systems - email, push, SMS, in-app, and Slack with preference management.

Intermediate30 min7.2k4.4
claude install community/notification-system
by infra-tools
Computer UseClaude Code
new

Responsive Tester

Test responsive layouts at every breakpoint with visual proof

Test responsive layouts across breakpoints with automated screenshots and issue detection.

Beginner5 min6.8k4.4
cu install responsive-tester
by design-qa
Claude CodeCodex

API Versioning

Implement API versioning with migration guides for consumers

Implement API versioning strategies - URL, header, or content negotiation with migration guides.

Intermediate30 min6.8k4.4
claude install community/api-versioning
by api-tools
Claude CodeCursor

i18n Manager

Extract strings, manage translations, and validate i18n completeness

Manage internationalization - extract strings, generate translation files, and validate completeness.

Intermediate30 min6.8k4.4
claude install community/i18n-manager
by l10n-tools
Claude CodeCodex

Docker Security Scanner

Scan Docker images and configs for CVEs, misconfigs, and secrets

Scan Docker images and Compose files for vulnerabilities, misconfigurations, and secrets.

Intermediate30 min6.8k4.4
claude install community/docker-security-scanner
by sec-ops
Claude CodeCodex

Code Complexity Analyzer

Measure code complexity and find the best refactoring targets

Measure cyclomatic complexity, cognitive complexity, and maintainability index across your codebase.

Beginner5 min6.8k4.4
claude install community/code-complexity-analyzer
by quality-tools
Claude CodeCodex

API Rate Limiter

Implement production rate limiting with Redis support

Implement rate limiting strategies - token bucket, sliding window, and distributed rate limiting.

Intermediate30 min6.4k4.3
claude install community/api-rate-limiter
by api-guard
Claude CodeCodex

Cache Strategy

Design multi-layer caching with Redis, CDN, and browser strategies

Design and implement caching strategies - Redis patterns, CDN config, browser caching, and invalidation.

Intermediate30 min6.4k4.4
claude install community/cache-strategy
by perf-tools
Cursor

Svelte Project Rules

Enforce SvelteKit patterns and progressive enhancement in Cursor

Cursor rules for SvelteKit - component patterns, stores, load functions, and form actions.

Beginner5 min6.4k4.3
curl -o .cursorrules https://skills.dev/rules/svelte
by cursor-community
Aider
new

Aider Conventions

Set up Aider with your team's coding standards and conventions

Convention files for Aider - coding standards, commit message formats, and review guidelines.

Beginner5 min6.2k4.3
curl -o .aider.conf.yml https://skills.dev/rules/aider-conventions
by aider-community
Computer Use
new

Form Testing

Test forms with every edge case a real user would encounter

Test web forms with edge cases - validation errors, field limits, special characters, and accessibility.

Intermediate30 min6.2k4.3
cu install form-testing
by qa-tools
Claude Code

Icon System Generator

Turn SVG icons into type-safe React components with tree-shaking

Build icon component systems from SVGs - React components, sprite sheets, and type-safe imports.

Intermediate30 min6.2k4.4
claude install community/icon-system-gen
by ui-factory
Claude CodeCodex

Queue Worker Builder

Build background job systems with retries and dead letter queues

Build background job systems with BullMQ, SQS, or RabbitMQ - retries, dead letter queues, and monitoring.

Intermediate30 min6.2k4.3
claude install community/queue-worker-builder
by infra-tools
MCPClaude Code

Confluence MCP

Search and manage Confluence documentation from your AI assistant

MCP server for Confluence - search pages, create documentation, update content, and manage spaces.

Beginner5 min6.2k4.3
npx @anthropic/mcp-server-confluence
by community
Claude CodeUniversal

Decision Log

Record decisions with context and alternatives for future reference

Record and track architectural and business decisions with context, alternatives, and consequences.

Beginner5 min6.2k4.3
claude install community/decision-log
by eng-docs
Claude CodeCodex

Data Dictionary Generator

Generate data dictionaries with business context from database schemas

Generate data dictionaries from database schemas with descriptions, relationships, and business context.

Beginner30 min5.6k4.3
claude install community/data-dictionary-gen
by data-governance
Claude Code

Webhook Debugger

Debug webhook integrations with payload inspection and replay

Debug webhook integrations - inspect payloads, replay events, validate signatures, and test endpoints.

Intermediate30 min5.4k4.3
claude install community/webhook-debugger
by debug-tools
Claude CodeCursor

Typography Scale Builder

Generate fluid typography scales with proper rhythm and hierarchy

Generate modular typography scales with fluid type, line heights, and responsive adjustments.

Beginner5 min5.4k4.3
claude install community/typography-scale-builder
by design-ops
Windsurf
new

Windsurf Full-Stack Rules

Configure Windsurf for consistent full-stack development patterns

Windsurf rules for full-stack development - API patterns, database access, and deployment conventions.

Beginner5 min5.4k4.3
curl -o .windsurfrules https://skills.dev/rules/windsurf-fullstack
by windsurf-community
Claude CodeCodex

Migration Guide Writer

Write migration guides with step-by-step instructions and codemods

Write step-by-step migration guides for API changes, SDK upgrades, and breaking changes.

Intermediate30 min5.4k4.3
claude install community/migration-guide-writer
by tech-writer
Computer Use
new

Visual A11y Tester

Test accessibility by navigating your app with keyboard-only input

Test accessibility by navigating your app with keyboard-only and screen reader simulation.

Beginner5 min5.4k4.3
cu install accessibility-tester
by inclusive-design
Claude CodeCodex

Chaos Engineering

Design chaos experiments that prove your system handles failures

Design chaos experiments to test system resilience - failure injection, latency simulation, and recovery verification.

Advancedcustom5.2k4.3
claude install community/chaos-engineering
by sre-tools
Cursor

Astro Project Rules

Guide Cursor through Astro island architecture and content collections

Cursor rules for Astro - content collections, island architecture, and Markdown/MDX patterns.

Beginner5 min5.2k4.3
curl -o .cursorrules https://skills.dev/rules/astro
by cursor-community
OpenCode
new

OpenCode Config

Configure OpenCode with the right model and tool permissions

Configuration templates for OpenCode - model selection, tool permissions, and project-specific instructions.

Beginner5 min4.8k4.2
curl -o opencode.json https://skills.dev/rules/opencode
by opencode-community
Claude CodeUniversal

Retro Facilitator

Run structured retros that turn feedback into tracked action items

Run team retrospectives - collect feedback, identify patterns, prioritize actions, and track follow-through.

Beginner5 min4.8k4.2
claude install community/retro-facilitator
by agile-tools
Claude CodeUniversal

Event Storming

Map domain events, aggregates, and bounded contexts for DDD

Facilitate event storming sessions - domain events, commands, aggregates, and bounded contexts.

Advancedcustom4.8k4.2
claude install community/event-storming
by arch-tools
Claude CodeCodex

SLA Monitor

Track SLOs with error budget burn rates and compliance reports

Define and monitor SLAs/SLOs with error budget tracking and alerting thresholds.

Intermediate30 min4.8k4.2
claude install community/sla-monitor
by sre-tools
Aider
new

Aider Python Conventions

Set up Aider with Python type hinting and packaging conventions

Aider conventions for Python projects - type hints, packaging, documentation, and CI integration.

Beginner5 min4.2k4.2
curl -o .aider.conf.yml https://skills.dev/rules/aider-python
by aider-community
Claude CodeCodex

Webhook Monitor

Monitor webhook delivery rates and catch failures before customers do

Monitor webhook reliability - delivery status, retry rates, payload validation, and latency tracking.

Intermediate30 min4.2k4.2
claude install community/webhook-monitor
by ops-tools
Claude CodeCursor

Motion Design System

Define consistent animation standards with easing and duration tokens

Define animation standards - easing curves, duration scales, enter/exit patterns, and micro-interactions.

Intermediate30 min4.2k4.2
claude install community/motion-design-system
by motion-tools

Related careers

Explore skills for careers that often overlap with Software Engineers.

Ready to level up?

Every skill is free to install. Browse the full directory or explore curated starter kits to get productive in minutes.