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

27 841–27 900 of 62 489

page 465 of 1 042
Agentsop Selfhost Decision
by agentsope

>- Project-kickoff rubric for the self-host vs managed-cloud decision — when is running your own inference engine / LLM platform worth the ops cost vs paying per-token for a managed API? Decide on two axes — VOLUME (a cost-crossover slider) and COMPLIANCE (a hard gate). Use at kickoff when choosing where to run inference, or when cost / data-residency pressure forces a re-evaluation.

13k tokens
Agentsop Session State Hygiene
by agentsope

| when to /clear, when to keep context, and how to detect "context bleed" — the failure mode where stale conversation history biases the model against the current task. Surfaces a discipline that Aider (/clear), Claude Code (/clear), CrewAI (memory=False, re-instantiate), and LangGraph (new thread_id, subgraph isolation) all encode separately but none name as a skill.

13k tokens
Agentsop Structured Output Picker
by agentsope

>- Decide where to enforce structured LM output (constrain at decode time with Outlines vs validate-and-retry with Instructor vs grammar with Guidance) and which failure stance to take (Assert/hard-fail vs Suggest/soft-retry). Use when an LM's output is parsed or typed by downstream code and you must pick one enforcement library plus its failure handling, when malformed output is burning tokens on retries, or when choosing between decode-time vs validation-time constraints for local vs API models.

11k tokens
Agentsop Signature Design
by agentsope

>- Decision rubric for promoting a prose prompt into a typed DSPy Signature. This is an answers the coder-agent decision "when do I stop hand-writing a prompt string and declare it as a `dspy.Signature`, and how do I name/describe its fields so the optimizer and the lines; the LM output is consumed by code (parsed, branched on, stored) rather than read by a human; the same prompt is reused across >1 call site; or a teammate asks "should this be a Signature?". Do NOT activate for one-shot throwaway prompts, or for HOW-TO questions about DSPy modules /optimizers/compile — defer those to the [[dspy]] skill and the Signature, prompt as a function, prompt contract, when to formalize a prompt.

10k tokens
Agentsop Test Fix Loop
by agentsope

| Decision protocol for wiring a verify-then-fix loop around a code-editing LLM agent. The agent edits → runs lint/test → reads the output → fixes → re-runs, bounded by an iteration cap and an escalation rule. Activates whenever a coder agent has a verifiable success criterion (exit code, type-checker output, failing assertion) and the user wants the agent to converge to "green" on its own. Framework-agnostic — wraps Aider's `--auto-lint`/`--auto-test`, an OpenHands SWE-Bench loop, a manual LangGraph cycle, or Claude Code's bash tool just the same.

17k tokens
Agentsop Tool Scoping
by agentsope

>- Enhancement overlay for multi-agent / tool-using coder agents. Encodes the per-agent tool- scoping discipline that role-based frameworks (CrewAI, LangChain) document only as a every agent is a correctness and blast-radius risk. Activates when an agent system has tools AND there is more than one agent (or one agent holding many tools). Treat a tool as a capability grant; scope by least-privilege. ENHANCE overlay — read alongside [[crewai]], tools per agent, least-privilege agent, agent tool access, tool permissions, limit agent

8k tokens
Agentsop State Reducer
by agentsope

