Agent Skills
A curated directory of the best tools and skills for AI coding agents
40 skills
What are Agent Skills?
Agent Skills are plugins and tools you connect to your AI coding agent — like Claude Code, Cursor, or Copilot — so it can do much more than just write code. For example, you can have it design in Figma, deploy to a server, run browser tests, or query a database — all without leaving your IDE.
How do they work?
Most skills work through MCP (Model Context Protocol) — an open standard that lets AI agents communicate with external tools. Each skill here includes step-by-step installation and setup instructions.
Linear MCP Server
Manage Linear issues, projects, and workflows directly from your AI coding agent without leaving the terminal.
Playwright MCP
Automate browser interactions and run end-to-end tests through the Model Context Protocol, enabling AI agents to verify UI behavior in real browsers.
Jest Test Runner
Run, debug, and analyze Jest test suites directly from your AI agent. Quickly identify failing tests and get suggested fixes.
Docker Dev Environments
Spin up containerized development environments for consistent, reproducible builds across your team and CI pipelines.
Git Worktrees
Work on multiple branches in parallel without stashing or switching. Each worktree is an independent working directory backed by the same repo.
Database Schema Migrations
Manage database schema changes safely using migration tools like Prisma or Drizzle, with AI-assisted generation and conflict resolution.
Bruno API Testing
Test and document APIs using Bruno, a Git-friendly alternative to Postman that stores collections as plain files in your repo.
Turborepo Task Runner
Run monorepo builds, tests, and lint tasks efficiently with intelligent caching and parallel execution powered by Turborepo.
Test Coverage Analysis
Analyze code coverage to identify untested paths and let your AI agent suggest the missing tests that matter most.
Dependency Update Automation
Automate dependency updates and detect breaking changes early. AI agents can review changelogs and assess upgrade risk before merging.
Terraform MCP Server
Plan, apply, and manage infrastructure as code directly from your AI agent using the Terraform MCP server integration.
GitHub Actions Workflows
Create, debug, and optimize CI/CD pipelines with GitHub Actions. AI agents can diagnose failing workflows and suggest fixes.
Kubernetes Deployment
Generate and manage Kubernetes manifests, troubleshoot pod issues, and orchestrate container deployments with AI assistance.
AWS CDK Constructs
Define cloud infrastructure using familiar programming languages with the AWS CDK. AI agents can scaffold stacks and resolve deployment errors.
Vercel Deploy Previews
Get instant preview deployments for every pull request, letting AI agents validate changes in a production-like environment.
Cloudflare Workers
Deploy serverless functions at the edge with Cloudflare Workers. AI agents can scaffold, test, and iterate on edge logic rapidly.
Figma MCP Server
Bridge the gap between design and code by connecting Figma to your AI agent via MCP, enabling accurate design-to-code translation.
Storybook Component Docs
Build, document, and visually test UI components in isolation using Storybook. AI agents can generate stories and catch visual regressions.
Tailwind CSS IntelliSense
Get intelligent Tailwind class suggestions, autocompletions, and linting as you style components in your editor.
Accessibility Audit (axe-core)
Run automated accessibility audits against WCAG standards using axe-core. AI agents can detect violations and generate compliant fixes.
Responsive Testing
Test layouts across screen sizes and devices to ensure your UI adapts gracefully from mobile to desktop viewports.
Design Token Sync
Keep design tokens in sync between Figma and your codebase, ensuring colors, spacing, and typography stay consistent across design and development.
Notion MCP Server
Access and manage Notion pages, databases, and project wikis directly from your AI coding agent via the Model Context Protocol.
Slack MCP Integration
Send messages, read channels, and post updates to Slack directly from your AI agent without switching context.
JIRA Issue Tracking
Create, update, and transition JIRA issues from your agent context. Link commits to tickets and keep project boards in sync automatically.
Development Time Tracking
Track time spent on coding tasks and generate detailed reports. Understand where development hours go across projects and features.
Sprint Planning Assistant
Use AI to assist with sprint planning, story point estimation, and backlog prioritization based on team velocity and project goals.
Markdown Documentation Generator
Auto-generate structured project documentation from your codebase. AI agents can produce API references, guides, and architecture docs.
OpenAPI Documentation
Generate interactive API documentation from OpenAPI and Swagger specifications. Keep your API docs always up to date with your endpoints.
README Generator
Create comprehensive, well-structured project READMEs that cover installation, usage, configuration, and contribution guidelines.
Changelog Generator
Generate changelogs automatically from conventional commit history, grouping changes by type and linking to relevant pull requests.
Technical Writing Assistant
Improve the clarity, structure, and quality of technical documentation. AI agents can rewrite confusing passages and enforce style guides.
Snyk Security Scan
Detect vulnerabilities in your dependencies and application code. Get actionable remediation advice and automatic fix pull requests.
SonarQube Code Quality
Run continuous code quality and security analysis to catch bugs, code smells, and vulnerabilities before they reach production.
OWASP ZAP Security Testing
Perform automated web application security testing to find common vulnerabilities like XSS, injection flaws, and misconfigurations.
License Compliance Check
Audit open-source license compatibility across your dependency tree to ensure legal compliance before shipping.
Sentry Error Tracking
Monitor errors and performance issues in production with Sentry. AI agents can triage alerts and suggest fixes based on stack traces.
PostHog Product Analytics
Track product usage, manage feature flags, and analyze user behavior with PostHog, an open-source product analytics platform.
Database Query Builder
Generate and optimize SQL queries with AI assistance. Build complex queries, analyze execution plans, and improve database performance.
Data Pipeline Monitor
Monitor ETL pipelines and data quality with Dagster. Track pipeline runs, catch data anomalies, and ensure reliable data delivery.