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 354 files from 1 739 authors, of which 61 713 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 713
unique skills
out of 79 354 files found on GitHub
17 641
are copies
same content, someone else's repository
1 738
tokens, median
what a typical skill costs you in context
7 879
name collisions
two skills with one name cannot sit side by side

56 821–56 880 of 61 713

page 948 of 1 029
Signals Scout Feature Flags
by PostHog
vendor

> Focused Signals scout for PostHog projects using feature flags. Watches the flag roster and the `$feature_flag_called` evaluation stream for contradictions between a flag's (code calling keys that no longer exist), response-distribution shifts with no corresponding flag edit, and flag debt (stale, fully-rolled-out, or dead flags still burning evaluations). Emits findings only when they clear the confidence bar; otherwise writes durable memory and closes out empty. Self-contained peer in the signals-scout-* fleet — no dependencies on other skills.

6k tokens
Signals Scout General
by PostHog
vendor

> General Signals scout for PostHog projects. Cross-product explorer that scans a team's project and emits findings into the Signals inbox. Sibling signals-scout-* specialists each watch a single product surface in depth; this scout looks for cross-product correlations and explores the surfaces no specialist covers. Each scout runs on its own schedule (default hourly), so general fires independently of the specialists over time.

5k tokens
Signals Scout Inbox Validation
by PostHog
vendor

> Follow-up scout for the Signals inbox itself. Watches reports that recently transitioned to resolved (an implementation PR merged) and, after a deployment soak window, re-measures the underlying problem to check the fix actually held — plus a strictly-gated escalation check on recently dismissed reports. Emits findings only when a shipped fix demonstrably didn't hold; confirmations and unverifiable verdicts become durable memory and an empty close-out. Self-contained peer in the signals-scout-* fleet — no dependencies on other skills.

6k tokens
Signals Scout Health Checks
by PostHog
vendor

> Focused Signals scout for PostHog setup health. Reads the project's active health issues — the deterministic findings of PostHog's own health checks (no live events, outdated SDKs, missing reverse proxy, absent web vitals, ingestion warnings, failing data-warehouse models, and more) — and decides which are genuinely worth surfacing. Unlike a one-signal-per-issue push, it bundles kind-clusters into a single finding, weights by real blast radius (cross-referencing actual event volume and reach), and prioritizes issues an agent can resolve via the MCP. Emits only above the confidence bar; otherwise writes durable memory and closes out empty. Self-contained peer in the signals-scout-* fleet — no dependencies on other skills.

5k tokens
Signals Scout Logs
by PostHog
vendor

> Focused Signals scout for PostHog projects using logs. Watches for volume bursts, severity-distribution shifts, service silence, fresh message patterns, and trace-correlated bursts via the logs ingestion pipeline. Emits findings only when they clear the confidence bar; otherwise writes durable memory and closes out empty. Self-contained peer in the signals-scout-* fleet — no dependencies on other skills.

4k tokens
Signals Scout Observability Gaps
by PostHog
vendor

> Focused Signals scout for finding observability gaps in PostHog itself — significant event volumes the team isn't tracking, custom events with no insight or dashboard coverage, insights pointing at events that have stopped firing, dashboards missing related context, critical events with no alerts. Watches the event-stream-vs-saved- inventory delta as the team's product evolves and emits findings recommending new insights, dashboard additions, or alerts when gaps clear the confidence bar. Self-contained peer in the signals-scout-* fleet — no dependencies on other skills.

4k tokens
Signals Scout Replay Vision
by PostHog
vendor

