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 221–32 280 of 62 489

page 538 of 1 042
Playwright test step & Reporting
by PramodDutta

Teaches the agent to structure tests with test.step, attach evidence and annotations via test.info, use soft assertions, and produce readable, debuggable Playwright HTML reports.

3k tokens
Playwright Visual AI Testing
by PramodDutta

AI-enhanced visual testing with Playwright combining screenshot comparison, visual AI engines, and intelligent diff analysis for catching visual regressions at scale.

9k tokens
Playwright Visual Testing
by PramodDutta

Visual regression testing with Playwright including screenshot comparison, pixel-diff thresholds, dynamic content masking, and cross-browser visual validation.

1k tokens
Postman API Testing
by PramodDutta

API testing skill using Postman and Newman, covering collections, environments, pre-request scripts, test scripts, and CI/CD integration with Newman.

3k tokens
Postman & Newman Automation
by PramodDutta

Automated API testing using Postman collections with Newman CLI for CI/CD integration, environment management, and test reporting.

980 tokens
PR Test Coverage Review
by PramodDutta

Review pull requests for test coverage like a senior SDET, map the diff to required test classes, spot untested branches and missing regression tests, judge test quality not just presence, and write actionable review comments.

2k tokens
PR Test Impact Analyzer
by PramodDutta

Analyze pull request code changes to determine which tests are affected, recommend test execution order, and identify missing test coverage for modified code paths

10k tokens
Production Smoke Suite
by PramodDutta

Build lightweight production smoke test suites that verify critical user paths, API health, and third-party integrations after every deployment.

9k tokens
Prompt Testing
by PramodDutta

Comprehensive prompt testing and LLM output evaluation skill covering hallucination detection, response quality scoring, regression testing for prompts, A/B testing, and building evaluation pipelines for AI-powered applications.

7k tokens
Promptfoo LLM Red Teaming
by PramodDutta

Evaluate and red-team LLM applications with promptfoo, declarative YAML evals, assertions, model comparisons, and automated adversarial scans for prompt injection, jailbreaks, PII leaks, and unsafe outputs in CI.

2k tokens
Property Based Testing
by PramodDutta

Property-based testing using hypothesis, fast-check, and QuickCheck to generate random test inputs and verify program invariants automatically.

1k tokens
Protractor Testing
by PramodDutta

Comprehensive Protractor end-to-end testing skill for Angular and AngularJS applications with Angular-specific locators, automatic waitForAngular synchronization, Page Object patterns, and migration guidance to modern frameworks.

4k tokens
Puppeteer Browser Automation
by PramodDutta

Automate Chrome with Puppeteer for scraping, screenshots, PDF generation, and E2E checks — correct launch options, reliable waiting with locators and waitForSelector, request interception, and headless CI execution.

2k tokens
Puppeteer Testing
by PramodDutta

Comprehensive Puppeteer browser automation and testing skill for headless Chrome scripting, web scraping, PDF generation, network interception, and end-to-end test workflows in JavaScript and TypeScript.

4k tokens
Progressive Web App Testing
by PramodDutta

PWA testing skill covering service worker validation, offline mode testing, cache strategy verification, web app manifest testing, push notification testing, install prompt testing, and background sync verification.

9k tokens
Pytest Best Practices
by PramodDutta

Opinionated pytest patterns for AI agents - conftest fixture scoping, parametrize, markers, pyproject config, coverage, xdist parallelism, mocking, and AAA-structured test naming.

3k tokens
Pytest Patterns
by PramodDutta

Python testing skill using pytest, covering fixtures, parametrize, markers, conftest, plugins, mocking, and advanced testing patterns.

4k tokens
Python Testing Patterns
by PramodDutta

Comprehensive Python testing best practices with pytest, covering unit testing, integration testing, mocking, fixtures, property-based testing, and test architecture.

5k tokens
Python Unittest
by PramodDutta

Comprehensive Python unittest skill covering TestCase patterns, assertion methods, mocking with unittest.mock, subtests, fixtures, and test organization for robust Python application testing.

4k tokens
QA Agent for Claude Code
by PramodDutta

