Ehab Fayez Webflow Premium Partner
Book a Call
Tools Directory

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.

Development & Testing Featured

Linear MCP Server

Manage Linear issues, projects, and workflows directly from your AI coding agent without leaving the terminal.

Claude Code Cursor
View Source (GitHub)
Development & Testing Featured

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.

Claude Code Cursor Copilot
View Source (GitHub)
Development & Testing

Jest Test Runner

Run, debug, and analyze Jest test suites directly from your AI agent. Quickly identify failing tests and get suggested fixes.

Claude Code Codex Copilot Cursor Gemini CLI Windsurf
View Source (Official Site)
Development & Testing

Docker Dev Environments

Spin up containerized development environments for consistent, reproducible builds across your team and CI pipelines.

Claude Code Codex Cursor
View Source (Docker Docs)
Development & Testing

Git Worktrees

Work on multiple branches in parallel without stashing or switching. Each worktree is an independent working directory backed by the same repo.

Claude Code Codex Gemini CLI
View Source (Git Docs)
Development & Testing

Database Schema Migrations

Manage database schema changes safely using migration tools like Prisma or Drizzle, with AI-assisted generation and conflict resolution.

Claude Code Cursor Copilot
View Source (Prisma Docs)
Development & Testing

Bruno API Testing

Test and document APIs using Bruno, a Git-friendly alternative to Postman that stores collections as plain files in your repo.

Claude Code Cursor
View Source (GitHub)
Development & Testing

Turborepo Task Runner

Run monorepo builds, tests, and lint tasks efficiently with intelligent caching and parallel execution powered by Turborepo.

Claude Code Codex Cursor
View Source (Official Site)
Development & Testing

Test Coverage Analysis

Analyze code coverage to identify untested paths and let your AI agent suggest the missing tests that matter most.

Claude Code Codex Copilot Cursor Gemini CLI Windsurf
View Source (Istanbul)
Development & Testing

Dependency Update Automation

Automate dependency updates and detect breaking changes early. AI agents can review changelogs and assess upgrade risk before merging.

Claude Code Codex Copilot
View Source (GitHub)
DevOps & Infrastructure Featured

Terraform MCP Server

Plan, apply, and manage infrastructure as code directly from your AI agent using the Terraform MCP server integration.

Claude Code Cursor
View Source (GitHub)
DevOps & Infrastructure

GitHub Actions Workflows

Create, debug, and optimize CI/CD pipelines with GitHub Actions. AI agents can diagnose failing workflows and suggest fixes.

Claude Code Codex Copilot Cursor Gemini CLI
View Source (GitHub)
DevOps & Infrastructure

Kubernetes Deployment

Generate and manage Kubernetes manifests, troubleshoot pod issues, and orchestrate container deployments with AI assistance.

Claude Code Codex Cursor
View Source (K8s Docs)
DevOps & Infrastructure

AWS CDK Constructs

Define cloud infrastructure using familiar programming languages with the AWS CDK. AI agents can scaffold stacks and resolve deployment errors.

Claude Code Codex Copilot Cursor
View Source (AWS)
DevOps & Infrastructure

Vercel Deploy Previews

Get instant preview deployments for every pull request, letting AI agents validate changes in a production-like environment.

Claude Code Cursor Windsurf
View Source (Vercel)
DevOps & Infrastructure

Cloudflare Workers

Deploy serverless functions at the edge with Cloudflare Workers. AI agents can scaffold, test, and iterate on edge logic rapidly.

Claude Code Cursor Copilot
View Source (Cloudflare)
Frontend & Design Featured

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.

Claude Code Cursor
View Source (GitHub)
Frontend & Design

Storybook Component Docs

Build, document, and visually test UI components in isolation using Storybook. AI agents can generate stories and catch visual regressions.

Claude Code Copilot Cursor Windsurf
View Source (Official Site)
Frontend & Design

Tailwind CSS IntelliSense

Get intelligent Tailwind class suggestions, autocompletions, and linting as you style components in your editor.

Copilot Cursor Windsurf
View Source (Official Site)
Frontend & Design

Accessibility Audit (axe-core)

Run automated accessibility audits against WCAG standards using axe-core. AI agents can detect violations and generate compliant fixes.

Claude Code Codex Copilot Cursor
View Source (GitHub)
Frontend & Design