> Focused Signals scout for PostHog projects running Replay Vision scanners — the standing LLM probes that watch session recordings and write `$recording_observed` events. Watches cliffs, exhausted quota — a silent watch gap), and that what the scanners see in aggregate gets surfaced (a monitor's `yes`-rate or a scorer's score stepping away from its own baseline, a classifier tag or a recurring summarizer theme concentrating across many `emits_signals` already emit one signal per session into this same inbox, so this scout never repeats them — it adds the cross-session shape the per-session probe can't see. Emits findings only when they clear the confidence bar; otherwise writes durable memory and closes out empty. Self-contained peer in the signals-scout-* fleet.

7k tokens
Signals Scout Session Replay
by PostHog
vendor

> Focused Signals scout for PostHog projects using session replay. Watches two promises recording volume vanishing while site traffic doesn't), and that the friction evidence inside recordings gets seen (rage-click / dead-click clusters concentrating on a page or element, error-after-interaction cohorts, recurring replay vision themes nobody aggregates). Emits findings only when they clear the confidence bar; otherwise writes durable memory and closes out empty. Self-contained peer in the signals-scout-* fleet.

7k tokens
Signals Scout Revenue Analytics
by PostHog
vendor

> Focused Signals scout for PostHog projects using revenue analytics. Watches the derived revenue product for upstream failures (Stripe sync stalls, capture regressions), config drift (missing subscription property, currency mix surprises, broken Stripe↔person joins, deferred-revenue gaps), and goal-miss escalations. Emits findings only when they clear the confidence bar; otherwise writes durable memory and closes out empty. Self-contained peer in the signals-scout-* fleet — no dependencies on other skills.

4k tokens
Signals Scout Surveys
by PostHog
vendor

> Focused Signals scout for PostHog projects running surveys. Watches active surveys for score regressions (NPS / CSAT / rating drops), response-volume drops, abandonment spikes, and targeting drift, AND aggregates open-text responses into recurring themes the team should know about (clusters of complaints, praise, feature requests). Emits findings only when a theme or anomaly clears the confidence bar; otherwise writes durable memory and closes out empty. Self-contained peer in the signals-scout-* fleet — no dependencies on other skills.

7k tokens
Signals Scout Web Analytics
by PostHog
vendor

> Focused Signals scout for PostHog projects with web traffic. Watches the acquisition diverging from the site's own rhythm (an acquisition source silently collapsing or surging), attribution breakage (paid/campaign traffic reclassifying into Direct or Unknown when tagging breaks), landing pages that break (bounce-rate steps, 404 spikes, entry-path cliffs), and page-performance regressions (web vitals p75 steps). Emits findings only when they clear the confidence bar; otherwise writes durable memory and closes out empty. Self-contained peer in the signals-scout-* fleet.

6k tokens
Skills Store
by PostHog
vendor

>- Discover and use shared team skills stored in PostHog. Use when the user asks to list, browse, load, or manage "shared skills", "team skills", or references the "skills store" / "skill store".

3k tokens
Triaging Error Issues
by PostHog
vendor

> Triage PostHog error tracking issues during a daily or on-call review. Use when the user asks "what's broken?", "what new errors do we have?", "show me top errors today", "what should I look at this morning", or wants a prioritized list of active issues to work on. Surfaces new and high-impact issues, ranks by users affected and recency, points at linked replays, and proposes next actions (investigate, assign, suppress, merge).

2k tokens
Suppressing Noisy Errors
by PostHog
vendor

> Create PostHog error tracking suppression rules to drop high-volume, low-value errors at ingestion. Use when the user asks "stop capturing this error", "drop browser extension errors", "ignore ResizeObserver loops", "suppress bot-driven errors", or wants to reduce ingestion cost from noisy unactionable errors. Identifies suppression candidates, scopes the filter tightly, decides between full suppression and sampling, and confirms the rule before creating it. Suppressed errors are dropped permanently — this skill defaults to caution.

4k tokens
Suggesting Data Imports
by PostHog
vendor

Use when the user asks about revenue, payments, subscriptions, billing, CRM deals, support tickets, production database tables, or other data that PostHog does not collect natively. Also use when a query fails because a table does not exist or returns no results for expected external data. The data warehouse can import from SaaS tools (Stripe, Hubspot, etc.), production databases (Postgres, MySQL, BigQuery, Snowflake), and other arbitrary data sources. Covers checking existing sources, identifying the right source type, and guiding the setup.

2k tokens
Working With Skills
by PostHog
vendor

>- Best practices for agents managing PostHog skills via the MCP `llma-skill-*` tools — how to discover, read, create, update, and refactor skills efficiently, especially large skills with many bundled files. Use whenever you are about to call any `llma-skill-*` tool, asked to author or edit a shared skill, or troubleshoot why a skill write was rejected. Pairs with `skills-store` (which covers the raw tool surface) by adding the decision-tree, efficiency, and pitfall guidance.

4k tokens
Error Tracking Angular
by PostHog
vendor

PostHog error tracking for Angular

9k tokens
Error Tracking Android
by PostHog
vendor

PostHog error tracking for Android

8k tokens
Error Tracking Flutter
by PostHog
vendor

PostHog error tracking for Flutter

9k tokens
Error Tracking Nextjs
by PostHog
vendor

PostHog error tracking for Next.js

10k tokens
Error Tracking Go
by PostHog
vendor

PostHog error tracking for Go

8k tokens
Error Tracking Hono
by PostHog
vendor

PostHog error tracking for Hono

7k tokens
Error Tracking Nuxt
by PostHog
vendor

PostHog error tracking for Nuxt

8k tokens
Error Tracking Python
by PostHog
vendor

PostHog error tracking for Python

8k tokens
Error Tracking React Native
by PostHog
vendor

PostHog error tracking for React Native

8k tokens
Error Tracking Node
by PostHog
vendor

PostHog error tracking for Node.js

8k tokens
Error Tracking Ruby
by PostHog
vendor

PostHog error tracking for Ruby

7k tokens
Error Tracking React
by PostHog
vendor

PostHog error tracking for React

8k tokens
Error Tracking Ruby On Rails
by PostHog
vendor

PostHog error tracking for Ruby on Rails

8k tokens
Error Tracking Svelte
by PostHog
vendor

PostHog error tracking for Svelte

8k tokens
Error Tracking Web
by PostHog
vendor

PostHog error tracking for Web (JavaScript)

8k tokens
Feature Flags Android
by PostHog
vendor

PostHog feature flags for Android applications

31k tokens
Feature Flags API
by PostHog
vendor

PostHog feature flags for API applications

32k tokens
Feature Flags Dotnet
by PostHog
vendor

PostHog feature flags for .NET applications

32k tokens
Feature Flags Flutter
by PostHog
vendor

PostHog feature flags for Flutter applications

32k tokens
Feature Flags Elixir
by PostHog
vendor

PostHog feature flags for Elixir applications

31k tokens
Feature Flags Go
by PostHog
vendor

PostHog feature flags for Go applications

32k tokens
Feature Flags Ios
by PostHog
vendor

PostHog feature flags for iOS applications

31k tokens
Feature Flags Java
by PostHog
vendor

PostHog feature flags for Java applications

31k tokens
Feature Flags Nodejs
by PostHog
vendor

PostHog feature flags for Node.js applications

32k tokens
Feature Flags Php
by PostHog
vendor

PostHog feature flags for PHP applications

31k tokens
Feature Flags Nextjs
by PostHog
vendor

PostHog feature flags for Next.js applications

36k tokens
Feature Flags Python
by PostHog
vendor

PostHog feature flags for Python applications

32k tokens
Feature Flags React Native
by PostHog
vendor

PostHog feature flags for React Native applications

32k tokens
Feature Flags React
by PostHog
vendor

PostHog feature flags for React applications

32k tokens
Feature Flags Ruby
by PostHog
vendor

PostHog feature flags for Ruby applications

32k tokens
Feature Flags Rust
by PostHog
vendor

PostHog feature flags for Rust applications

31k tokens
Integration Angular
by PostHog
vendor

PostHog integration for Angular applications

14k tokens
Feature Flags Web
by PostHog
vendor

PostHog feature flags for Web (JavaScript) applications

32k tokens
Integration Android
by PostHog
vendor

PostHog integration for Android applications

27k tokens
Integration Astro Hybrid
by PostHog
vendor

>- PostHog integration for Astro hybrid rendering with both static and server-rendered pages

14k tokens
Integration Astro Static
by PostHog
vendor

PostHog integration for static Astro sites using SSG

12k tokens
Integration Astro Ssr
by PostHog
vendor

PostHog integration for server-rendered Astro applications with API routes

14k tokens
Integration Astro View Transitions
by PostHog
vendor

PostHog integration for Astro with ClientRouter view transitions

13k tokens
Integration Django
by PostHog
vendor

PostHog integration for Django applications

14k tokens
Integration Fastapi
by PostHog
vendor

PostHog integration for FastAPI applications

23k tokens
Integration Flask
by PostHog
vendor

PostHog integration for Flask applications

14k tokens
Integration Expo
by PostHog
vendor

PostHog integration for Expo applications

25k tokens
Integration Javascript Node
by PostHog
vendor

PostHog integration for server-side Node.js applications using posthog-node

18k tokens
Integration Javascript Web
by PostHog
vendor

>- PostHog integration for client-side web JavaScript applications using posthog-js

19k 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 329 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 354 files found on GitHub, 61 713 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 879 skills here share a name with another skill, and two of them cannot sit side by side.