Contact Us
Webflow Premium Partner Ehab Fayez
Tools Directory

Agent Skills

A curated directory of the best tools and skills for AI coding agents

235 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)
Development & Testing

Vitest Testing Framework

A blazing-fast unit testing framework powered by Vite, with native ESM, TypeScript, and JSX support out of the box.

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

Cypress E2E Testing

Run end-to-end tests in a real browser with Cypress, featuring time-travel debugging, automatic waiting, and visual test results.

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

Mocha + Chai Testing

Flexible JavaScript testing with Mocha as the test runner and Chai for expressive BDD/TDD assertions.

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

Python pytest

Run Python tests with pytest, featuring automatic test discovery, rich assertion introspection, and a powerful plugin ecosystem.

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

Prisma ORM

Type-safe database access with Prisma, featuring auto-generated queries, migrations, and an intuitive schema language.

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

Drizzle ORM

Lightweight, type-safe SQL ORM for TypeScript with zero dependencies, SQL-like syntax, and blazing-fast migrations.

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

TypeORM

Feature-rich ORM for TypeScript and JavaScript supporting Active Record and Data Mapper patterns with decorators.

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

GraphQL with Apollo

Build and consume GraphQL APIs using Apollo Server and Client, with type-safe schema definitions and powerful caching.

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

tRPC Type-Safe APIs

Build fully type-safe APIs without schemas or code generation using tRPC, sharing types directly between server and client.

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

gRPC Services

Build high-performance RPC services with Protocol Buffers, supporting bidirectional streaming and multi-language clients.

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

Webpack Configuration

Configure and optimize Webpack builds for complex applications with code splitting, tree shaking, and plugin management.

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

Vite Build Configuration

Configure Vite for lightning-fast development with native ESM, instant HMR, and optimized production builds using Rollup.

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

esbuild Bundling

Ultra-fast JavaScript/TypeScript bundling with esbuild, compiling up to 100x faster than traditional bundlers.

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

Rollup Configuration

Configure Rollup for optimized library bundling with tree shaking, multiple output formats, and a rich plugin ecosystem.

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

ESLint Configuration

Set up and configure ESLint for consistent code quality with custom rules, plugins, and flat config for modern projects.

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

Prettier Code Formatting

Enforce consistent code formatting with Prettier, supporting JavaScript, TypeScript, CSS, HTML, JSON, and more.

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

Biome All-in-One Linter

Fast, all-in-one linter and formatter for JavaScript and TypeScript written in Rust, replacing ESLint and Prettier.

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

Nx Monorepo Management

Manage large-scale monorepos with Nx, featuring smart task caching, affected-only builds, and dependency graph visualization.

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

pnpm Workspace Management

Manage monorepo dependencies efficiently with pnpm workspaces, featuring strict dependency isolation and disk-space savings.

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

Nodemon File Watching

Automatically restart Node.js applications when file changes are detected, enabling rapid development iteration.

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

Node.js Debugging

Debug Node.js applications with the built-in inspector, breakpoints, and memory profiling tools.

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

Chrome DevTools Integration

Leverage Chrome DevTools for debugging, performance profiling, network analysis, and Lighthouse audits.

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

React Testing Library

Test React components the way users interact with them, focusing on behavior rather than implementation details.

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

Storybook Component Testing

Develop, test, and document UI components in isolation with Storybook, supporting visual regression and interaction testing.

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

Mock Service Worker (MSW)

Intercept network requests at the service worker level for seamless API mocking in tests and development.

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

Testcontainers

Run real databases, message brokers, and services in Docker containers for reliable integration tests.

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

k6 Load Testing

Run load and performance tests with k6, scripting scenarios in JavaScript to simulate thousands of virtual users.

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

Pact Contract Testing

Verify API contracts between consumers and providers with Pact, ensuring microservices stay compatible as they evolve.

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

Knex.js SQL Query Builder

