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 281–32 340 of 62 489

page 539 of 1 042
Selenium Grid Parallel Testing
by PramodDutta

Parallel test execution with Selenium Grid including hub/node configuration, Docker-based grid, cross-browser testing, and session management.

1k tokens
Selenium Java Testing
by PramodDutta

End-to-end web testing skill using Selenium WebDriver with Java, covering WebDriver setup, page objects, explicit waits, and TestNG/JUnit integration.

4k tokens
Selenium to Playwright Migration
by PramodDutta

Port a Java Selenium suite to Playwright TypeScript - locator mapping, WebDriverWait to auto-wait, Grid to workers, Page Object port, with before/after code and a phased checklist.

4k tokens
Self Healing Locators Strategy
by PramodDutta

Teach agents a disciplined strategy for resilient and self-healing locators with role-first selectors, repair evidence, code review, and clear no-heal rules.

2k tokens
Semgrep SAST Analysis
by PramodDutta

Static application security testing using Semgrep for finding vulnerabilities, code smells, and enforcing security policies across codebases.

992 tokens
Sentry Error Monitoring & Testing
by PramodDutta

Integration testing with Sentry for error tracking, performance monitoring, and release health verification in production environments.

993 tokens
Serenity BDD Testing
by PramodDutta

Java BDD testing with Serenity BDD framework using the Screenplay pattern, Cucumber integration, step libraries, comprehensive reporting, and living documentation generation.

6k tokens
Serverless Function Testing
by PramodDutta

Testing serverless functions including Lambda, Cloud Functions, and Edge Functions with local emulation, cold start testing, and timeout handling.

1k tokens
Session Based Exploratory Testing
by PramodDutta

Teach agents to run session-based exploratory testing with charters, time boxes, tours, note-taking, debriefs, and coverage tracking.

1k tokens
ui Component Testing
by PramodDutta

Testing skill for shadcn/ui and Radix UI component libraries covering accessible component testing, dialog and popover testing, form validation testing, data table testing, command palette testing, and theme switching verification.

10k tokens
SLA & SLO Testing
by PramodDutta

Testing Service Level Agreements and Objectives including availability targets, latency percentiles, error budgets, and automated SLO compliance reporting.

974 tokens
Smoke Test Suite Builder
by PramodDutta

Building effective smoke test suites for deployment verification including critical path coverage, health endpoints, and rapid feedback testing.

1k tokens
Snapshot Testing Patterns
by PramodDutta

Snapshot testing strategies for UI components, API responses, and data structures with update workflows, review patterns, and anti-pattern avoidance.

992 tokens
SOAP API Testing
by PramodDutta

SOAP web service testing including WSDL validation, XML schema testing, WS-Security, and SOAP fault handling verification.

3k tokens
SOC 2 Compliance Testing
by PramodDutta

Testing SOC 2 compliance controls including security monitoring, change management, access reviews, and incident response procedures.

973 tokens
Specification Compliance Testing
by PramodDutta

Testing implementations against formal specifications including RFC compliance, protocol adherence, and standards conformance verification.

1k tokens
SpecFlow BDD Testing
by PramodDutta

C# .NET BDD testing with SpecFlow using Gherkin feature files, step bindings, hooks, dependency injection, Selenium integration, and living documentation with SpecFlow+ LivingDoc.

5k tokens
Spring Boot Testing
by PramodDutta

Spring Boot application testing with @SpringBootTest, MockMvc, @DataJpaTest, Testcontainers, and Spring Security testing patterns.

992 tokens
SQL Injection Testing
by PramodDutta

Comprehensive SQL injection testing patterns including blind SQLi, time-based, union-based, and parameterized query validation techniques.

1k tokens
Server Sent Events Testing
by PramodDutta

Testing Server-Sent Events implementations including event stream validation, reconnection behavior, event ID tracking, and EventSource client testing.

981 tokens
TLS Certificate Testing
by PramodDutta

SSL/TLS configuration testing including certificate validation, cipher suite analysis, protocol version checks, and HSTS verification.

970 tokens
Stale Cache Finder
by PramodDutta

Identify stale cache issues across browser cache, CDN layers, API response caching, and application-level caches that cause users to see outdated content

9k tokens
State Machine Test Generator
by PramodDutta

Generate comprehensive test cases from state machine models covering all states, transitions, guard conditions, and invalid transition attempts for workflow-heavy features

10k tokens
Custom Static Analysis Rules
by PramodDutta

Writing custom static analysis rules for ESLint, Semgrep, and SonarQube to enforce project-specific code quality and security standards.

1k tokens
Storybook Interaction Testing
by PramodDutta

Testing UI components through Storybook stories with play functions, interaction testing, accessibility checks, and visual regression via Chromatic.

1k tokens
Streaming API Testing
by PramodDutta

Streaming API testing skill covering Server-Sent Events testing, chunked transfer encoding, gRPC streaming, real-time data validation, backpressure testing, connection resilience, and AI/LLM streaming response testing.

9k tokens
Stress Testing Patterns
by PramodDutta

Stress testing methodologies for finding breaking points, resource exhaustion thresholds, and degradation patterns under extreme load conditions.

1k tokens
Supabase Testing
by PramodDutta

Testing patterns for Supabase applications covering auth flow testing, Row Level Security policy testing, realtime subscription testing, and edge function testing

11k tokens
SuperTest API Testing
by PramodDutta

Test Node.js HTTP APIs in-process with SuperTest — request(app) without binding a port, chained .expect assertions, auth headers, JSON body validation, and Jest integration with proper async/await patterns.

2k tokens
Svelte Component Testing
by PramodDutta

Svelte component testing with @testing-library/svelte, vitest, component rendering, event simulation, store testing, and SvelteKit testing.

