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. 79 566 files from 1 758 authors, of which 61 913 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.

61 913
unique skills
out of 79 566 files found on GitHub
17 653
are copies
same content, someone else's repository
1 739
tokens, median
what a typical skill costs you in context
7 886
name collisions
two skills with one name cannot sit side by side

16 261–16 320 of 61 913

page 272 of 1 032
Typescript Language
by HoangNguyen0403

Apply modern TypeScript standards for type safety and maintainability. Use when working with types, interfaces, generics, enums, unions, or tsconfig settings.

2k tokens
Quality Engineering Playwright CLI
by HoangNguyen0403

Standardizes token-efficient browser automation via playwright-cli. Use for web verification, navigation, and capturing snapshots/logs.

4k tokens
Typescript Security
by HoangNguyen0403

Secure server-side TypeScript input, auth tokens, and injection boundaries. Use for API/request validation, sanitization, secrets, and sensitive configuration; defer client-only React form validation and generic linting.

2k tokens
Typescript Tooling
by HoangNguyen0403

Development tools, linting, and build config for TypeScript. Use when configuring ESLint, Prettier, Jest, Vitest, tsconfig, or any TS build tooling.

1k tokens
Battle Test
by HoangNguyen0403

Deep audit of a skills directory against the Skill Creator standard. Produces a scored report and phased remediation plan.

613 tokens
Brainstorm Feature
by HoangNguyen0403

Clarify a rough product or engineering idea into a BRD-lite brief (Why) with measurable business value.

1k tokens
Codebase Review
by HoangNguyen0403

Review an entire codebase for architecture, engineering health, and exploitable risk; generate a prioritized remediation plan, an evidence-anchored system knowledge document, or both.

1k tokens
Code Review
by HoangNguyen0403

Run an AI-assisted PR code review using multi-layer lenses with confidence scoring.

1k tokens
Deploy Release
by HoangNguyen0403

Prepare and verify a staged or production deployment with rollback and smoke checks.

655 tokens
Evals Run
by HoangNguyen0403

Workflow skill for evals run.

926 tokens
Design Solution
by HoangNguyen0403

Turn an approved PRD or implementation goal into SRS/FRS technical requirements (How), architecture, contracts, and verification decisions.

1k tokens
Dev Fix
by HoangNguyen0403

Unified developer workflow for fixing bugs. Analyzes issue-tracker context, cross-checks docs/code, proposes a solution, implements the fix, verifies locally, and delivers a PR/MR.

2k tokens
Implement Feature
by HoangNguyen0403

Implement an approved feature plan with fresh-context slices, TDD, evidence, and PR-ready output.

982 tokens
Implementation Readiness
by HoangNguyen0403

Verify BRD-lite, PRD, SRS/FRS, UX, and test prerequisites before implementation starts.

875 tokens
Plan Feature
by HoangNguyen0403

Plan a feature from BRD-lite brief or clear intent into PRD (What), decisions, implementation plan, and task slices.

1k tokens
Pentest
by HoangNguyen0403

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

730 tokens
Incident Hotfix
by HoangNguyen0403

Mitigate a production incident or urgent regression first, then route to root-cause remediation and a postmortem.

754 tokens
Publish Notes
by HoangNguyen0403

Draft user-facing release notes, store changelogs, and internal publish summaries.

638 tokens
Retro Learn
by HoangNguyen0403

Convert delivery findings into skill, eval, workflow, and documentation improvements.

629 tokens
Sdlc
by HoangNguyen0403

Route a task to the next synced SDLC workflow based on current artifacts and repo state.

2k tokens
Review Ticket
by HoangNguyen0403

Review a ticket or PR through focused specialist lenses: scope, architecture, security, tests, AC coverage, and PR metadata.

1k tokens
Security Test
by HoangNguyen0403

Fast, continuous DevSecOps pipeline for Pull Requests and active branches. Runs SAST, SCA, and secrets detection to catch vulnerabilities before they merge.

789 tokens
Skill Benchmark
by HoangNguyen0403

Benchmark AI skill effectiveness by measuring implementation quality against legacy constraints.

747 tokens
Traceability Audit
by HoangNguyen0403

Map requirements, acceptance criteria, implementation, tests, and release artifacts into one traceability report.

699 tokens
Session Report
by HoangNguyen0403

Capture delivery evidence, commands, changed files, blockers, and standards feedback after a work session.

726 tokens
Uat Signoff
by HoangNguyen0403