Build SQL queries programmatically with Knex.js, featuring a fluent API, migrations, and seeding for multiple databases.

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

Sequelize ORM

Feature-rich promise-based ORM for Node.js supporting PostgreSQL, MySQL, MariaDB, SQLite, and MSSQL with model definitions and associations.

Claude Code Codex Copilot Cursor Gemini CLI Windsurf
View Source (Official Site)
DevOps & Infrastructure

Nginx Configuration

Generate, optimize, and troubleshoot Nginx configurations for reverse proxies, load balancing, and static file serving with AI assistance.

Claude Code Codex Cursor Gemini CLI
View Source (Official Site)
DevOps & Infrastructure

Caddy Server

Deploy web applications with automatic HTTPS using Caddy. AI agents can generate Caddyfiles for reverse proxying, file serving, and API routing.

Claude Code Codex Cursor
View Source (Official Site)
DevOps & Infrastructure

Traefik Reverse Proxy

Configure Traefik as a dynamic reverse proxy with automatic service discovery for Docker and Kubernetes environments.

Claude Code Cursor Codex
View Source (Official Site)
DevOps & Infrastructure

PM2 Process Manager

Manage Node.js applications in production with PM2 clustering, zero-downtime reloads, log management, and ecosystem configuration.

Claude Code Codex Cursor Gemini CLI
View Source (Official Site)
DevOps & Infrastructure

Systemd Service Management

Create and manage Linux systemd service units to run applications as daemons with automatic restarts, logging, and dependency management.

Claude Code Codex Cursor Gemini CLI
View Source (Official Site)
DevOps & Infrastructure

Docker Compose Patterns

Design multi-service Docker Compose architectures with networking, volumes, health checks, and production-ready patterns for complex applications.

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

Podman Rootless Containers

Run OCI containers without root privileges using Podman. AI agents can generate Podman commands, pods, and systemd integration for daemonless container management.

Claude Code Codex Cursor
View Source (Official Site)
DevOps & Infrastructure

GitLab CI/CD Pipelines

Create and optimize GitLab CI/CD pipelines with multi-stage builds, caching, artifacts, and environment-specific deployments.

Claude Code Codex Cursor Gemini CLI
View Source (GitLab Docs)
DevOps & Infrastructure

CircleCI Pipelines

Build and optimize CircleCI pipelines with orbs, workflows, caching, and parallelism for fast, reliable CI/CD.

Claude Code Codex Cursor
View Source (Official Site)
DevOps & Infrastructure

Jenkins Pipelines

Create declarative and scripted Jenkins pipelines with stages, parallel execution, shared libraries, and integration with version control.

Claude Code Codex Cursor
View Source (Official Site)
DevOps & Infrastructure

AWS S3 Storage

Manage AWS S3 buckets, configure policies, set up static hosting, and automate file operations with AI-assisted AWS CLI commands.

Claude Code Codex Cursor Gemini CLI
View Source (AWS Docs)
DevOps & Infrastructure

AWS Lambda Functions

Create, deploy, and debug AWS Lambda functions with AI-assisted code generation, IAM configuration, and event source mapping.

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

AWS EC2 Management

Launch, configure, and manage EC2 instances with AI-assisted security groups, user data scripts, and instance lifecycle management.

Claude Code Codex Cursor Gemini CLI
View Source (AWS Docs)
DevOps & Infrastructure

AWS CloudFront CDN

Configure CloudFront distributions for global content delivery with caching policies, origin configurations, and edge functions.

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

AWS SES Email Service

Configure AWS Simple Email Service for transactional emails with domain verification, DKIM setup, and sending templates.

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

Google Cloud Run

Deploy containerized applications to Google Cloud Run with auto-scaling, custom domains, and traffic splitting for canary deployments.

Claude Code Codex Cursor Gemini CLI
View Source (GCP Docs)
DevOps & Infrastructure

Google Cloud Functions

Build and deploy event-driven serverless functions on Google Cloud with HTTP triggers, Pub/Sub events, and Cloud Storage triggers.

