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

29 161–29 220 of 62 489

page 487 of 1 042
Expo UI Jetpack Compose
by lingxling

expo-ui-jetpack-compose

683 tokens
Expo UI Swift UI
by lingxling

expo-ui-swift-ui

580 tokens
Expo UI
by lingxling

Build native UI with the @expo/ui package: real SwiftUI on iOS and Jetpack Compose on Android rendered from React in an Expo or React Native app. Covers universal cross-platform components (Host, Column, Row, Button, Text, List, and more imported from @expo/ui), drop-in replacements...

7k tokens scripts
Fable Safe Prompt
by lingxling

Rewrite allowed prompts to reduce false-positive safety triggers without bypassing policy or changing intent.

1k tokens
Faf Context
by lingxling

Get your project to 100% ✪ AI-readiness, fast — the AI auto-detects your stack and only asks for what it can't know (your goal and the human "why"). Least typing, maximum context. For time-conscious builders; feeds into faf-expert for depth.

2k tokens
Faf Expert
by lingxling

Advanced .faf (Foundational AI-context Format) specialist. IANA-registered format, MCP server config, championship scoring, bi-directional sync.

1k tokens
Faf Go
by lingxling

Guided interview to Gold Code (100% AI-Readiness). Use when helping users improve their .faf file through questions. Leverages Claude Code's AskUserQuestion for seamless integration. Just type /faf-go and answer questions till done.

2k tokens
Faf Wizard
by lingxling

Done-for-you .faf generator. One-click AI context for any project - new, legacy, or famous. Auto-detects stack, scores readiness, works everywhere.

2k tokens
Fal Audio
by lingxling

Text-to-speech and speech-to-text using fal.ai audio models

259 tokens
Fal Generate
by lingxling

Generate images and videos using fal.ai AI models

252 tokens
Fal Image Edit
by lingxling

AI-powered image editing with style transfer and object removal

268 tokens
Fal Platform
by lingxling

Platform APIs for model management, pricing, and usage tracking

266 tokens
Fal Upscale
by lingxling

Upscale and enhance image and video resolution using AI

257 tokens
Fal Workflow
by lingxling

Generate workflow JSON files for chaining AI models

254 tokens
Family Health Analyzer
by lingxling

分析家族病史、评估遗传风险、识别家庭健康模式、提供个性化预防建议

873 tokens zh
Favicon
by lingxling

Generate favicons from a source image

2k tokens
Fda Food Safety Auditor
by lingxling

Expert AI auditor for FDA Food Safety (FSMA), HACCP, and PCQI compliance. Reviews food facility records and preventive controls.

756 tokens
Fda Medtech Compliance Auditor
by lingxling

Expert AI auditor for Medical Device (SaMD) compliance, IEC 62304, and 21 CFR Part 820. Reviews DHFs, technical files, and software validation.

816 tokens
Feature Tracking
by lingxling

Maintain durable feature-level memory across AI coding sessions with lightweight Markdown tracks for status, source-of-truth docs, decisions, risks, and changes.

3k tokens
Ffuf Claude Skill
by lingxling

Web fuzzing with ffuf

203 tokens
Ffuf Web Fuzzing
by lingxling

Expert guidance for ffuf web fuzzing during penetration testing, including authenticated fuzzing with raw requests, auto-calibration, and result analysis

5k tokens
Filesystem Context
by lingxling

Use for file-based context management, dynamic context discovery, and reducing context window bloat. Offload context to files for just-in-time loading.

3k tokens
Find Bugs
by lingxling

Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit code on the current branch.

865 tokens
Fitness Analyzer
by lingxling

分析运动数据、识别运动模式、评估健身进展,并提供个性化训练建议。支持与慢性病数据的关联分析。

3k tokens zh
Fix Review
by lingxling

Verify fix commits address audit findings without new bugs

537 tokens
Fixing Accessibility
by lingxling

Audit and fix HTML accessibility issues including ARIA labels, keyboard navigation, focus management, color contrast, and form errors. Use when adding interactive controls, forms, dialogs, or reviewing WCAG compliance.

1k tokens
Fixing Metadata
by lingxling

Audit and fix HTML metadata including page titles, meta descriptions, canonical URLs, Open Graph tags, Twitter cards, favicons, JSON-LD structured data, and robots directives. Use when adding SEO metadata, fixing social share previews, reviewing Open Graph tags, setting up canonical...

1k tokens
Fixing Motion Performance
by lingxling

Audit and fix animation performance issues including layout thrashing, compositor properties, scroll-linked motion, and blur effects. Use when animations stutter, transitions jank, or reviewing CSS/JS animation performance.

2k tokens
Flowhunt Skill
by lingxling

Automation discovery audit skill. Walks through a 5-question workflow intake, then audits Gmail/Calendar/Slack/task trackers to identify automation opportunities. Use when a user wants to discover what processes in their business can be automated.

1k tokens
Flutter Expert
by lingxling

Master Flutter development with Dart 3, advanced widgets, and multi-platform deployment.

4k tokens
Folder Specific Claude And Agents MD
by lingxling

Create folder-scoped CLAUDE.md and AGENTS.md guidance for future agents working in that area.

1k tokens
Food Database Query
by lingxling

Food Database Query

4k tokens zh
Formik Patterns
by lingxling

Formik form handling with validation patterns. Use when building forms, implementing validation, or handling form submission.