Turn Claude Code into an autonomous QA agent — an explore, generate, run, heal, report loop that maps the app, writes tests for real user journeys, executes them, self-heals broken locators, and reports coverage. Build a QA agent skill for Claude Code.

1k tokens
QASkills sh Analytics Performance Check
by PramodDutta

Pull weekly/monthly performance metrics for qaskills.sh from Google Analytics 4 (GA4) and Google Search Console (GSC) via Claude in Chrome. Returns traffic, channels, top queries, top pages, growth deltas in a single report.

3k tokens
Quality Gates CI
by PramodDutta

Teach agents to define and enforce CI quality gates for diff coverage, flaky tests, performance budgets, security thresholds, and regression health.

1k tokens
Message Queue Testing
by PramodDutta

Testing message queue implementations including RabbitMQ, SQS, and Kafka with delivery guarantees, ordering, dead letter queues, and consumer testing.

1k tokens
Race Condition Finder
by PramodDutta

Detect and diagnose race conditions in web applications through concurrent interaction testing, state mutation analysis, and timing-sensitive scenario reproduction.

8k tokens
RAG Evaluation Metrics
by PramodDutta

Measure RAG pipeline quality with context precision/recall, faithfulness, answer relevancy, and groundedness using Ragas and DeepEval, with golden datasets and pass/fail thresholds.

3k tokens
RAG Regression Testing
by PramodDutta

Gate RAG pipelines in CI with versioned golden eval sets, per-metric thresholds, baseline drift detection, and a build that fails when retrieval or answer quality regresses.

3k tokens
Ragas RAG Evaluation
by PramodDutta

Evaluate RAG pipelines with Ragas, measuring faithfulness, answer relevancy, context precision and recall, building golden datasets, and wiring threshold gates into CI for retrieval regressions.

2k tokens
Ruby on Rails Testing
by PramodDutta

Rails application testing with RSpec, FactoryBot, Capybara, system tests, request specs, model specs, and Rails-specific testing conventions.

971 tokens
React Testing Library
by PramodDutta

Component testing using React Testing Library with user-centric queries, accessibility-focused selectors, and integration testing patterns.

982 tokens
Real Time Collaboration Testing
by PramodDutta

Testing real-time collaborative features including conflict resolution, CRDT validation, cursor presence, and concurrent editing scenarios.

995 tokens
Redis Testing Patterns
by PramodDutta

Redis testing including cache behavior verification, pub/sub testing, transaction testing, cluster failover testing, and data expiration validation.

983 tokens
Regression Suite from Bug Reports
by PramodDutta

Convert bug reports and incident post-mortems into automated regression tests that prevent recurrence of previously discovered defects.

10k tokens
Regression Test Selection
by PramodDutta

Intelligent regression test selection using code change analysis, dependency graphs, and risk assessment to minimize test execution time.

1k tokens
Release Readiness Checklist
by PramodDutta

Teach agents to build go or no-go release readiness scorecards with gated criteria for coverage, flakes, defects, performance, security, and sign-off.

2k tokens
Remix Testing
by PramodDutta

Testing patterns for Remix applications covering loader testing, action testing, route testing, form submission testing, and nested route integration testing.

13k tokens
Responsive Layout Breaker
by PramodDutta

Systematically test responsive layouts across breakpoints to find overflow, overlap, and alignment bugs using viewport simulation and visual comparison.

8k tokens
Responsive Design Testing Automation
by PramodDutta

Automated responsive design testing across breakpoints, viewports, and devices with visual comparison and layout verification.

1k tokens
REST Assured API Testing
by PramodDutta

API testing skill using REST Assured for Java, covering request specifications, response validation, authentication, JSON schema validation, and serialization.

4k tokens
REST Assured API Automation Framework
by PramodDutta

Production-grade REST API automation framework with REST Assured, POJO serialization using GSON, PayloadManager pattern, E2E integration workflows with TestNG ITestContext, and Allure reporting.

9k tokens
Retry & Resilience Testing
by PramodDutta

Testing retry mechanisms, circuit breakers, bulkheads, and timeout patterns for building resilient distributed systems.

982 tokens
Risk Based Testing Strategy
by PramodDutta

Risk-based testing approach for prioritizing test efforts based on business impact, change frequency, complexity, and historical defect patterns.