Claude Code Codex Cursor Gemini CLI
View Source (GCP Docs)
DevOps & Infrastructure

Firebase Hosting & Functions

Deploy web apps and APIs to Firebase with hosting, Cloud Functions, Firestore rules, and authentication configuration.

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

Azure App Service

Deploy web applications to Azure App Service with deployment slots, auto-scaling, and integrated CI/CD from GitHub.

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

Azure Functions

Build serverless event-driven applications with Azure Functions, supporting HTTP triggers, queue processing, and timer functions.

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

DigitalOcean Droplets

Create and manage DigitalOcean Droplets with automated provisioning, firewall rules, and deployment scripts using doctl CLI.

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

DigitalOcean App Platform

Deploy applications to DigitalOcean App Platform with automatic builds from GitHub, managed databases, and environment-based configurations.

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

DNS Record Management

Configure and manage DNS records including A, AAAA, CNAME, MX, TXT, and CAA records for domain routing, email, and verification.

Claude Code Codex Cursor Gemini CLI
View Source (Cloudflare Docs)
DevOps & Infrastructure

Let's Encrypt SSL Certificates

Automate free SSL/TLS certificate provisioning and renewal with Let's Encrypt using Certbot, ACME clients, and DNS challenges.

Claude Code Codex Cursor
View Source (Official Site)
DevOps & Infrastructure

Grafana Dashboards

Create monitoring dashboards with Grafana for visualizing metrics, logs, and traces from Prometheus, Loki, and other data sources.

Claude Code Codex Cursor
View Source (Official Site)
DevOps & Infrastructure

Prometheus Metrics

Set up Prometheus for metrics collection with service discovery, PromQL queries, recording rules, and alerting for production systems.

Claude Code Codex Cursor
View Source (Official Site)
DevOps & Infrastructure

Datadog APM Monitoring

Instrument applications with Datadog APM for distributed tracing, error tracking, and performance monitoring with AI-assisted configuration.

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

Ansible Server Automation

Automate server provisioning, configuration management, and application deployment with Ansible playbooks, roles, and inventories.

Claude Code Codex Cursor Gemini CLI
View Source (Ansible Docs)
DevOps & Infrastructure

Pulumi Infrastructure as Code

Define cloud infrastructure using TypeScript, Python, or Go with Pulumi. AI agents can generate stacks, manage state, and deploy resources programmatically.

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

Fly.io Edge Deployment

Deploy applications globally on Fly.io with edge computing, automatic scaling, persistent volumes, and multi-region databases.

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

Next.js App Router

Build full-stack React applications with the Next.js App Router, leveraging server components, streaming, and file-based routing.

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

Nuxt.js Vue Framework

Build universal Vue.js applications with Nuxt, featuring auto-imports, file-based routing, and hybrid rendering modes.

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

SvelteKit Framework

Build fast web applications with SvelteKit, featuring file-based routing, server-side rendering, and zero-JS-by-default pages.

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

Astro Static Site Framework

Build content-driven websites with Astro, shipping zero JavaScript by default and supporting React, Vue, and Svelte components.

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

Remix Full-Stack Framework

Build full-stack web applications with Remix, leveraging nested routes, progressive enhancement, and web-standard APIs.

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

Styled Components CSS-in-JS

Write CSS directly in your JavaScript with tagged template literals, creating scoped, dynamic styles tied to component logic.

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

Panda CSS Zero-Runtime

Write type-safe, zero-runtime CSS with Panda CSS, combining the DX of CSS-in-JS with the performance of static extraction.

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

Framer Motion Animations

Create fluid, production-ready animations and gestures in React with Framer Motion's declarative API.

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

GSAP Web Animations

Build high-performance, timeline-based animations with GSAP, the industry-standard JavaScript animation library.

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

Three.js 3D Graphics

Create interactive 3D experiences for the web using Three.js, from product viewers to immersive visualizations.

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