985 tokens
Swift Testing Patterns
by PramodDutta

Swift testing with XCTest, Swift Testing framework, async/await testing, SwiftUI preview testing, and performance measurement.

965 tokens
Synthetic Monitoring Testing
by PramodDutta

Synthetic monitoring test creation for uptime checking, user journey simulation, API health verification, and multi-region availability testing.

1k tokens
TanStack Query Testing
by PramodDutta

Testing patterns for TanStack Query (React Query) covering query hook testing, mutation testing, cache behavior testing, and optimistic update verification.

10k tokens
TDD Patterns
by PramodDutta

Practice strict red-green-refactor test-driven development — write one failing test first, make it pass with the minimum code, then refactor under green, with worked cycles in Jest and pytest, AAA structure, and behavior-based test naming.

2k tokens
TDD Red Green Refactor
by PramodDutta

Test-Driven Development mastery with red-green-refactor cycle, outside-in TDD, test-first design, and incremental development patterns.

979 tokens
Terraform Infrastructure Testing
by PramodDutta

Infrastructure-as-Code testing with Terratest, terraform validate, plan verification, and drift detection for Terraform configurations.

995 tokens
Test Architecture Patterns
by PramodDutta

Designing scalable test architectures including test pyramid, diamond, trophy, and honeycomb patterns with framework-agnostic implementation.

1k tokens
Test Case Generator from User Stories
by PramodDutta

Automatically generate comprehensive test cases from user stories and acceptance criteria using BDD patterns, equivalence partitioning, and risk-based prioritization

11k tokens
Test Coverage Gap Finder
by PramodDutta

Identify untested code paths, uncovered branches, and missing test scenarios using coverage analysis, risk mapping, and change-based coverage tracking

10k tokens
Test Coverage Optimization
by PramodDutta

Optimizing test coverage beyond line coverage including branch coverage, mutation score, path coverage, and identifying meaningful coverage gaps.

998 tokens
Test Data Anonymization
by PramodDutta

Anonymizing production data for testing while maintaining referential integrity, data distributions, and edge case representation.

1k tokens
Test Data Factory
by PramodDutta

Build reusable test data factories with realistic fake data generation, relationship handling, and deterministic seeding for reproducible tests.

9k tokens
Test Data Generation
by PramodDutta

Test data generation and management skill covering Faker.js, factory patterns, builders, database seeding, and test data strategies for reliable test suites.

4k tokens
Test Debt Calculator
by PramodDutta

Quantify and prioritize test technical debt by analyzing coverage gaps, flaky test ratios, outdated assertions, and missing test categories across codebases.

9k tokens
Test Documentation Generator
by PramodDutta

Generating human-readable test documentation from test code including test catalogs, coverage reports, and living documentation websites.

1k tokens
Test Doubles Patterns
by PramodDutta

Comprehensive guide to test doubles including mocks, stubs, spies, fakes, and dummies with when-to-use guidelines and anti-pattern avoidance.

979 tokens
Test Driven Development (TDD)
by PramodDutta

Master the Test-Driven Development approach with Red-Green-Refactor cycles, writing tests before code, comprehensive coverage patterns, and quality code practices for building robust, maintainable software.

6k tokens
Test Environment Management
by PramodDutta

Managing test environments including provisioning, configuration, data seeding, isolation, cleanup, and environment-as-code patterns.

1k tokens
Test Fixture Patterns
by PramodDutta

Test fixture design patterns including builders, factories, object mothers, and fixture management for maintainable test data setup.

994 tokens
Test Flakiness Detection
by PramodDutta

Detecting and diagnosing flaky tests using statistical analysis, execution recording, environmental factor isolation, and quarantine strategies.

984 tokens
Hermetic Test Patterns
by PramodDutta

Building hermetic tests that are fully isolated from external dependencies using fakes, containers, and deterministic time/random sources.

987 tokens
Test Impact Analysis
by PramodDutta

Analyzing code changes to determine which tests are impacted, enabling selective test execution and faster CI feedback loops.

1k tokens
Test Isolation Strategies
by PramodDutta

Test isolation techniques including database cleanup, transaction rollback, parallel test execution, and shared resource management.

1k tokens
Test Metrics KPIs and Dashboards
by PramodDutta

Define and build QA metrics that drive decisions, escape rate, flake rate, coverage of risk, MTTR for test failures, release readiness scorecards, anti-gaming rules, and dashboard layouts with SQL and query examples.

2k tokens
Test Migration Framework
by PramodDutta

Test framework migration skill covering strategies for migrating between testing frameworks including Selenium to Playwright, Jest to Vitest, Enzyme to React Testing Library, and Protractor to Cypress with automated codemods and incremental migration patterns.

7k tokens
Test Observability & Analytics
by PramodDutta

Implementing test observability with execution analytics, failure trend analysis, coverage gap detection, and test suite health dashboards.

1k tokens
Test Parameterization Patterns
by PramodDutta

Data-driven testing with parameterized tests, test matrices, combinatorial testing, and pairwise parameter generation techniques.

1k tokens
Test Plan Generation
by PramodDutta

Test plan generation skill covering requirements analysis, test strategy, coverage matrices, risk-based testing, and test estimation techniques.

3k tokens
Test Reporting & Dashboards
by PramodDutta

Building test reporting dashboards with real-time execution metrics, trend analysis, flaky test detection, coverage visualization, and integration with Allure, ReportPortal, and custom dashboards using Grafana and Prometheus.

5k tokens
Test Strategy Design
by PramodDutta

Comprehensive test strategy design methodology covering risk-based testing, test pyramid optimization, coverage planning, environment strategy, data management, and test automation ROI analysis for enterprise and startup contexts.

5k 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.