1k tokens
Robot Framework Testing
by PramodDutta

Expert-level Robot Framework testing skill covering keyword-driven syntax, SeleniumLibrary, RequestsLibrary, custom Python keywords, data-driven testing, resource files, and parallel execution with Pabot.

4k tokens
RSpec Testing
by PramodDutta

Comprehensive Ruby testing with RSpec including describe/context/it blocks, matchers, let/before hooks, mocking with doubles, shared examples, and Rails integration.

5k tokens
Ruby Test::Unit
by PramodDutta

Classic xUnit-style Ruby testing with Test::Unit covering assertions, fixtures, test case organization, mocking patterns, and lifecycle hooks for reliable Ruby application testing.

3k tokens
Rust Testing Patterns
by PramodDutta

Rust testing with built-in test framework, integration tests, doc tests, property-based testing with proptest, and cargo test configuration.

965 tokens
SARIF Analysis & Reporting
by PramodDutta

Processing and analyzing Static Analysis Results Interchange Format (SARIF) files for aggregating security findings across multiple scanning tools.

982 tokens
Screenshot Baseline Generator
by PramodDutta

Generate and maintain visual regression screenshot baselines with intelligent diffing, responsive breakpoint coverage, and dynamic content masking strategies

11k tokens
Screenshot Capture Testing
by PramodDutta

Cross-platform desktop and application screenshot capture for visual testing, UI verification, and automated visual comparison across macOS, Linux, and Windows.

837 tokens
Screenshot Testing in CI
by PramodDutta

Integrating screenshot-based visual testing into CI pipelines with baseline management, review workflows, and cross-platform rendering comparison.

997 tokens
Screenshot Visual Diff Testing
by PramodDutta

Automated screenshot comparison testing with configurable thresholds, anti-aliasing tolerance, and responsive viewport visual validation.

1k tokens
SDET Interview Preparation
by PramodDutta

Comprehensive SDET interview preparation covering coding challenges, system design for testing, automation framework design, CI/CD pipeline questions, testing strategy discussions, and behavioral interview patterns for QA engineering roles.

5k tokens
Search Quality Tester
by PramodDutta

Evaluate search functionality quality including relevance ranking, typo tolerance, faceted filtering, autocomplete accuracy, and zero-results handling

10k tokens
Search Functionality Testing
by PramodDutta

Search feature testing including relevance scoring, autocomplete, typo tolerance, faceted search, pagination, and search analytics verification.

991 tokens
Secret Detection & Prevention
by PramodDutta

Automated detection and prevention of leaked secrets, API keys, passwords, and tokens in code using tools like gitleaks, trufflehog, and pre-commit hooks.

1k tokens
Secure Test Data Engineer
by PramodDutta

Generate test data from the schemas you already have. Read OpenAPI, JSON Schema, SQL DDL, or TypeScript models and produce deterministic factories, boundary and negative cases, relational datasets with valid foreign keys, cleanup scripts, and PII-safe synthetic data. Production records never leave the machine.

3k tokens
Security Best Practices Review
by PramodDutta

Perform language and framework specific security best-practice reviews, vulnerability detection, and secure-by-default coding guidance for Python, JavaScript/TypeScript, and Go applications.

824 tokens
Security Ownership Map
by PramodDutta

Analyze git repositories to build security ownership topology, compute bus factor for sensitive code, detect orphaned security-critical files, and export ownership graphs for visualization.

864 tokens
Security Threat Modeling
by PramodDutta

Repository-grounded threat modeling that enumerates trust boundaries, assets, attacker capabilities, abuse paths, and mitigations to produce actionable AppSec-grade threat models.

871 tokens
Selenide Testing
by PramodDutta

Expert-level Selenide UI testing skill for Java applications. Covers concise fluent API, automatic waits, smart selectors, collections, Page Objects, and integration with JUnit 5 and Gradle/Maven builds.

4k tokens
Selenium Advanced POM Framework
by PramodDutta

Advanced Selenium WebDriver framework with three Page Object Model patterns (Basic POM, Improved POM, Page Factory), retry mechanisms, Allure reporting, Excel data-driven testing, and Selenoid grid support.

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