Lottie Web Animations

Render lightweight, scalable After Effects animations on the web using Lottie, with full interactivity and control.

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

Zustand State Management

Manage React application state with Zustand, a minimal, fast, and scalable state management library with no boilerplate.

Claude Code Cursor Copilot Windsurf Gemini CLI
View Source (GitHub)
Frontend & Design

Jotai Atomic State

Manage React state with Jotai's atomic model, creating bottom-up state that scales without re-render issues.

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

Redux Toolkit State Management

Manage complex application state with Redux Toolkit, the official recommended approach for writing Redux logic.

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

TanStack Query Data Fetching

Manage server state with TanStack Query, handling caching, background updates, stale data, and pagination automatically.

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

React Hook Form

Build performant forms in React with minimal re-renders using React Hook Form's uncontrolled component approach.

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

Zod Schema Validation

Define and validate data schemas with Zod, providing type-safe runtime validation that integrates with TypeScript at compile time.

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

shadcn/ui Component Library

Build your component library with shadcn/ui, copying beautifully designed, accessible components directly into your project.

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

Radix UI Primitives

Build accessible, unstyled UI components with Radix UI primitives that handle complex interactions and WAI-ARIA patterns.

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

Headless UI Components

Build fully accessible UI components with Headless UI, designed to integrate seamlessly with Tailwind CSS.

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

DaisyUI Tailwind Components

Accelerate UI development with DaisyUI, adding semantic component classes and built-in themes to Tailwind CSS.

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

SEO Meta Tags & Optimization

Optimize your site for search engines with proper meta tags, structured data, Open Graph tags, and semantic HTML.

Claude Code Cursor Copilot Windsurf Gemini CLI Codex
View Source (Google Search Docs)
Frontend & Design

Core Web Vitals Optimization

Measure and optimize Core Web Vitals (LCP, INP, CLS) to improve user experience and search engine rankings.

Claude Code Cursor Copilot Windsurf Gemini CLI
View Source (web.dev)
Frontend & Design

Lighthouse Performance Auditing

Run Lighthouse audits from your agent to measure performance, accessibility, SEO, and best practices scores.

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

Progressive Web App Setup

Transform your web application into a PWA with offline support, install prompts, push notifications, and app-like experience.

Claude Code Cursor Copilot Windsurf
View Source (web.dev)
Frontend & Design

Service Worker Caching

Implement advanced caching strategies with service workers for offline support, faster loads, and background sync.

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

Web Push Notifications

Implement browser push notifications to re-engage users with timely updates even when your site is not open.

Claude Code Cursor Copilot Windsurf
View Source (MDN Web Docs)
Frontend & Design

Responsive Image Optimization

Serve optimized, responsive images with srcset, sizes, modern formats (WebP/AVIF), and lazy loading for faster page loads.

Claude Code Cursor Copilot Windsurf Gemini CLI
View Source (web.dev)
Frontend & Design

Web Font Loading Optimization

Optimize web font loading with preloading, subsetting, font-display strategies, and variable fonts for better performance.

Claude Code Cursor Copilot Windsurf Gemini CLI
View Source (web.dev)
Frontend & Design

next-intl Internationalization

Add internationalization to Next.js App Router applications with next-intl, supporting translations, formatting, and locale routing.

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

react-i18next Translations

Internationalize React applications with react-i18next, the most popular i18n framework supporting namespaces, lazy loading, and pluralization.

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

CSS Modules Scoping

Write locally-scoped CSS with CSS Modules, preventing style collisions without runtime overhead or naming conventions.

Claude Code Cursor Copilot Windsurf Gemini CLI
View Source (GitHub)
Frontend & Design

Tailwind CSS Custom Plugins

Extend Tailwind CSS with custom plugins to add new utilities, components, variants, and design system primitives.

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

View Transitions API

Create smooth, native page transitions with the View Transitions API, enabling animated navigation without JavaScript frameworks.

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

Web Components (Custom Elements)

