mcpbeat

Productivity Claude Skills

3 457 productivity skills from 510 authors. They keep notes, tasks, calendars and plans in order. Half of them fit into 1 851 tokens or less — that is what one costs your context window when the agent loads it. 479 ship runnable scripts rather than instructions alone. 51 of them cannot work without an MCP server, most often rube. We also found 336 copies of these same skills sitting in other people's repositories — counted once here, not 336 times.

3 457 unique 510 authors 2 017 updated this month 293 from vendors

1 851
tokens, median
what a typical one costs in context
479
ship scripts
code that runs, not instructions alone
51
need a server
most often rube
336
copies elsewhere
counted once here, not once per repository

1 585–1 632 of 3 457

page 34 of 73
Astronaut
by membranedev

| Astronaut integration. Manage data, records, and automate workflows. Use when the user wants to interact with Astronaut data.

2k tokens
Autobound
by membranedev

| Autobound integration. Manage data, records, and automate workflows. Use when the user wants to interact with Autobound data.

2k tokens
Automox
by membranedev

| Automox integration. Manage data, records, and automate workflows. Use when the user wants to interact with Automox data.

2k tokens
Box
by membranedev

| Box integration. Manage Folders, Users, Groups, Collaborations. Use when the user wants to interact with Box data.

2k tokens
Decision Journal
by membranedev

| Decision Journal integration. Manage Decisions, Areas, Templates. Use when the user wants to interact with Decision Journal data.

2k tokens
Documenterra
by membranedev

| Documenterra integration. Manage Documents, Folders, Users, Groups, Tags. Use when the user wants to interact with Documenterra data.

2k tokens
Documint
by membranedev

| Documint integration. Manage Documents, Templates, Folders, Users, Teams, Workspaces. Use when the user wants to interact with Documint data.

2k tokens
Docupost
by membranedev

| DocuPost integration. Manage Documents, Users, Groups, Folders, Tags, Templates and more. Use when the user wants to interact with DocuPost data.

2k tokens
Filescom
by membranedev

| Files.com integration. Manage Files, Folders, Users, Groups, Permissions, Shares and more. Use when the user wants to interact with Files.com data.

2k tokens
Formstack
by membranedev

| Formstack integration. Manage Forms, Users, Roles, Groups, Folders, Themes and more. Use when the user wants to interact with Formstack data.

2k tokens
Google Calendar
by membranedev

| Google Calendar integration. Manage communication data, records, and workflows. Use when the user wants to interact with Google Calendar data.

2k tokens
Google Workspace
by membranedev

| Google Workspace integration. Manage Users, Groups, Calendars, Drives, Mailboxs, Contacts. Use when the user wants to interact with Google Workspace data.

2k tokens
Imagekitio
by membranedev

| ImageKit.io integration. Manage Images, Folders, Users. Use when the user wants to interact with ImageKit.io data.

2k tokens
Jira Service Desk
by membranedev

| Jira Service Desk integration. Manage Tickets, Customers, Agents. Use when the user wants to interact with Jira Service Desk data.

3k tokens
Jira
by membranedev

| Jira integration. Manage project management and ticketing data, records, and workflows. Use when the user wants to interact with Jira data.

2k tokens
Manifestly Checklists
by membranedev

| Manifestly Checklists integration. Manage Checklists, Projects, Users, Teams. Use when the user wants to interact with Manifestly Checklists data.

2k tokens
Nextcloud
by membranedev

| Nextcloud integration. Manage Users, Groups, Files, Folders, Calendars, Contacts and more. Use when the user wants to interact with Nextcloud data.

2k tokens
Planning Center
by membranedev

| Planning Center integration. Manage Persons, Groups, Lists, Events, Medias. Use when the user wants to interact with Planning Center data.

2k tokens
Schedule It
by membranedev

| Schedule it integration. Manage Users, Roles, Organizations, Projects, Pipelines, Activities and more. Use when the user wants to interact with Schedule it data.

2k tokens
Supersaas
by membranedev

| SuperSaaS integration. Manage Schedules, Resources, Services, Promotions, Dashboards, Reports. Use when the user wants to interact with SuperSaaS data.

2k tokens
Ukg Ready
by membranedev

| UKG Ready integration. Manage Employees, Timesheets, Schedules, Payrolls, Reports. Use when the user wants to interact with UKG Ready data.

2k tokens
Wrike
by membranedev

| Wrike integration. Manage Users, Organizations, Projects, Tasks, Folders, Spaces and more. Use when the user wants to interact with Wrike data.

2k tokens
Zoho Calendar
by membranedev

| Zoho Calendar integration. Manage data, records, and automate workflows. Use when the user wants to interact with Zoho Calendar data.

2k tokens
Zoho Mail
by membranedev

| Zoho Mail integration. Manage Mailboxs, Contacts, Tags, Tasks, Notes, Calendars. Use when the user wants to interact with Zoho Mail data.

2k tokens
Lens
by agentsope

| Lens — 给你的问题加一层认知镜片。输入任意任务描述,输出增强版 description, 发现「你不知道自己不知道」的隐性维度、前置条件和认知路线。 Use when 用户说「帮我想想」「分析一下」「生成 skill」「蒸馏」「融合」 或输入看起来太简单需要展开。

2k tokens zh
Agentsop Code Execution Decision
by agentsope

