mcpbeat Sign in

Claude Skills

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. 80 149 files from 1 774 authors, of which 62 489 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.

62 489
unique skills
out of 80 149 files found on GitHub
17 660
are copies
same content, someone else's repository
1 741
tokens, median
what a typical skill costs you in context
7 984
name collisions
two skills with one name cannot sit side by side

32 041–32 100 of 62 489

page 535 of 1 042
CodeQL Security Analysis
by PramodDutta

Advanced security analysis using GitHub CodeQL to find zero-day vulnerabilities, injection flaws, and security anti-patterns in source code.

988 tokens
Compliance As Code Testing
by PramodDutta

Automated compliance testing using Open Policy Agent, Chef InSpec, and custom policy engines for security baseline validation.

994 tokens
Component Isolation Testing
by PramodDutta

Isolating and testing individual UI components with dependency mocking, state injection, and visual snapshot verification.

986 tokens
Configuration Testing
by PramodDutta

Testing application configurations including environment variable validation, feature flag combinations, config file parsing, and default value verification.

1k tokens
Concurrency Testing Patterns
by PramodDutta

Testing concurrent code including race condition detection, deadlock prevention, thread safety verification, and parallel execution correctness.

1k tokens
GraphQL Contract Testing
by PramodDutta

Contract testing for GraphQL APIs including schema breaking change detection, query compatibility testing, and federated schema validation.

983 tokens
Console Error Hunter
by PramodDutta

Systematically detect, capture, and categorize browser console errors, warnings, and unhandled exceptions during automated test execution

8k tokens
Contract Test Generator
by PramodDutta

Generate consumer-driven contract tests using Pact framework to verify API provider-consumer compatibility and prevent integration breaking changes

8k tokens
Contract First Testing
by PramodDutta

Contract-first testing approach using Pact, Spring Cloud Contract, or Dredd for ensuring API consumer-provider compatibility.

990 tokens
Contract Testing with Pact
by PramodDutta

Consumer-driven contract testing skill using Pact, covering consumer tests, provider verification, Pact Broker integration, and CI/CD workflows.

6k tokens
GitHub Copilot Testing Patterns
by PramodDutta

Effective patterns for using GitHub Copilot to generate, refactor, and maintain test code including prompt engineering for test generation, Copilot Chat for debugging, inline suggestions for assertions, and workspace context optimization.

6k tokens
Cron Job & Scheduled Task Testing
by PramodDutta

Testing scheduled tasks and cron jobs including execution timing, idempotency, failure recovery, overlap prevention, and timezone handling.

979 tokens
Cookie & Session Testing
by PramodDutta

Testing cookie and session management including secure flags, SameSite policy, session fixation, timeout behavior, and cross-domain cookie handling.

988 tokens
CORS Security Testing
by PramodDutta

Testing Cross-Origin Resource Sharing configurations for misconfigurations, overly permissive policies, and credential handling vulnerabilities.

980 tokens
CSP Security Testing
by PramodDutta

Content Security Policy testing and validation to prevent XSS attacks, data injection, and clickjacking through proper CSP header configuration.

965 tokens
Cursor Skill ( mdc) Authoring
by PramodDutta