Build framework-agnostic, reusable UI components with Web Components using Custom Elements, Shadow DOM, and HTML templates.

Claude Code Cursor Copilot Windsurf Gemini CLI
View Source (MDN Web Docs)
Project Management

GitHub Projects

Manage GitHub Projects boards, issues, and workflows directly from your AI coding agent.

Claude Code Copilot Cursor
View Source (GitHub)
Project Management

GitLab Issue Boards

Interact with GitLab issue boards, merge requests, and CI/CD pipelines from your coding agent.

Claude Code Cursor Windsurf
View Source (GitLab)
Project Management

Asana Integration

Connect Asana task management to your AI coding workflow for seamless project tracking.

Claude Code Cursor
View Source (GitHub)
Project Management

ClickUp Integration

Manage ClickUp spaces, tasks, and docs from your AI coding agent for unified project management.

Claude Code Cursor
View Source (GitHub)
Project Management

Monday.com Integration

Connect Monday.com workflows and boards to your AI coding agent for visual project tracking.

Claude Code Cursor
View Source (GitHub)
Project Management

Figma Design Handoff

Extract design tokens, component specs, and assets from Figma files for seamless design-to-code workflows.

Claude Code Cursor Windsurf
View Source (GitHub)
Project Management

Zeplin Design Specs

Access Zeplin design specifications, style guides, and component documentation from your coding agent.

Claude Code Cursor
View Source (GitHub)
Project Management

Confluence Documentation

Read and write Confluence pages and spaces from your AI coding agent for team documentation.

Claude Code Cursor
View Source (GitHub)
Project Management

Coda Collaborative Docs

Interact with Coda documents, tables, and automations from your AI coding agent.

Claude Code Cursor
View Source (GitHub)
Project Management

OKR Goal Tracking

Track and manage OKRs (Objectives and Key Results) with AI-assisted goal setting and progress monitoring.

Claude Code Cursor Copilot
View Source (GitHub)
Project Management

Sprint Retrospectives

AI-facilitated sprint retrospectives with automated action item tracking and sentiment analysis.

Claude Code Cursor Copilot
View Source (GitHub)
Project Management

Pull Request Templates

Generate and manage intelligent PR templates with automated checklists and context-aware descriptions.

Claude Code Copilot Cursor Windsurf
View Source (Official Site)
Project Management

Automated Code Review

Automate code review with AI-powered analysis, style checking, and security scanning.

Claude Code Copilot Cursor Codex
View Source (GitHub)
Project Management

AI Meeting Notes

Generate structured meeting notes, action items, and follow-ups from meeting transcripts using AI.

Claude Code Cursor
View Source (GitHub)
Project Management

Gantt Chart Planning

Create and manage Gantt charts for project timelines with AI-assisted dependency tracking.

Claude Code Cursor Copilot
View Source (Official Site)
Project Management

Team Resource Planning

AI-assisted team resource allocation and capacity planning for development sprints.

Claude Code Cursor
View Source (GitHub)
Project Management

Incident Response Management

Manage incident response workflows, runbooks, and post-mortems from your AI coding agent.

Claude Code Cursor Copilot
View Source (GitHub)
Project Management

Status Page Management

Manage status pages, incidents, and maintenance windows from your AI coding agent.

Claude Code Cursor
View Source (GitHub)
Project Management

Feature Flag Management

Manage feature flags and progressive rollouts from your AI coding agent.

Claude Code Cursor Copilot Windsurf
View Source (GitHub)
Project Management

Release Management

Automate release workflows including versioning, changelogs, and deployment coordination.

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

MDX Content Authoring

Author rich MDX content with embedded React components, interactive examples, and dynamic imports.

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

Contentlayer CMS

Type-safe content management with Contentlayer for structured content in code-based projects.

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

Sanity Headless CMS

Interact with Sanity CMS content, schemas, and GROQ queries from your AI coding agent.

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

Strapi Headless CMS