>- Decision rubric for when an LM agent should write-and-run code (Program-of-Thought / code computable (emit + execute code, feed the result back) vs judgment (stay in prose). Use when designing or debugging an agent step that does arithmetic/parsing/data transforms, when prose reasoning hallucinates a computation (under-coding), or when a sandbox round- does math wrong, calculator hallucination, when to run code vs reason, program of thought, PoT, tool vs reasoning.

9k tokens
Agentsop Cost Tiered Models
by agentsope

>- make the few reasoning decisions and a cheap model do the many mechanical executions (Aider architect+editor, DSPy optimizer-LM vs task-LM, vLLM speculative draft+target, LangGraph supervisor+worker are the same shape). Use when designing or cost-optimizing a pipeline that calls an LM many times, when deciding which steps need a strong reasoner vs a cheap executor, or when adding an escalation valve for when the cheap tier degrades. cheap model, strong model plus cheap model, LLM cost optimization.

10k tokens zh
Agentsop Langgraph
by agentsope

| Decision protocol for building, debugging, and operating LangGraph-based agent systems. Activates when a coder agent is asked to design a stateful LLM workflow, add human-in-the-loop, choose a multi-agent pattern (supervisor / swarm / hierarchical), pick a checkpoint backend, or migrate a fragile chain into a durable graph. LangGraph is positioned by its maintainers as a "low-level orchestration framework for building, managing, and deploying long-running, stateful agents" — this skill encodes the *when* and *why*, not the API.

21k tokens
Agentsop LLM Engine Selection
by agentsope

Cross-engine decision rubric for self-hosting or recommending an LLM serving stack. Picks among vLLM, SGLang, TensorRT-LLM, TGI, llama.cpp, Ollama, and MLX as a function of (hardware × workload × constraint), not "which is fastest". Activates whenever a coder-agent must choose, defend, or migrate a serving runtime.

12k tokens
Agentsop Map Reduce Fanout
by agentsope

| Decision protocol for the map-reduce / dynamic fan-out pattern in LM pipelines — "given list L, run f(item) for each item in parallel, then combine". Activates when the coder agent is about to process N items with N LM calls (per-doc summarize, per-query retrieve, per-candidate rank, parallel tool fan-out). Encodes the *when*, *how many at once*, *what to do when one fails*, and *how to reduce* — not the API of any single Flow, `asyncio.gather`, `ThreadPoolExecutor`, LlamaIndex batch retrieval.

8k tokens
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
Doc Todo Log Loop
by cafe3310

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

1k tokens zh
Doc Template Provider
by cafe3310

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

2k tokens zh
Interactive Human Review
by cafe3310

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

1k tokens zh
Learning Assistant
by cafe3310

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

24k tokens scripts zh
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
Brainstorming
by majiayu000

Collaborative design refinement through Socratic dialogue. Use when exploring ideas, designing features, or planning architecture. Not for mechanical implementation tasks.

890 tokens
Elegant Architecture
by majiayu000

Guides clean architecture design with strict 200-line file limits. Use when starting new features, refactoring large files, or planning module structure. Enforces modular design and real testing.

2k tokens
Multi Model Orchestrator
by majiayu000

Use when coordinating complex tasks across multiple AI agents with a centralized handoff document for planning, execution tracking, and feedback fusion.

11k tokens
Optimize Network
by majiayu000

Safely diagnose and improve local network speed, latency, jitter, DNS, Wi-Fi, Ethernet, macOS network services, and bufferbloat. Use this skill whenever the user asks to optimize internet/network speed, make the network faster, diagnose slow Wi-Fi, latency, packet loss, DNS delay, unstable Codex/AI tool connectivity, or asks about the viral Codex network optimization workflow. Always protect VPN/proxy tools such as Clash Verge, Mihomo, Shadowrocket, Tailscale, V2Ray, Surge, and corporate VPNs; do not modify or disable them unless the user explicitly asks for that specific change.

4k tokens scripts
Product Manager Toolkit
by majiayu000

Use when the user needs product management workflows such as RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, go-to-market strategy, feature prioritization, research synthesis, or requirements documentation.

6k tokens scripts
Trip Planner
by majiayu000

Use when the user wants detailed travel itineraries with activities, logistics, day-by-day schedules, vacation planning, trip organization, or travel documentation.

872 tokens
Vibeguard
by majiayu000

Lightweight anti-hallucination workflow for task kickoff, review prioritization, and regression retrospectives. Use when the user asks for guardrails, task contracts, risk scoring, or review templates.

2k tokens
Vscode Doctor
by majiayu000

Diagnose slow or freezing VS Code-compatible editors with evidence-first, zero-hardcoded-assumption workflow. Use when the user reports editor lag, typing delay, UI freezes, extension host stalls, file watcher noise, high editor CPU/RSS, uses VS Code/Cursor as a file browser over a large folder, or wants a safe editor performance audit.

9k tokens scripts
Workflow
by vercel
vendor

Creates durable, resumable workflows using Vercel's Workflow DevKit. Use when building workflows that need to survive restarts, pause for external events, retry on failure, or coordinate multi-step operations over time. Triggers on mentions of "workflow", "durable functions", "resumable", "workflow devkit", "queue", "event", "push", "subscribe", or step-based orchestration.

5k tokens
Linkbuilding
by inhouseseo

Use when planning link acquisition. Classifies the site's authority phase from site age and visible signals, then recommends phase-appropriate tactics from the bundled tactic playbook library. No backlink tool required.

29k tokens
Topic Cluster Planning
by inhouseseo

Use when planning a topic cluster (hub + spokes) for a new content area. The agent researches the space, identifies the hub topic, maps the spokes, and produces a specific content plan with internal linking strategy.

9k tokens