2k tokens
Fp Async
by lingxling

Practical async patterns using TaskEither - clean pipelines instead of try/catch hell, with real API examples

6k tokens
Fp Backend
by lingxling

Functional programming patterns for Node.js/Deno backend development using fp-ts, ReaderTaskEither, and functional dependency injection

8k tokens
Fp Data Transforms
by lingxling

Everyday data transformations using functional patterns - arrays, objects, grouping, aggregation, and null-safe access

9k tokens
Fp Either Ref
by lingxling

Quick reference for Either type. Use when user needs error handling, validation, or operations that can fail with typed errors.

651 tokens
Fp Errors
by lingxling

Stop throwing everywhere - handle errors as values using Either and TaskEither for cleaner, more predictable code

6k tokens
Fp Option Ref
by lingxling

Quick reference for Option type. Use when user needs to handle nullable values, optional data, or wants to avoid null checks.

600 tokens
Fp Pipe Ref
by lingxling

Quick reference for pipe and flow. Use when user needs to chain functions, compose operations, or build data pipelines in fp-ts.

472 tokens
Fp Pragmatic
by lingxling

A practical, jargon-free guide to functional programming - the 80/20 approach that gets results without the academic overhead

4k tokens
Fp React
by lingxling

Practical patterns for using fp-ts with React - hooks, state, forms, data fetching. Works with React 18/19, Next.js 14/15.

5k tokens
Fp Refactor
by lingxling

Comprehensive guide for refactoring imperative TypeScript code to fp-ts functional patterns

12k tokens
Fp Taskeither Ref
by lingxling

Quick reference for TaskEither. Use when user needs async error handling, API calls, or Promise-based operations that can fail.

739 tokens
Fp Types Ref
by lingxling

Quick reference for fp-ts types. Use when user asks which type to use, needs Option/Either/Task decision help, or wants fp-ts imports.

591 tokens
Framework Migration Deps Upgrade
by lingxling

You are a dependency management expert specializing in safe, incremental upgrades of project dependencies. Plan and execute dependency updates with minimal risk, proper testing, and clear migration pa

6k tokens
Free Tier Strategy
by lingxling

Design free tiers that convert to paid without creating resentment or abuse. Trigger phrases: free tier design, freemium model, free trial strategy, free tier limits, developer free plan, open source commercial, feature gating, upgrade triggers, free tier conversion

4k tokens
Frontend API Integration Patterns
by lingxling

Production-ready patterns for integrating frontend applications with backend APIs, including race condition handling, request cancellation, retry strategies, error normalization, and UI state management.

2k tokens
Frontend Architecture
by lingxling

A portable, framework-agnostic architecture style for any React or React Native frontend. Organizes apps into feature modules with page/screen directories, a strict server-state vs UI-state split, barrel-only cross-module imports, co-located styles, and clear component-promotion rules....

6k tokens
Frontend Data Contracts
by lingxling

A portable, framework-agnostic discipline for type safety at the network edge of any React or React Native app. Establishes one typed API client as the single fetch boundary, a parse-don't-validate rule that turns wire JSON into trusted domain types before it enters the app, a single...

4k tokens
Frontend Lighthouse
by lingxling

Add a portable Lighthouse CI gate for production frontend builds with Core Web Vitals budgets, category floors, median runs, and CI artifacts.

4k tokens
Frontend Observability
by lingxling

A portable, framework-agnostic field-side observability system for any React or React Native app. Establishes one typed event taxonomy (canonical event-name constants, never inline strings), a best-effort non-blocking provider fan-out so a failing or absent analytics provider can never...

5k tokens
Frontend Optimistic Mutations
by lingxling

A portable, framework-agnostic discipline for the write path of any React or React Native app using a query/cache layer. Codifies the optimistic-update lifecycle (cancel in-flight queries → snapshot every affected cache → patch instantly → roll back verbatim on error → invalidate on...

4k tokens
Frontend SEO
by lingxling

A portable, framework-agnostic SEO system for any React or React Native-for-web frontend. Centralizes site metadata in one constants module, derives canonical URLs from a single base, builds per-route metadata (title, description, canonical, Open Graph, Twitter/X cards), generates...

6k tokens
Frontend UI Engineering
by lingxling

Builds production-quality UIs. Use when building or modifying user-facing interfaces. Use when creating components, implementing layouts, managing state, or when the output needs to look and feel production-quality rather than AI-generated.

3k tokens
Fsi Compliance Checker
by lingxling

Maps code, architecture, and infrastructure changes to specific control IDs in PCI-DSS v4.0 and MAS TRM (Singapore financial regulator), producing an audit-traceable findings report with per-control remediation.

5k tokens
Full Output Enforcement
by lingxling

Use when a task requires exhaustive unabridged output, complete files, or strict prevention of placeholders and skipped code.

890 tokens
Gdb CLI
by lingxling

GDB debugging assistant for AI agents - analyze core dumps, debug live processes, investigate crashes and deadlocks with source code correlation

1k tokens
Gemini API Integration
by lingxling

Use when integrating Google Gemini API into projects. Covers model selection, multimodal inputs, streaming, function calling, and production best practices.

2k tokens
Gemini Interactions API
by lingxling

Use this skill when writing code that calls the Gemini API for text generation, multi-turn chat, multimodal understanding, image generation, video generation, streaming responses, background research tasks, function calling, structured output, or migrating from the old generateContent...

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