Manage Strapi content types, entries, and REST/GraphQL APIs from your AI coding agent.

Claude Code Cursor
View Source (GitHub)
Content & Documentation

Swagger/OpenAPI Documentation

Generate and maintain Swagger/OpenAPI documentation for REST APIs with AI-assisted spec writing.

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

ReDoc API Documentation

Create beautiful, responsive API documentation with ReDoc from OpenAPI specifications.

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

Mintlify Documentation

Build beautiful documentation sites with Mintlify using AI-assisted content creation and configuration.

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

Docusaurus Documentation

Build and manage Docusaurus documentation sites with AI-assisted content generation and plugin configuration.

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

JSDoc Code Documentation

Generate comprehensive JSDoc comments for JavaScript and TypeScript code with AI assistance.

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

TypeDoc API Docs

Generate comprehensive API documentation from TypeScript source code using TypeDoc.

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

Mermaid Diagrams

Generate flowcharts, sequence diagrams, and architecture diagrams using Mermaid markup language.

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

PlantUML Diagrams

Create UML diagrams including class, sequence, and component diagrams with PlantUML text notation.

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

D2 Declarative Diagrams

Create modern, declarative diagrams with D2 language for software architecture and system design.

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

Slidev Presentations

Create developer-focused presentations with Slidev using Markdown, Vue components, and code highlighting.

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

Reveal.js Presentations

Build interactive HTML presentations with Reveal.js featuring animations, fragments, and speaker notes.

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

Translation File Management

Manage i18n translation files, extract translatable strings, and maintain locale consistency.

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

Structured Data / Schema.org

Generate and manage JSON-LD structured data for SEO using Schema.org vocabularies.

Claude Code Cursor Copilot Windsurf
View Source (Official Site)
Content & Documentation

Meta Tags Optimization

Generate and optimize meta tags, Open Graph, and Twitter Card markup for better SEO and social sharing.

Claude Code Cursor Copilot Windsurf
View Source (Official Site)
Content & Documentation

RSS/Atom Feed Generation

Generate and maintain RSS and Atom feeds for blogs, podcasts, and content syndication.

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

XML Sitemap Generation

Generate and maintain XML sitemaps for improved search engine crawling and indexing.

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

Robots.txt Configuration

Generate and manage robots.txt files for controlling search engine crawling behavior.

Claude Code Cursor Copilot
View Source (Official Site)
Content & Documentation

Astro Content Collections

Manage type-safe content collections in Astro with schema validation and query APIs.

Claude Code Cursor Copilot Windsurf
View Source (Official Site)
Content & Documentation

Nextra Documentation

Build Next.js-powered documentation sites with Nextra using MDX and file-system routing.

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

VitePress Documentation

Create fast, Vite-powered documentation sites with VitePress using Markdown and Vue components.

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

Starlight Documentation

Build beautiful documentation sites with Astro Starlight theme featuring i18n, search, and sidebar navigation.

Claude Code Cursor Copilot Windsurf
View Source (GitHub)
Security & Quality

NextAuth.js Authentication

Set up NextAuth.js for authentication in Next.js apps with multiple providers and session management.

Claude Code Cursor Copilot Windsurf
View Source (GitHub)
Security & Quality

Clerk Authentication

Integrate Clerk for complete user management with pre-built UI components and multi-factor authentication.

Claude Code Cursor Copilot Windsurf
View Source (GitHub)
Security & Quality

Auth0 Identity Management

Integrate Auth0 for enterprise-grade identity management with Universal Login, SSO, and fine-grained authorization.

Claude Code Cursor Copilot Windsurf
View Source (GitHub)
Security & Quality

Supabase Auth

Set up Supabase Auth for email, social, and phone authentication with Row Level Security integration.

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

Passport.js Strategies

Configure Passport.js authentication middleware with 500+ strategies for Express and Node.js applications.

Claude Code Cursor Copilot
View Source (GitHub)
Security & Quality

