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.
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.
claude install anthropics/claude-code/feature-devTypeScript 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.
claude install anthropics/claude-plugins-official/typescript-lspCode 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.
claude install anthropics/claude-code/code-reviewFrontend Design
Ship beautiful, distinctive UIs that look nothing like default AI output
Create distinctive, production-grade frontend interfaces that avoid generic AI aesthetics.
claude install anthropics/skills/frontend-designCommit 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.
claude install anthropics/claude-code/commit-commandsClaude 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.
claude install anthropics/skills/claude-apiPostgreSQL 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.
npx @anthropic/mcp-server-postgresPyright LSP
Catch Python type errors in real-time while coding
Python type checking and diagnostics via Pyright language server.
claude install anthropics/claude-plugins-official/pyright-lspReact Project Rules
Ensure Cursor follows your React conventions across every file
Comprehensive .cursorrules for React projects - component patterns, hooks, state management, and testing conventions.
curl -o .cursorrules https://skills.dev/rules/reactMCP Builder
Create custom tool integrations that extend any AI assistant
Build Model Context Protocol servers from scratch - tools, resources, and transport layers.
claude install anthropics/skills/mcp-builderGitHub 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.
npx @anthropic/mcp-server-githubPR 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.
claude install anthropics/claude-code/pr-review-toolkitSecurity Guidance
Catch security vulnerabilities before they reach production
Security reminder hook monitoring 9 patterns: command injection, XSS, eval, dangerous HTML, pickle, and more.
claude install anthropics/claude-code/security-guidanceRead, extract data from, and generate PDF documents programmatically
Read, extract, and generate PDF documents. Powers Claude's built-in document capabilities.
claude install anthropics/skills/pdfBrowser MCP
Control a browser from your AI editor - navigate, screenshot, interact
MCP server for browser automation - Playwright-powered navigation, screenshots, and interaction.
npx @anthropic/mcp-server-puppeteerMeeting Notes
Turn meeting transcripts into structured notes with action items
Generate structured meeting notes with action items, decisions, and follow-ups from transcripts.
claude install community/meeting-notesNext.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.
curl -o .cursorrules https://skills.dev/rules/nextjsESLint 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.
claude install community/eslint-lspBrowser Automation
Automate any browser workflow - forms, navigation, data extraction
AI-driven browser automation - navigate sites, fill forms, extract data, and complete multi-step workflows.
pip install anthropic-computer-use && cu install browser-automationUI 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.
claude install community/ui-component-genFilesystem 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.
npx @anthropic/mcp-server-filesystemSlack MCP
Send and read Slack messages directly from your AI assistant
MCP server for Slack - send messages, read channels, manage threads, and search conversations.
npx @anthropic/mcp-server-slackTypeScript 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.
curl -o .cursorrules https://skills.dev/rules/typescript-strictSkill 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.
claude install anthropics/skills/skill-creatorTheme 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.
claude install anthropics/skills/theme-factoryRust Analyzer LSP
Get Rust type checking and cargo integration in your AI editor
Rust language server for type checking, completions, and cargo integration.
claude install anthropics/claude-plugins-official/rust-analyzer-lspDocumentation Writer
Generate technical documentation with verified code examples
Write technical documentation - API references, guides, tutorials, and migration docs with code examples.
claude install community/docs-writerVerify & 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.
codex exec --pattern verify-buildSecrets 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.
claude install community/secrets-scannerSQL Query Builder
Generate complex SQL queries from natural language descriptions
Generate complex SQL queries from natural language - joins, CTEs, window functions, and performance optimization.
claude install community/sql-query-builderREADME Generator
Generate comprehensive READMEs that make your project easy to adopt
Generate comprehensive READMEs from your codebase. Badges, installation, API docs, and contribution guidelines.
claude install community/readme-genPython 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.
curl -o .cursorrules https://skills.dev/rules/pythonFigma 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.
claude install community/figma-to-codeGo LSP
Get Go type checking and completions inside your AI editor
Go language server (gopls) for type checking, completions, and diagnostics inside Claude Code.
claude install anthropics/claude-plugins-official/gopls-lspTailwind 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.
curl -o .cursorrules https://skills.dev/rules/tailwindDesign 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.
claude install community/design-system-builderChangelog Generator
Auto-generate changelogs from your git history with semantic versioning
Generate changelogs from conventional commits. Supports Keep a Changelog format and semantic versioning.
claude install community/changelog-genKubernetes Deployer
Generate Kubernetes manifests and Helm charts from your app specs
Generate Kubernetes manifests, Helm charts, and deployment pipelines from your application specs.
claude install community/k8s-deployerCodex Refactor
Refactor entire codebases with guaranteed test-passing results
Codex-powered refactoring that applies changes across a codebase while maintaining passing tests.
codex exec --pattern refactorStripe MCP
Manage Stripe payments and subscriptions from your AI assistant
MCP server for Stripe - manage payments, subscriptions, invoices, and customer data.
npx @anthropic/mcp-server-stripePrompt 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.
claude install community/prompt-engineerAPI 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.
claude install community/api-integration-builderNext.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.
claude install community/nextjs-optimizerCanvas Design
Build interactive data visualizations and creative demos from scratch
Build canvas-based designs and interactive visualizations using HTML5 Canvas and related APIs.
claude install anthropics/skills/canvas-designProject Planner
Create project plans with milestones, dependencies, and risk assessment
Create project plans with milestones, dependencies, resource allocation, and risk assessment.
claude install community/project-plannerDataset Explorer
Profile any dataset in seconds with distributions and quality metrics
Profile any dataset in seconds - schema detection, distributions, outliers, missing values, and correlations.
claude install community/dataset-explorerDead Code Finder
Remove unused code and reduce bundle size across your codebase
Detect unused exports, unreachable code, and orphaned files across your codebase.
claude install community/dead-code-finderGitHub Actions Builder
Build GitHub Actions with matrix testing, caching, and deploy gates
Build GitHub Actions workflows with matrix testing, caching, artifacts, and deployment gates.
claude install community/github-actions-builderAWS Architect
Design AWS architectures following well-architected framework
Design and generate AWS architectures - CloudFormation, CDK, and well-architected framework compliance.
claude install community/aws-architectAuth Implementation
Implement production auth with OAuth, JWT, RBAC, and MFA
Implement authentication and authorization - OAuth, JWT, RBAC, session management, and MFA.
claude install community/auth-implementationCodex 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.
codex exec --pattern test-genCompliance 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.
claude install community/compliance-checkerDependency Updater
Safely update dependencies with changelog analysis and testing
Safely update dependencies - check changelogs, identify breaking changes, and test updates before applying.
claude install community/dependency-updaterApp 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.
cu install app-testingVulnerability 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.
claude install community/security-vuln-scannerDocker 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.
claude install community/docker-composerWeb App Testing
Generate comprehensive test suites covering E2E, a11y, and regression
Systematically test web applications - integration tests, E2E flows, accessibility, and regression testing.
claude install anthropics/skills/webapp-testingGo Project Rules
Enforce Go idioms, error handling, and concurrency patterns
Cursor rules for Go - error handling, interface design, concurrency patterns, and testing conventions.
curl -o .cursorrules https://skills.dev/rules/golangLinear MCP
Create and manage Linear issues without context-switching
MCP server for Linear - create issues, manage projects, track cycles, and query team workloads.
npx @anthropic/mcp-server-linearRFC Writer
Write structured technical RFCs with alternatives analysis
Write technical RFCs and design documents with structured templates, alternatives analysis, and review checklists.
claude install community/rfc-writerRAG Pipeline Builder
Build RAG pipelines with embedding, retrieval, and cited generation
Build retrieval-augmented generation pipelines - embedding, indexing, retrieval, and generation with citations.
claude install community/rag-builderE2E 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.
claude install community/e2e-test-genCI 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.
claude install community/ci-config-genAccessibility 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.
claude install community/a11y-auditDB 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.
claude install community/db-migration-genAccessibility 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.
claude install community/accessibility-checkerCodex Migration
Migrate frameworks and dependencies with automated verification
Automated codebase migrations - framework upgrades, language versions, dependency updates with verification.
codex exec --pattern migrationScreenshot 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.
cu install screenshot-testingMonorepo Manager
Manage monorepo workspaces, affected detection, and coordinated releases
Manage monorepos - workspace configuration, dependency resolution, affected package detection, and release orchestration.
claude install community/monorepo-managerJira MCP
Create and manage Jira issues without leaving your editor
MCP server for Jira - create issues, manage sprints, query backlogs, and track velocity.
npx @anthropic/mcp-server-jiraAWS 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.
npx @anthropic/mcp-server-awsAnimation 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.
claude install community/animation-libraryLog 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.
claude install community/log-analyzerOpenAPI 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.
claude install community/openapi-spec-genPrivacy Policy Generator
Generate accurate privacy policies tailored to your application
Generate privacy policies, terms of service, and cookie notices tailored to your application.
claude install community/privacy-policy-genPrisma Helper
Design optimal database schemas and queries with Prisma
Prisma schema authoring, query optimization, relation patterns, and migration strategies in one skill.
claude install community/prisma-helperMigration Planner
Plan codebase migrations with step-by-step guides and codemods
Plan and execute codebase migrations - framework upgrades, language changes, and architecture shifts.
claude install community/migration-plannerComponent Doc Generator
Generate component docs with props tables and usage examples
Generate component documentation with props tables, usage examples, and interactive previews.
claude install community/component-doc-genAPI Documentation Generator
Generate interactive API docs with examples and authentication guides
Generate interactive API documentation with examples, error codes, and authentication guides.
claude install community/api-documentation-genRust 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.
curl -o .cursorrules https://skills.dev/rules/rustTest Data Generator
Generate realistic test data with proper relational structure
Generate realistic test data - users, orders, products, and complex relational datasets with faker integration.
claude install community/test-data-generatorStorybook Generator
Generate Storybook stories with controls and interaction tests
Generate Storybook stories for React components with controls, decorators, and interaction tests.
claude install community/storybook-genCodex 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.
codex exec --pattern security-scanStandup Formatter
Auto-generate standup updates from git activity and calendar
Generate daily standup updates from git activity, calendar, and task boards.
claude install community/standup-formatterPerformance Profiler
Find performance bottlenecks and memory leaks with fix suggestions
Profile application performance - identify bottlenecks, memory leaks, and slow queries with fix suggestions.
claude install community/performance-profilerSentry 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.
npx @anthropic/mcp-server-sentryDjango Project Rules
Guide Cursor to follow Django best practices and conventions
Cursor rules for Django - model patterns, view conventions, serializer design, and test structure.
curl -o .cursorrules https://skills.dev/rules/djangoGit 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.
claude install community/git-workflow-setupWindsurf Cascade Rules
Configure Windsurf Cascade to follow your project conventions
Project-level rules for Windsurf Cascade - code style, architecture decisions, and agent behavior configuration.
curl -o .windsurfrules https://skills.dev/rules/windsurf-cascadeIncident Responder
Diagnose incidents faster with automated runbooks and postmortems
Incident response assistant - diagnose issues, run playbooks, generate postmortems, and track action items.
claude install community/incident-responderSprint Planner
Plan balanced sprints with capacity, estimates, and dependency maps
Plan sprints with story point estimation, capacity calculation, and dependency mapping.
claude install community/sprint-plannerDesign 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.
claude install community/design-token-extractorGraphQL 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.
claude install community/graphql-schema-builderSchema 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.
claude install community/schema-validatorCodemod Generator
Generate AST-based codemods for automated code transformations
Generate AST-based codemods for automated code transformations across large codebases.
claude install community/codemod-generatorObservability Setup
Set up distributed tracing, logging, and metrics with correlation
Set up full observability - distributed tracing, structured logging, and metrics collection with correlation.
claude install community/observability-setupSupabase MCP
Manage Supabase databases, auth, and storage from your editor
MCP server for Supabase - database queries, auth management, storage operations, and edge functions.
npx @anthropic/mcp-server-supabaseAPI 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.
claude install community/api-testing-genTechnical Interview Prep
Create technical interviews with system design, coding, and rubrics
Generate technical interview assessments - system design, coding challenges, and take-home projects.
claude install community/technical-interview-prepResponsive 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.
claude install community/responsive-design-helperLicense Analyzer
Audit all dependency licenses and flag compatibility conflicts
Analyze open source license compatibility across your dependency tree. Flag conflicts and obligations.
claude install community/license-analyzerError Handler
Generate comprehensive error handling with recovery strategies
Generate comprehensive error handling - custom error classes, boundary components, and recovery strategies.
claude install community/error-handlerSite 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.
cu install site-auditLoad Tester
Generate realistic load test scripts with traffic patterns and thresholds
Generate load test scripts for k6, Artillery, or Locust with realistic traffic patterns.
claude install community/load-testerStakeholder Update
Write clear stakeholder updates with progress, blockers, and asks
Write concise stakeholder updates with progress, blockers, decisions needed, and next steps.
claude install community/stakeholder-updateRegex Builder
Build and test regex patterns with visual debugging
Build, test, and explain regular expressions with visual debugging and common pattern library.
claude install community/regex-builderWebSocket Builder
Build real-time features with connection management and reconnection
Build real-time features with WebSockets - connection management, rooms, presence, and reconnection logic.
claude install community/websocket-builderAPI 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.
claude install community/api-mock-serverRedis 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.
npx @anthropic/mcp-server-redisTerraform Generator
Generate cloud infrastructure as code from natural language descriptions
Generate Terraform configurations from natural language. Supports AWS, GCP, Azure, and Cloudflare.
claude install community/terraform-genData 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.
claude install community/data-privacy-scannerColor 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.
claude install community/color-system-builderFeature 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.
claude install community/feature-flag-managerEnv Config Manager
Validate env configs, detect missing variables, and rotate secrets
Manage environment configurations safely - .env validation, secret rotation, and cross-environment parity.
claude install community/env-config-managerVercel MCP
Manage Vercel deployments and settings from your AI editor
MCP server for Vercel - manage deployments, environment variables, domains, and project settings.
npx @anthropic/mcp-server-vercelCodex 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.
codex exec --pattern docs-genMicroservice Scaffolder
Scaffold production-ready microservices with all the boilerplate done
Scaffold new microservices with health checks, graceful shutdown, config management, and observability.
claude install community/microservice-scaffolderNginx Configurator
Generate optimized Nginx configs with caching and security headers
Generate optimized Nginx configs - reverse proxy, rate limiting, caching, and security headers.
claude install community/nginx-configuratorVue 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.
curl -o .cursorrules https://skills.dev/rules/vueTechnical Debt Tracker
Catalog and prioritize technical debt with business impact scoring
Identify, catalog, and prioritize technical debt with effort estimates and business impact scoring.
claude install community/technical-debt-trackerNotification System
Build multi-channel notifications with preferences and templates
Build multi-channel notification systems - email, push, SMS, in-app, and Slack with preference management.
claude install community/notification-systemResponsive Tester
Test responsive layouts at every breakpoint with visual proof
Test responsive layouts across breakpoints with automated screenshots and issue detection.
cu install responsive-testerAPI Versioning
Implement API versioning with migration guides for consumers
Implement API versioning strategies - URL, header, or content negotiation with migration guides.
claude install community/api-versioningi18n Manager
Extract strings, manage translations, and validate i18n completeness
Manage internationalization - extract strings, generate translation files, and validate completeness.
claude install community/i18n-managerDocker Security Scanner
Scan Docker images and configs for CVEs, misconfigs, and secrets
Scan Docker images and Compose files for vulnerabilities, misconfigurations, and secrets.
claude install community/docker-security-scannerCode Complexity Analyzer
Measure code complexity and find the best refactoring targets
Measure cyclomatic complexity, cognitive complexity, and maintainability index across your codebase.
claude install community/code-complexity-analyzerAPI Rate Limiter
Implement production rate limiting with Redis support
Implement rate limiting strategies - token bucket, sliding window, and distributed rate limiting.
claude install community/api-rate-limiterCache Strategy
Design multi-layer caching with Redis, CDN, and browser strategies
Design and implement caching strategies - Redis patterns, CDN config, browser caching, and invalidation.
claude install community/cache-strategySvelte Project Rules
Enforce SvelteKit patterns and progressive enhancement in Cursor
Cursor rules for SvelteKit - component patterns, stores, load functions, and form actions.
curl -o .cursorrules https://skills.dev/rules/svelteAider Conventions
Set up Aider with your team's coding standards and conventions
Convention files for Aider - coding standards, commit message formats, and review guidelines.
curl -o .aider.conf.yml https://skills.dev/rules/aider-conventionsForm 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.
cu install form-testingIcon 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.
claude install community/icon-system-genQueue 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.
claude install community/queue-worker-builderConfluence MCP
Search and manage Confluence documentation from your AI assistant
MCP server for Confluence - search pages, create documentation, update content, and manage spaces.
npx @anthropic/mcp-server-confluenceDecision Log
Record decisions with context and alternatives for future reference
Record and track architectural and business decisions with context, alternatives, and consequences.
claude install community/decision-logData Dictionary Generator
Generate data dictionaries with business context from database schemas
Generate data dictionaries from database schemas with descriptions, relationships, and business context.
claude install community/data-dictionary-genWebhook Debugger
Debug webhook integrations with payload inspection and replay
Debug webhook integrations - inspect payloads, replay events, validate signatures, and test endpoints.
claude install community/webhook-debuggerTypography Scale Builder
Generate fluid typography scales with proper rhythm and hierarchy
Generate modular typography scales with fluid type, line heights, and responsive adjustments.
claude install community/typography-scale-builderWindsurf Full-Stack Rules
Configure Windsurf for consistent full-stack development patterns
Windsurf rules for full-stack development - API patterns, database access, and deployment conventions.
curl -o .windsurfrules https://skills.dev/rules/windsurf-fullstackMigration 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.
claude install community/migration-guide-writerVisual 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.
cu install accessibility-testerChaos Engineering
Design chaos experiments that prove your system handles failures
Design chaos experiments to test system resilience - failure injection, latency simulation, and recovery verification.
claude install community/chaos-engineeringAstro Project Rules
Guide Cursor through Astro island architecture and content collections
Cursor rules for Astro - content collections, island architecture, and Markdown/MDX patterns.
curl -o .cursorrules https://skills.dev/rules/astroOpenCode Config
Configure OpenCode with the right model and tool permissions
Configuration templates for OpenCode - model selection, tool permissions, and project-specific instructions.
curl -o opencode.json https://skills.dev/rules/opencodeRetro Facilitator
Run structured retros that turn feedback into tracked action items
Run team retrospectives - collect feedback, identify patterns, prioritize actions, and track follow-through.
claude install community/retro-facilitatorEvent Storming
Map domain events, aggregates, and bounded contexts for DDD
Facilitate event storming sessions - domain events, commands, aggregates, and bounded contexts.
claude install community/event-stormingSLA Monitor
Track SLOs with error budget burn rates and compliance reports
Define and monitor SLAs/SLOs with error budget tracking and alerting thresholds.
claude install community/sla-monitorAider Python Conventions
Set up Aider with Python type hinting and packaging conventions
Aider conventions for Python projects - type hints, packaging, documentation, and CI integration.
curl -o .aider.conf.yml https://skills.dev/rules/aider-pythonWebhook Monitor
Monitor webhook delivery rates and catch failures before customers do
Monitor webhook reliability - delivery status, retry rates, payload validation, and latency tracking.
claude install community/webhook-monitorMotion Design System
Define consistent animation standards with easing and duration tokens
Define animation standards - easing curves, duration scales, enter/exit patterns, and micro-interactions.
claude install community/motion-design-systemRelated 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.