Walk a business/UAT approver through a plain-language demo of a verified feature and capture business acceptance signoff.

723 tokens
Update Docs
by HoangNguyen0403

Automated workflow to detect and fix missing documentation

350 tokens
Verify Bug
by HoangNguyen0403

Post-merge UAT verification workflow. Walks JIRA reproduce steps, performs comparative audits (Before/After), attaches evidence to JIRA, and transitions status on PASS.

1k tokens
Verify Work
by HoangNguyen0403

Verify feature, bug, UI, API, mobile, security, or deployment work against acceptance criteria.

907 tokens
Zephyr Coverage Analysis
by HoangNguyen0403

Analyze Zephyr test case coverage for a Jira user story and produce a QE management report with metrics, risk scoring, and prioritized recommendations.

1k tokens
Skill Creator
by HoangNguyen0403

Standards for creating new High-Density Agent Skills with optimal token economy.

5k tokens
Flutter Navigation
by HoangNguyen0403

Implement navigation patterns with go_router, deep linking, and named routes in Flutter. Use when building navigation, deep linking, or routing.

1k tokens
Android Agp Upgrade
by HoangNguyen0403

Upgrade an Android project to Android Gradle Plugin (AGP) 9. Use when migrating to AGP 9, updating Gradle build files, migrating to built-in Kotlin, or adopting the new AGP DSL.

2k tokens
Android Architecture
by HoangNguyen0403

Apply Clean Architecture layering, modularization, and Unidirectional Data Flow in Android projects. Use when setting up project structure, placing code in layers, configuring feature/core modules, or implementing UDF patterns; defer Compose state and ViewModel/StateFlow implementation to their specific skills.

2k tokens
Android Compose Migration
by HoangNguyen0403

Migrate an Android XML View to Jetpack Compose following a structured 10-step workflow. Use when converting XML layouts to Compose, setting up Compose in an existing View-based project, or incrementally adopting Compose.

2k tokens
Android Background Work
by HoangNguyen0403

Implement WorkManager and background processing correctly on Android. Use when creating Worker classes, scheduling tasks, choosing between WorkManager and Foreground Services, or setting up Hilt in workers; defer FCM and notification delivery to android-notifications.

1k tokens
Android Compose
by HoangNguyen0403

Build high-performance declarative UI with Jetpack Compose. Use when writing Composable functions, optimizing recomposition, hoisting state, or working with LazyColumn and side effects; defer deep-link and navigation routing to android-navigation.

2k tokens
Android Concurrency
by HoangNguyen0403

Write correct coroutine scopes, lifecycle collection, and dispatcher injection in Android production code. Use for suspend functions, coroutine scopes, and dispatcher mechanics; defer ViewModel StateFlow/LiveData architecture, Fragment lifecycle recipes, persistence/notifications, and unit-test recipes to their specific skills.

1k tokens
Android Deployment
by HoangNguyen0403

Configure release signing, R8 obfuscation, and App Bundle publishing for Android. Use when setting up signing configs, enabling minification, adding ProGuard keep rules, or preparing for Play Store submission.

1k tokens
Android Design System
by HoangNguyen0403

Enforce Material Design 3 theming and design token usage in Jetpack Compose. Use when implementing M3 components, color schemes, typography, or design tokens.

1k tokens
Android Edge To Edge
by HoangNguyen0403

Migrate a Jetpack Compose app to edge-to-edge display and fix system bar inset issues. Use when UI components are obscured by navigation/status bars, fixing IME insets, or enabling edge-to-edge for SDK 35+.

2k tokens
Android Di
by HoangNguyen0403

Configure Hilt dependency injection with proper scoping, modules, and constructor injection in Android. Use when changing the production Hilt graph; defer test overrides, Room wiring, navigation-specific scopes, and generic DI explanations to their specific skills.

1k tokens
Android Legacy Navigation
by HoangNguyen0403

Implement Jetpack Navigation Component with XML graphs and SafeArgs for type-safe fragment navigation. Use when working with XML-based navigation or SafeArgs in legacy Android projects; defer drawer and other UI-chrome work to UI skills.

2k tokens
Android Legacy Security
by HoangNguyen0403

Harden Intent handling, WebView configuration, and FileProvider access in Android apps. Use when securing Intent extras, configuring WebViews, or exposing files via FileProvider; defer manifest export flags and generic Bundle typing to focused Android security guidance.

2k tokens
Android Legacy State
by HoangNguyen0403