bcrypt Password Hashing

Hash and verify passwords securely using bcrypt with configurable salt rounds for Node.js applications.

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

Argon2 Password Hashing

Use Argon2, the Password Hashing Competition winner, for state-of-the-art password security in Node.js.

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

JWT Token Authentication

Implement JWT-based stateless authentication with token signing, verification, and refresh token flows.

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

OAuth2 Authorization Flows

Implement OAuth2 authorization code, PKCE, and client credentials flows with the oauth4webapi library.

Claude Code Cursor Copilot
View Source (GitHub)
Security & Quality

CORS Configuration

Configure Cross-Origin Resource Sharing headers to control which domains can access your API endpoints.

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

Content Security Policy

Define Content Security Policy headers to prevent XSS, clickjacking, and other code injection attacks.

Claude Code Cursor Copilot Windsurf
View Source (GitHub)
Security & Quality

API Rate Limiting

Protect APIs from abuse with configurable rate limiting using sliding windows, token buckets, or fixed windows.

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

Helmet.js HTTP Security

Set essential HTTP security headers with Helmet.js to protect Express apps from common web vulnerabilities.

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

npm Audit Security Scanning

Scan project dependencies for known vulnerabilities using npm audit and fix issues automatically.

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

Socket.dev Dependency Analysis

Detect supply chain attacks and malicious packages with Socket.dev deep package analysis.

Claude Code Cursor Copilot
View Source (GitHub)
Security & Quality

HashiCorp Vault Secrets

Manage secrets, encryption keys, and certificates securely with HashiCorp Vault for production environments.

Claude Code Cursor Copilot
View Source (GitHub)
Security & Quality

dotenv Environment Management

Load environment variables from .env files into process.env for local development and configuration.

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

1Password CLI Secrets

Access and manage secrets from 1Password vaults programmatically using the op CLI and SDKs.

Claude Code Cursor
View Source (GitHub)
Security & Quality

Zod Input Validation

Define and validate data schemas with Zod for type-safe input validation in TypeScript applications.

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

Yup Schema Validation

Build expressive validation schemas with Yup for form validation and data parsing in JavaScript applications.

Claude Code Cursor Copilot Windsurf
View Source (GitHub)
Security & Quality

Joi Data Validation

Validate complex data structures with Joi, the most powerful schema validation library for JavaScript.

Claude Code Cursor Copilot Windsurf
View Source (GitHub)
Security & Quality

Cloudflare WAF Protection

Configure Cloudflare Web Application Firewall rules to protect against SQL injection, XSS, and DDoS attacks.

Claude Code Cursor
View Source (Official Site)
Security & Quality

Fail2ban Intrusion Prevention

Monitor logs and automatically ban IPs showing malicious signs with Fail2ban for Linux servers.

Claude Code Cursor
View Source (GitHub)
Security & Quality

Trivy Container Security Scanning

Scan container images, filesystems, and IaC for vulnerabilities and misconfigurations with Trivy.

Claude Code Cursor Copilot
View Source (GitHub)
Security & Quality

Dependabot Security Updates

Automate dependency updates and security patches with GitHub Dependabot for continuous vulnerability remediation.

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

PostgreSQL Database Management

Manage PostgreSQL databases with advanced querying, indexing, and performance optimization for production workloads.

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

MySQL Database Administration

Administer MySQL databases with connection pooling, prepared statements, and replication management.

Claude Code Cursor Copilot Windsurf Gemini CLI
View Source (GitHub)
Data & Analytics

MongoDB Operations

Perform MongoDB CRUD operations, aggregation pipelines, and index management with the official Node.js driver.

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

Redis Caching & Data Store

Use Redis for high-performance caching, session storage, pub/sub messaging, and real-time leaderboards.

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

SQLite Embedded Database

Use SQLite as an embedded database for desktop apps, CLI tools, and edge deployments with zero configuration.

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

Supabase Database & Realtime