| Tool skill for declaring reducers on LangGraph state keys so parallel writes merge instead of crashing. Activates whenever a coder agent designs a StateGraph with parallel branches, fan-out via Send, multi-agent topologies, one value per step`. Encodes the rule "every state key is single-writer or has a reducer — nothing in between."

5k tokens
Agentsop Streaming Output
by agentsope

| Enhancement-overlay decision protocol for STREAMING the output of long-running LLM / agent runs from the *backend*, not just wiring a typing animation in the UI. Activates when a coder agent must stream final tokens to a chat client, surface intermediate agent steps (which tool, which node, partial reasoning), emit custom tool-progress events, choose a transport (SSE vs WebSocket), or decide what to do when the client disconnects mid-stream. The langchain / langgraph skills mention stream modes but stop at "you can stream"; this skill encodes *what to stream, over what transport, and how to fail safely*.

11k tokens
Agentsop Vllm
by agentsope

Decision SOP for serving LLMs with vLLM. Covers PagedAttention mental model, quantization/parallelism/batching tradeoffs, OOM triage, and when NOT to use vLLM. Activates when a coder-agent is choosing or tuning an inference engine, debugging vLLM throughput/latency/OOM, or comparing vLLM against TGI/SGLang/TensorRT-LLM/llama.cpp.

16k tokens
Delive Transcript Analyzer
by XimilalaXiang

Analyze, summarize, and extract insights from DeLive transcription sessions. Use when: user mentions DeLive, transcription, meeting transcripts, live captions, audio transcription, AI correction, corrected transcript, or transcript analysis; user wants to search, retrieve, summarize, correct, or process recorded transcripts; user asks about meeting notes, action items, discussion summaries, or transcript quality from DeLive. Requires DeLive app running locally with its MCP server or REST API.

1k tokens
Doc Todo Log Loop
by cafe3310

基于日志记录驱动的轻量级项目开发和管理方案,是新项目的缺省管理方案

1k tokens zh
Cafe3310 Obsidian Writer
by cafe3310

编写符合 cafe3310 的 Obsidian 仓库风格的文档

780 tokens zh
Git Snapshot Rollback
by cafe3310

存档当前的失败尝试分支,并安全回退到特定历史提交

2k tokens scripts zh
Agent Browser
by cafe3310

为 Agent 设计的自动化浏览器 CLI 工具,也能操作 Electron 桌面应用。当需要与网站交互(包括页面导航)时使用

538 tokens
Claude Code Handoff
by cafe3310

从 Claude Code 的 Session 解析 jsonl 对话记录,接续执行任务

5k tokens scripts zh
Content Tone Adjuster
by cafe3310

调整内容风格,提供「去 AI 腔调」「平实务实化」「极简直白风」三种方向

3k tokens zh
Deep Research
by cafe3310

一个全面、自主的深度研究框架。当用户请求对复杂主题、市场调研、技术格局进行深入的多维度调查,或需要大量网页浏览、数据合成和结构化报告的任何任务时,使用此技能。它协调子代理(subagents)并使用基于文件系统的状态管理来防止上下文膨胀。

12k tokens scripts zh
Doc Template Provider
by cafe3310

提供文档模板,涵盖常见文档类型,包括 Jira 需求

2k tokens zh
Impeccable
by cafe3310

Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Not for backend-only or non-UI tasks.

512k tokens scripts
Handoff
by cafe3310

编写或更新交接文档,让全新上下文的下一个 Agent 可以继续工作

458 tokens zh
Interview Processor
by cafe3310

处理面试记录,包含面试大纲规划、提问提取与纠错、总结和知识图谱存储

7k tokens zh
Kol Writer
by cafe3310

梳理自媒体文章大纲与写作语料的管理流程

60k tokens scripts zh
Im Local Kb
by cafe3310

IM 知识整理和分析技能,专注于从聊天记录中提取高价值的知识

27k tokens scripts zh
Interactive Human Review
by cafe3310

大范围变更后的互动式人类 review 流程,通过渐进式 checklist 与问答交互确保人类深度理解会话改动

1k tokens zh
Deep Research
by cafe3310

A comprehensive, autonomous deep research framework. Use this skill when the user requests a thorough, multi-dimensional investigation into a complex topic, market research, technology landscape, or any task requiring extensive web browsing, data synthesis, and structured reporting. It orchestrates subagents and uses file-system-based state management to prevent context bloat.

12k tokens scripts
Markdown New
by cafe3310

通过 markdown.new API 将网页、整站或搜索结果转换为干净的 Markdown

7k tokens scripts zh
Long Audio To Obsidian
by cafe3310

将语音转写项目输出的复杂文件结构整理合并为适合 Obsidian 归档的 Markdown 文档

2k tokens scripts zh
Media Organizer
by cafe3310

根据项目约定将媒体文件目录组织成结构化分类形式,便于归档管理

847 tokens zh
Learning Assistant
by cafe3310

互动式主题学习助手,依赖知识库结构化学习任务并交互引导完成学习过程

24k tokens scripts zh
Long Audio Transcript Processor
by cafe3310

对大量语音转写稿进行校对、整理、分段处理,支持断点续传和恢复

4k tokens scripts zh
Online Content Collector
by cafe3310

对 Obsidian 仓库进行自动素材媒体剪藏,本地化特定 tag 标注的网页、视频及附件

7k tokens scripts zh
Project Design Concept Organizer
by cafe3310

补充 doc-todo-log-loop,在开发过程中归纳项目的设计理念和架构模式,将开发决策和隐性知识转化为系统的设计文档

944 tokens zh
Tech To Marketing Brief
by cafe3310

将零散的技术特性和算法更新,转化为完整的运营 Brief、社媒宣发案例库以及配套的研发 Jira Ticket

3k tokens zh
Weekly Report Writer
by cafe3310

综合 Obsidian 笔记库中的文档,基于最近的文档、上一份报告和项目背景生成周报

2k tokens zh
Browser Testing
by cafe3310

定义了使用浏览器开发者工具进行端到端(E2E)测试的工作流,测试用例以 Markdown 文件形式记录。

979 tokens zh
Twitter Watch
by cafe3310

提取一系列 Twitter 推文的互动数据并整合生成报告

5k tokens scripts zh
Wx Emoji Maker
by cafe3310

处理 PNG 图片目录,将其转换为适合微信使用的表情包

2k tokens scripts zh
Content Research Writer
by cafe3310

Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.

4k tokens
Paste Image
by cafe3310

此技能提供一个脚本,用于将 macOS 剪贴板中的图片直接粘贴到指定的 PNG 文件。

533 tokens scripts zh
Pmp Dev Process
by cafe3310

PMP 风格的结构化迭代开发流程,确保清晰、高效且有据可查。

353 tokens zh
Prd Writer
by cafe3310

此 Skill 指导 Gemini 将一个高阶的产品想法,通过结构化的分析与协作,转化为一份详尽、可执行的产品需求文档(PRD)。

4k tokens zh
Tdd Dev Cycle
by cafe3310

测试驱动开发 (TDD) 主干工作循环,包含分析、测试编写、开发、验证及带熔断的修复机制。

537 tokens zh
Project Management
by cafe3310

对项目结构和工作流进行管理

2k tokens zh
Cafe3310 Skill Installer
by cafe3310

自动化安装和更新来自 cafe3310 的所有 Agent Skills

2k tokens scripts zh
Deep Research Partnership Planner
by cafe3310

调研合作伙伴,生成 LLM 生态合作所需的 GTM 和合作方案

2k tokens zh
Code Naming Auditor
by cafe3310

审计代码库中的命名,确保符合既定的术语和规范

1k tokens zh
Deploy Folder To Modelscope
by cafe3310

将项目特定目录部署到 ModelScope 仓库

2k tokens scripts zh
Gemini Omni Video To Sticker Gif
by cafe3310

从视频片段裁剪缩放变速以制作GIF动态表情

3k tokens scripts zh
Hugging Face Stat
by cafe3310

获取 Hugging Face 上的模型、数据集和 Space 的统计信息

3k tokens scripts zh
Long Chat Task Processor
by cafe3310

对大量原始聊天记录进行结构化整理,进行知识提取或生成任何主题分析文档

4k tokens scripts zh
Im Contact Sorter
by cafe3310

批量整理、分类和清洗即时通讯 (IM) 软件联系人与群组的结构化工作流工具

3k tokens scripts zh
Im Wiki Extractor
by cafe3310

将超长群聊日志转化为结构化知识图谱。采用滑动窗口增量提取,规避上下文限制,并确保实体与关系的沉淀与溯源

9k tokens scripts zh
Obsidian Knowledge Filter
by cafe3310

从知识库目录中检索、筛选和提取特定关键词相关知识

3k tokens scripts zh
Project Learner
by cafe3310

结构化交互式学习助手,当用户希望学习项目相关知识、特定代码文件或底层技术时使用此技能,它会将学习过程记录为持久化的 Markdown 日志

564 tokens zh
Obsidian Todo Collector
by cafe3310

从 Obsidian 知识库中扫描指定时间范围内未完成事件,生成/更新未完成事件整理文档

3k tokens scripts zh
Oneshot Website
by cafe3310

Generate immersive, one-shot single-file HTML websites with embedded CSS and JS. No external images. Hostable on CodePen or Vercel. Use for writeup showcases, AI capability demos, and portfolio pieces.

4k tokens
Skill Creator
by cafe3310

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

57k tokens scripts
Subject Learning Assistant
by cafe3310

基于 memocli (memories-off) 的结构化、三层分级的学习助手。支持内容摄取、自动大纲规划(主题 -> 任务 -> 概念)、引导式教学以及实时的地铁图可视化

18k tokens scripts zh
Plugin Search And Use
by cafe3310

使用的 Claude Plugin 完成特定任务,可利用如 Knowledge Work Plugins 中的专业技能

3k tokens zh
Text Watermark Fountain
by cafe3310

A specialized skill for embedding and extracting resilient watermarks in text by manipulating sentence lengths and using Fountain Codes. Use this when the user wants to add a hidden, robust watermark to text or verify an existing one.

4k tokens scripts

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.