Integrate ViewModel state with XML Views using Coroutines and Lifecycle on Android. Use when managing state with repeatOnLifecycle or lifecycle-aware coroutines in Fragment/Activity; defer Compose state and generic Flow design to their specific skills.

1k tokens
Android Navigation 3
by HoangNguyen0403

Install and migrate to Jetpack Navigation 3. Use when implementing Navigation 3 patterns including NavDisplay, NavKey routes, deep links, multiple backstacks, scenes (dialogs, bottom sheets), or migrating from Navigation 2.

3k tokens
Android Navigation Type Safe
by HoangNguyen0403

Implement type-safe Jetpack Navigation Compose routes using Kotlin serialization. Use only when defining typed Compose destinations and arguments; defer XML navigation, deep links, animations, and generic auth or bottom-navigation work.

1k tokens
Android Networking
by HoangNguyen0403

Integrate Retrofit, OkHttp, and Kotlinx Serialization for type-safe API communication in Android. Use when building API clients, adding interceptors, or configuring network security—not standalone MockWebServer or API-test setup.

1k tokens
Android Navigation
by HoangNguyen0403

Implement screen routes and deep-link/App Link routing with Jetpack Compose Navigation on Android. Use when the primary task is Compose route configuration or external URL routing; defer typed-route APIs, XML/fragments, generic back-stack, and transition questions to their specific navigation skills.

2k tokens
Android Notifications
by HoangNguyen0403

Integrate Android app notifications using Firebase Cloud Messaging and NotificationCompat. Use when setting up FCM, notification channels, or client-side notification taps; defer Flutter, server sends, WorkManager orchestration, and generic Intent handling.

2k tokens
Android Performance
by HoangNguyen0403

Optimize Android app startup, UI rendering, frame stability, and benchmark performance with Baseline Profiles, Macrobenchmark, and lazy initialization. Use when reducing startup time, diagnosing jank, or measuring rendering; defer Compose state API and test-only questions.

2k tokens
Android Persistence
by HoangNguyen0403

Implement Room schemas and DataStore preferences with proper async patterns in Android. Use when the primary task is storage schema, DAO, migration, or preference isolation; defer auth-token/security storage, any CoroutineWorker/WorkManager task, Hilt graph wiring, and cache-policy design.

1k tokens
Android Resources
by HoangNguyen0403

Organize Android strings, drawables, fonts, themes, localization, and concrete resource-backed Compose values such as MaterialTheme colors. Use for resource declarations and their direct UI lookup; defer design-system token architecture, network image loading, lint-rule configuration, and general Compose implementation.

2k tokens
Android State
by HoangNguyen0403

Configure ViewModel state emission with StateFlow, SharedFlow, and sealed UiState classes in Android. Use for state modeling and sharing policies; defer generic lifecycle collection, navigation-event plumbing, Hilt injection, test code, and configuration-change recipes to their specific skills.

2k tokens
Android Security
by HoangNguyen0403

Secure Android data at rest and authentication secrets. Use for auth tokens, encrypted storage, and app-data isolation; defer WebView/Intent/FileProvider to android-legacy-security and TLS/certificate pinning to android-networking.

1k tokens
Android Testing
by HoangNguyen0403

Write Android unit, Compose UI, and Hilt-integrated tests. Use when designing test behavior with MockK or coroutine test utilities; defer database/WorkManager-specific recipes to the owning feature skill.

1k tokens
Android Tooling
by HoangNguyen0403

Configure Android static analysis with Detekt, Ktlint, and Android Lint for CI/CD quality gates. Use for Android-specific lint and quality tooling; defer generic Java Checkstyle, SonarQube, and standalone CI configuration.

1k tokens
Android XML Views
by HoangNguyen0403

Implement ViewBinding, RecyclerView, and XML layouts correctly on Android. Use when changing XML view binding or RecyclerView behavior, including its item animations and layout managers; defer standalone animation or layout-manager questions unrelated to RecyclerView.

2k tokens
Angular Architecture
by HoangNguyen0403

Standards for Angular project structure, feature modules, and lazy loading. Use when structuring Angular apps, defining feature modules, or configuring lazy loading.

2k tokens
Angular Components
by HoangNguyen0403

Build standalone Angular components with Signals inputs, OnPush change detection, Control Flow, and Smart/Dumb patterns. Use when building standalone Angular components, implementing @if/@for control flow, applying OnPush change detection, or implementing Signals in Angular components.

2k 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 350 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 79 566 files found on GitHub, 61 913 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 886 skills here share a name with another skill, and two of them cannot sit side by side.