Author effective Cursor rules in .cursor/rules/*.mdc - YAML frontmatter (description, globs, alwaysApply), the four rule types, scoped QA rules, subagents, and structure that actually steers the model.

3k tokens
Cross Browser Compatibility Testing
by PramodDutta

Automated cross-browser testing across Chrome, Firefox, Safari, and Edge with visual comparison, feature detection, and polyfill verification.

1k tokens
Cursor AI Testing Patterns
by PramodDutta

Effective test automation patterns with Cursor AI IDE including Composer for test suite generation, Cmd+K for inline test edits, Chat for test debugging, codebase-aware test generation, and rules configuration for testing conventions.

5k tokens
Cypress v14 Component Testing
by PramodDutta

Component testing patterns with Cypress v14 including React, Vue, and Angular component mounting, custom mount commands, interaction testing, visual snapshots, and integration with Vite and Webpack bundlers.

5k tokens
Cypress Component Testing
by PramodDutta

Component testing with Cypress including mount API, React/Vue/Angular component testing, stub patterns, and visual snapshot testing.

982 tokens
Cypress E2E Testing
by PramodDutta

End-to-end testing skill using Cypress for web applications, covering custom commands, network intercepts, fixtures, cy.session, and component testing patterns.

3k tokens
Dark Mode Bug Finder
by PramodDutta

Detect dark mode rendering issues including contrast failures, missing theme tokens, image inversions, and transition glitches across components.

10k tokens
Data Integrity Testing
by PramodDutta

Verifying data integrity constraints, referential integrity, data type validation, and consistency checks across database operations.

1k tokens
Dark Mode Testing Patterns
by PramodDutta

Systematic dark mode testing covering color contrast, theme switching, persistence, media query respect, component-level theming, and image adaptation.

993 tokens
Data Pipeline Testing
by PramodDutta

Testing data pipelines including ETL validation, data quality checks, pipeline orchestration testing, and data lineage verification.

1k tokens
Database Migration Test Generator
by PramodDutta

Generate tests for database migration safety covering schema changes, data integrity preservation, rollback verification, and zero-downtime migration validation

10k tokens
Dead Link Detector
by PramodDutta

Automated detection and reporting of broken links, missing resources, and orphaned pages across web applications using crawl-based and DOM-based strategies

9k tokens
Debugging Strategies
by PramodDutta

Advanced debugging patterns for test failures covering root cause analysis, flakiness investigation, performance debugging, and systematic troubleshooting methodologies.

4k tokens
Database Performance Testing
by PramodDutta

Database performance testing including query optimization, index analysis, connection pooling, slow query detection, and N+1 query prevention.

996 tokens
Dependency Vulnerability Scanner
by PramodDutta

Automated scanning of project dependencies for known vulnerabilities using tools like npm audit, Snyk, and Dependabot patterns.

1k tokens
Database Migration Testing
by PramodDutta

Testing database migration scripts for correctness, rollback safety, data integrity, and zero-downtime migration patterns.

988 tokens
DeepEval LLM Evaluation
by PramodDutta

Test LLM applications with DeepEval, pytest-style unit tests for LLM outputs using G-Eval, answer relevancy, faithfulness, hallucination and custom metrics, with CI quality gates and dataset-driven regression runs.

2k tokens
Desktop Application Testing
by PramodDutta

Testing desktop applications built with Electron, Tauri, or native frameworks including window management, IPC, tray icons, and auto-update testing.

990 tokens
Detox Mobile Testing
by PramodDutta

Gray-box end-to-end testing for React Native apps with Detox. Covers .detoxrc.js configuration, build and test commands, matchers, device.launchApp control, automatic synchronization, and macOS CI pipelines.

2k tokens
Distributed Tracing Testing
by PramodDutta

Testing distributed tracing implementations including context propagation, span correlation, baggage handling, and trace sampling verification.

1k tokens
Autonomous Agent Testing
by PramodDutta

Testing patterns for autonomous AI coding agents like Devin and SWE-Agent including task verification, output validation, sandboxed execution, regression testing for agent behavior, and safety guardrails for autonomous code generation.

5k tokens
DNS Testing Patterns
by PramodDutta

DNS configuration testing including record validation, DNSSEC verification, resolution timing, failover testing, and DNS-based service discovery.

964 tokens
Django Testing Patterns
by PramodDutta

Django application testing with TestCase, fixtures, factory_boy, model testing, view testing, middleware testing, and Django REST framework testing.

977 tokens
Docker Testcontainers
by PramodDutta

Integration testing with real dependencies in throwaway Docker containers using the Testcontainers Node.js API - GenericContainer, exposed ports, wait strategies, module containers, Docker Compose environments, and reliable cleanup.

2k tokens
Docker Container Testing
by PramodDutta

Testing Docker containers and images including Dockerfile linting, container structure tests, security scanning, and multi-stage build validation.

983 tokens
Detox React Native Testing
by PramodDutta

End-to-end testing for React Native apps using Detox with gray-box testing, synchronization, device simulation, and CI integration.

976 tokens
NET Testing Patterns
by PramodDutta

.NET testing with xUnit, NUnit, MSTest, FluentAssertions, Moq, integration testing with WebApplicationFactory, and Entity Framework testing.

972 tokens
Drizzle ORM Testing
by PramodDutta

Testing patterns for Drizzle ORM covering migration testing, query builder testing, transaction testing, and database integration testing with PostgreSQL, SQLite, and MySQL.

14k tokens
Elasticsearch Testing Patterns
by PramodDutta

Elasticsearch testing including index management, query validation, mapping verification, bulk operation testing, and search relevance scoring.

1k tokens
E2E Testing Skill for Claude Code
by PramodDutta

Make Claude Code write and maintain end-to-end tests like a senior SDET — Playwright and Cypress flows with stable locators, the Page Object Model, fixtures, reused auth state, network mocking, and flake-free CI. Claude Code E2E testing, done right.

2k tokens
E2E Testing Patterns
by PramodDutta

Comprehensive end-to-end testing methodologies and best practices covering architecture, test design, data management, flakiness prevention, and cross-browser strategies.

5k tokens
Email Testing Patterns
by PramodDutta

Email delivery testing including content verification, rendering across clients, spam score checking, link validation, and transactional email workflow testing.

985 tokens
Edge Computing Testing
by PramodDutta

Testing edge computing deployments including latency verification, edge function testing, CDN worker testing, and geo-distributed test execution.

984 tokens
Empty State Reviewer
by PramodDutta

Audit empty states across web applications ensuring proper messaging, helpful CTAs, illustration rendering, and graceful handling when data is unavailable

9k tokens
End To End Database Testing
by PramodDutta

End-to-end database testing with test containers, data seeding, cleanup strategies, transaction isolation, and production data anonymization.

994 tokens
Ephemeral Environment Testing
by PramodDutta

Testing in ephemeral preview environments for pull requests including environment provisioning, data seeding, and automated teardown.

996 tokens
ESLint for Test Quality
by PramodDutta

Enforce test quality with ESLint - eslint-plugin-jest, eslint-plugin-playwright, and eslint-plugin-testing-library rules in flat config, blocking focused tests, missing assertions, and flaky waits via a CI lint gate.

2k tokens
Error Boundary Tester
by PramodDutta

Validate error boundary implementations in React and other frameworks ensuring graceful degradation, proper fallback UI rendering, and error recovery flows

9k tokens
Error Message Reviewer
by PramodDutta

Audit error messages across an application for clarity, actionability, consistency, and user-friendliness by cataloging and grading every error surface.

8k tokens
Espresso Android Testing
by PramodDutta

Android UI testing with Espresso framework including view matchers, actions, assertions, idling resources, and RecyclerView testing patterns.

986 tokens
Error Handling Testing Patterns
by PramodDutta

Testing error handling paths including exception propagation, error boundaries, retry logic, circuit breakers, and graceful degradation.

1k tokens
Event Sourcing Testing
by PramodDutta

Testing event sourcing patterns including event store validation, projection testing, saga orchestration, and event versioning compatibility.

1k tokens
Exploratory Test Charter Generator
by PramodDutta

Generate structured exploratory testing charters with focused missions, time-boxed sessions, risk-based areas, and standardized note-taking templates for systematic exploration

10k tokens
Express js Testing Patterns
by PramodDutta

Express.js API testing with supertest, middleware testing, route handler testing, error handling verification, and authentication testing.

993 tokens
Faker Test Data Generation
by PramodDutta

Generating realistic test data with Faker libraries for names, addresses, emails, dates, and domain-specific data with reproducible seed control.

990 tokens

Claude Skills — questions

Answers built from the skills we actually parsed.

What is a Claude Skill?
A folder with a SKILL.md file: instructions that teach an agent to do one thing well, optionally with scripts and reference files alongside. The format is open and called Agent Skills — Claude Code, Codex and other agents read the same files. It is not a program you run; it is knowledge the agent loads when the task calls for it.
How is a skill different from an MCP server?
A server gives the agent new abilities — it connects to something and exposes tools. A skill gives the agent knowledge: how to use what it already has. They combine, and often literally: 11 696 of the skills here declare which MCP servers they need to work.
Why are there fewer skills here than in other catalogues?
Because we deduplicate by content. Of 80 149 files found on GitHub, 62 489 are unique — the rest is the same skill copied into someone else's repository, word for word. Catalogues that count files rather than skills show every copy as a separate entry.
What does the token count mean?
A skill is loaded into the model's context when it is used, so its size is a running cost on every request that touches it. We measure the whole folder, not just SKILL.md: one official skill is 377 tokens, another drags 83 files of fonts behind it.
How do I install a skill?
Copy the skill folder into ~/.claude/skills for personal use, or into .claude/skills inside a project. The agent picks it up by the name in the SKILL.md header — which is worth checking: 7 984 skills here share a name with another skill, and two of them cannot sit side by side.