Build on Supabase PostgreSQL with auto-generated APIs, realtime subscriptions, and edge functions.

Claude Code Cursor Copilot Windsurf Gemini CLI
View Source (GitHub)
Data & Analytics

Firebase Firestore

Build real-time applications with Firebase Firestore NoSQL database, offline sync, and security rules.

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

PlanetScale MySQL Serverless

Use PlanetScale for serverless MySQL with branching workflows, non-blocking schema changes, and horizontal scaling.

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

Neon Serverless PostgreSQL

Use Neon for serverless PostgreSQL with branching, autoscaling, and a generous free tier for development.

Claude Code Cursor Copilot Windsurf Gemini CLI
View Source (GitHub)
Data & Analytics

Turso/LibSQL Edge Database

Deploy SQLite at the edge with Turso and LibSQL for ultra-low latency reads and embedded replicas.

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

Redis Queue (BullMQ)

Build reliable job queues and background workers with BullMQ, powered by Redis for distributed processing.

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

CDN Caching Strategies

Implement CDN caching with Cache-Control headers, stale-while-revalidate, and cache invalidation patterns.

Claude Code Cursor Copilot Windsurf
View Source (Official Site)
Data & Analytics

Elasticsearch Search Engine

Build powerful full-text search, analytics, and log aggregation with Elasticsearch and the Node.js client.

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

Algolia Search Integration

Add instant search experiences with Algolia hosted search, typo tolerance, and faceted filtering.

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

Meilisearch Search Engine

Deploy Meilisearch for fast, typo-tolerant search with easy setup and a generous open-source offering.

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

Typesense Search Engine

Use Typesense for instant, typo-tolerant search with automatic schema detection and simple deployment.

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

AWS S3 File Storage

Store and serve files with AWS S3 using presigned URLs, multipart uploads, and lifecycle policies.

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

Cloudflare R2 Object Storage

Store objects with Cloudflare R2 for zero egress fees, S3-compatible API, and edge-optimized delivery.

Claude Code Cursor Copilot Windsurf
View Source (Official Site)
Data & Analytics

MinIO Self-Hosted Storage

Deploy MinIO as a self-hosted, S3-compatible object storage server for private cloud environments.

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

Resend Email API

Send transactional emails with Resend using React Email templates and reliable delivery infrastructure.

Claude Code Cursor Copilot Windsurf Gemini CLI
View Source (GitHub)
Data & Analytics

SendGrid Email Delivery

Deliver transactional and marketing emails at scale with SendGrid API, templates, and analytics.

Claude Code Cursor Copilot Windsurf Gemini CLI
View Source (GitHub)
Data & Analytics

Postmark Transactional Email

Send transactional emails with Postmark for industry-leading delivery speed and inbox placement rates.

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

Stripe Payment Integration

Process payments, subscriptions, and invoicing with Stripe API for global commerce applications.

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

Paddle Payment Platform

Use Paddle as a merchant of record for global SaaS payments with built-in tax compliance and billing.

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

LemonSqueezy Payments

Sell digital products and SaaS subscriptions with LemonSqueezy as a merchant of record for indie developers.

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

Google Analytics 4 Integration

Track user behavior and conversions with Google Analytics 4 event-based tracking and reporting APIs.

Claude Code Cursor Copilot Windsurf Gemini CLI
View Source (Official Site)
Data & Analytics

Plausible Privacy-First Analytics

Track website analytics without cookies using Plausible, a lightweight, GDPR-compliant analytics tool.

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

Umami Self-Hosted Analytics

Deploy Umami for self-hosted, privacy-focused web analytics with a clean dashboard and custom events.

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

Mixpanel Event Analytics

Track user behavior with Mixpanel event-based analytics for funnels, retention, and product insights.

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

Upstash Serverless Redis/Kafka

Use Upstash for serverless Redis and Kafka with per-request pricing and global replication for edge computing.

Claude Code Cursor Copilot Windsurf Gemini CLI
View Source (GitHub)