Responsive Testing

Test layouts across screen sizes and devices to ensure your UI adapts gracefully from mobile to desktop viewports.

Claude Code Cursor Copilot Windsurf
View Source (Chrome DevTools)
Frontend & Design

Design Token Sync

Keep design tokens in sync between Figma and your codebase, ensuring colors, spacing, and typography stay consistent across design and development.

Claude Code Cursor
View Source (GitHub)
Project Management Featured

Notion MCP Server

Access and manage Notion pages, databases, and project wikis directly from your AI coding agent via the Model Context Protocol.

Claude Code Cursor
View Source (GitHub)
Project Management

Slack MCP Integration

Send messages, read channels, and post updates to Slack directly from your AI agent without switching context.

Claude Code Cursor
View Source (GitHub)
Project Management

JIRA Issue Tracking

Create, update, and transition JIRA issues from your agent context. Link commits to tickets and keep project boards in sync automatically.

Claude Code Copilot Cursor
View Source (Atlassian)
Project Management

Development Time Tracking

Track time spent on coding tasks and generate detailed reports. Understand where development hours go across projects and features.

Claude Code Cursor
View Source (WakaTime)
Project Management

Sprint Planning Assistant

Use AI to assist with sprint planning, story point estimation, and backlog prioritization based on team velocity and project goals.

Claude Code Codex Cursor
View Source (Atlassian)
Content & Documentation

Markdown Documentation Generator

Auto-generate structured project documentation from your codebase. AI agents can produce API references, guides, and architecture docs.

Claude Code Codex Copilot Cursor Gemini CLI Windsurf
View Source (TypeDoc)
Content & Documentation

OpenAPI Documentation

Generate interactive API documentation from OpenAPI and Swagger specifications. Keep your API docs always up to date with your endpoints.

Claude Code Codex Copilot Cursor
View Source (Swagger)
Content & Documentation

README Generator

Create comprehensive, well-structured project READMEs that cover installation, usage, configuration, and contribution guidelines.

Claude Code Codex Copilot Cursor Gemini CLI Windsurf
View Source (readme.so)
Content & Documentation

Changelog Generator

Generate changelogs automatically from conventional commit history, grouping changes by type and linking to relevant pull requests.

Claude Code Codex Copilot Cursor
View Source (GitHub)
Content & Documentation

Technical Writing Assistant

Improve the clarity, structure, and quality of technical documentation. AI agents can rewrite confusing passages and enforce style guides.

Claude Code Codex Copilot Cursor Gemini CLI Windsurf
View Source (Google)
Security & Quality

Snyk Security Scan

Detect vulnerabilities in your dependencies and application code. Get actionable remediation advice and automatic fix pull requests.

Claude Code Codex Copilot Cursor
View Source (Snyk)
Security & Quality

SonarQube Code Quality

Run continuous code quality and security analysis to catch bugs, code smells, and vulnerabilities before they reach production.

Claude Code Codex Copilot Cursor
View Source (SonarSource)
Security & Quality

OWASP ZAP Security Testing

Perform automated web application security testing to find common vulnerabilities like XSS, injection flaws, and misconfigurations.

Claude Code Codex
View Source (OWASP)
Security & Quality

License Compliance Check

Audit open-source license compatibility across your dependency tree to ensure legal compliance before shipping.

Claude Code Codex Copilot Cursor
View Source (GitHub)
Data & Analytics

Sentry Error Tracking

Monitor errors and performance issues in production with Sentry. AI agents can triage alerts and suggest fixes based on stack traces.

Claude Code Cursor Copilot
View Source (Sentry)
Data & Analytics

PostHog Product Analytics

Track product usage, manage feature flags, and analyze user behavior with PostHog, an open-source product analytics platform.

Claude Code Cursor
View Source (PostHog)
Data & Analytics

Database Query Builder

Generate and optimize SQL queries with AI assistance. Build complex queries, analyze execution plans, and improve database performance.

Claude Code Codex Copilot Cursor Gemini CLI
View Source (Prisma)
Data & Analytics

Data Pipeline Monitor

Monitor ETL pipelines and data quality with Dagster. Track pipeline runs, catch data anomalies, and ensure reliable data delivery.

Claude Code Codex Cursor
View Source (Dagster)