The open format is called Agent Skills and works in Claude Code, Codex, Cursor and other agents — most people know it as Claude Skills.
Every Agent Skill we could find on GitHub, deduplicated by content. 79 437 files from 1 744 authors, of which 61 785 are unique — the rest is the same skill repackaged into someone else's repository. For each one: what it weighs in tokens, whether it ships runnable scripts, and which MCP servers it needs.
Vercel account, team, and billing management including plans and spend controls. Use when managing teams, accounts, or cost governance on Vercel.
Vercel data and storage services including Postgres, Redis, Vercel Blob, Edge Config, and data cache. Use when selecting data storage or caching on Vercel.
Full-stack observability with Datadog APM, logs, metrics, synthetics, and RUM. Use when implementing monitoring, tracing, alerting, or cost optimization for production systems.
SQLAlchemy Python SQL toolkit and ORM with powerful query builder, relationship mapping, and database migrations via Alembic
Distributed task queue system for Python enabling asynchronous execution of background jobs, scheduled tasks, and workflows across multiple workers with Django, Flask, and FastAPI integration.
Python asyncio - Modern concurrent programming with async/await, event loops, tasks, coroutines, primitives, aiohttp, and FastAPI async patterns
Django full-featured Python web framework with batteries included (ORM, admin, auth)
FastAPI dev/prod runbook (Uvicorn reload, Gunicorn)
Python code-quality anti-patterns and review checks: exception-hierarchy correctness, singleton identity comparison, narrow exception handling, wildcard-import avoidance, magic-number naming, and dead-local removal. Use when reviewing or self-reviewing Python code for correctness and readability defects that linters and reviewers should catch.
Flask - Lightweight Python web framework for microservices, REST APIs, and flexible web applications with extensive extension ecosystem
pytest - Python's most powerful testing framework with fixtures, parametrization, plugins, and framework integration for FastAPI, Django, Flask
mypy - Static type checker for Python with gradual typing, strict mode, Protocol support, and framework integration
Pyright fast Python type checker from Microsoft with VS Code integration and strict type checking modes
Python data validation using type hints and runtime type checking with Pydantic v2's Rust-powered core for high-performance validation in FastAPI, Django, and configuration management.
Build production Rust CLIs with Clap: subcommands, config layering, validation, exit codes, shell completions, and testable command surfaces
Axum (Rust) web framework patterns for production APIs: routers/extractors, state, middleware, error handling, tracing, graceful shutdown, and testing
Build cross-platform desktop applications with Rust using Tauri framework and native GUI alternatives
Advanced Tauri event patterns for bidirectional communication, streaming data, window-to-window messaging, and custom event handling
ONNX Runtime in Rust via the `ort` crate (2.x): loading sessions, configuring CPU/CoreML/CUDA execution providers, tensor I/O with ndarray, async-safe spawn_blocking wrapping, global thread-pool init, and debugging provider/opset issues
PM-invocable protocol for running and interpreting Rust quality gates in the trusty-tools monorepo: fmt, clippy, and test in strict sequence before any merge
PM-invocable protocol for Cargo publish and release operations in the trusty-tools Rust monorepo: semver rules, 10-step release sequence, macOS codesign safety, and cross-crate dependency ordering
tRPC end-to-end type-safe APIs for TypeScript with React Query integration and full-stack type safety
High-performance monorepo build system with intelligent caching, task orchestration, and parallel execution for multi-package repositories and microservices.
Type-safe SQL ORM for TypeScript with zero runtime overhead
Migration-first database development workflow using Drizzle ORM for TypeScript/J...
Kysely type-safe SQL query builder - End-to-end type safety from schema to queries, migrations, transactions, plugins
Prisma ORM for TypeScript - Type-safe database toolkit with schema-first development, auto-generated client, migrations, relations, and Prisma Studio
Production Fastify (TypeScript) patterns: schema validation, plugins, typed routes, error handling, security hardening, logging, testing with inject, and graceful shutdown
Node.js backend development with TypeScript, Express/Fastify servers, routing, middleware, and database integration
TanStack Query (React Query) for asynchronous server-state management with automatic caching, background refetching, optimistic updates, and pagination in React applications.
Minimal, unopinionated state management library for React with simple hook-based API, no providers, and minimal boilerplate for global state without Redux complexity.
Jest with TypeScript - Industry standard testing framework with 70% market share, mature ecosystem, React Testing Library integration
Vitest - Modern TypeScript testing framework with Vite-native performance, ESM support, and TypeScript-first design
Advanced TypeScript patterns and best practices for 2025
TypeScript-first schema validation library with static type inference for form validation, API validation, and runtime type checking with compile-time types.
Tailwind CSS component library providing semantic class names for 50+ components with built-in themes, dark mode, and customization for rapid UI development.
Headless UI - Unstyled, fully accessible UI components for React and Vue with built-in ARIA patterns
shadcn/ui component library for React with Tailwind CSS - copy-paste accessible components with full code ownership
Tailwind CSS utility-first framework for rapid UI development with responsive design and dark mode
GraphQL query language and runtime for APIs enabling clients to request exactly the data they need with strongly-typed schemas and single endpoint architecture.
Dependency audit and cleanup workflow for maintaining healthy project dependencies. Use for regular maintenance, security updates, and removing unused packages.
Emergency release workflow for critical bug fixes and security patches. Use when production issues require fast-track deployment.
Docker containerization for packaging applications with dependencies into isolated, portable units ensuring consistency across development, testing, and production environments.
GitHub Actions CI/CD workflows for automating build, test, and deployment
Homebrew formula maintenance workflows for Python CLIs and taps, including version bumps, SHA/resource updates, testing, audits, and releases.
FFmpeg-based media transcoding workflows with preset-driven conversions, batch processing, and safe backups for web/mobile/archive outputs.
API security checklist for reviewing endpoints before deployment. Use when creating or modifying API routes to ensure proper authentication, authorization, and input validation.
ADO.NET patterns, Entity Framework, database best practices
PR quality checklist for ensuring comprehensive, well-documented pull requests. Use before submitting PRs to improve review efficiency and code quality.
Windows Forms development patterns, UI threading, data binding
Classic VB6 patterns, COM interop, migration strategies
Core VB.NET patterns, type safety, modern language features
Compare tradeoffs and recommend architectural patterns — dependency injection, service-oriented architecture, repository, domain events, circuit breaker, and anti-corruption layer. Use when choosing between design patterns, planning microservices boundaries, evaluating system design alternatives, or asking 'which pattern should I use' for a specific coupling or resilience problem.
Interactive idea refinement using Socratic method to develop fully-formed designs
Use multiple Claude agents to investigate and fix independent problems concurrently
Reliably drive the GitHub gh CLI for issue, PR, and label operations in automation and subagent environments, with pre-flight verification so you never fabricate a success or a fake issue URL.
Essential Git patterns for effective version control, eliminating redundant Git guidance per agent.
Use git worktrees for parallel development on multiple branches simultaneously
Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding
Create and manage stacked (dependent) pull requests for complex features
Answers built from the skills we actually parsed.