mcpbeat

Development Claude Skills

8 676 development skills from 759 authors. They write and change code. Half of them fit into 1 830 tokens or less — that is what one costs your context window when the agent loads it. 1 213 ship runnable scripts rather than instructions alone. 42 of them cannot work without an MCP server, most often rube. We also found 1 172 copies of these same skills sitting in other people's repositories — counted once here, not 1 172 times.

8 676 unique 759 authors 5 252 updated this month 1 369 from vendors

1 830
tokens, median
what a typical one costs in context
1 213
ship scripts
code that runs, not instructions alone
42
need a server
most often rube
1 172
copies elsewhere
counted once here, not once per repository

6 769–6 816 of 8 676

page 142 of 181
Git Workflow
by DevelopersGlobal

Trunk-based development with atomic commits, clean history, and meaningful commit messages. Every commit should be deployable.

664 tokens
GitHub Trending Analyzer
by Dianel555

Crawl GitHub trending repositories, analyze with LLM for Chinese insights, categorize by themes, compute diffs against history, and generate Markdown reports. Default brief mode stops at trend analysis; optional detailed mode appends per-project analysis. Supports incremental gap-filling and selective re-analysis with caching.

4k tokens
Codely Plan Phase Implement Github
by CodelyTV

Implement one phase of a plan stored as GitHub issues in the repository of the current working directory. Given the URL of a phase (child) issue it implements that phase; given the parent plan issue it finds and implements the current phase. Only implements a single phase per invocation, then stops for user review. It opens a pull request that references the phase issue so merging it closes the issue automatically. Never merges the pull request.

2k tokens
Codely Plan Create Github
by CodelyTV

Create a plan for the specified task and store it as GitHub issues in the repository of the current working directory. Given the URL of a GitHub issue, it turns that issue into the parent "plan" issue (Goal, Context and a checklist of phases) and creates one child issue per phase, linking every phase as a native GitHub sub-issue of the parent. Stops for user approval before creating any issue. After creation, the plan is meant to be implemented with the codely-plan_phase-implement-github skill.

3k tokens
Codely Git Conventional Commit
by CodelyTV

Create a git commit following the team's Conventional Commit conventions. Use when the user asks to commit changes or create a commit.

966 tokens
Lovstudio Any2docx
by lovstudio

> Convert Markdown documents to professionally styled DOCX (Word) files with python-docx. Handles CJK/Latin mixed text, fenced code blocks, tables, blockquotes, cover pages, TOC field, watermarks, and page numbers. Supports multiple color themes matching any2pdf (Warm Academic, Nord, GitHub Light, etc.) and is battle-tested for Chinese technical reports. Use this skill whenever the user wants to turn a .md file into a styled Word document, generate an editable report from markdown, or create a DOCX from markdown content — especially if CJK characters, code blocks, or tables are involved. Also trigger when the user mentions "markdown to docx", "md2docx", "any2docx", "md转word", "md转docx", "生成word", or asks for an "editable document" from markdown source.

20k tokens scripts
Pr And Cleanup
by shikajiro

Create a PR and automatically cleanup the worktree. Keeps local and remote branches intact.

5k tokens scripts
Create Worktree
by shikajiro

Creates a git worktree for parallel feature development. Use after planning to prepare an isolated development environment with all necessary environment files.

3k tokens scripts
Pulumi Upgrade Provider
by pulumi
vendor

Automate Pulumi provider repo upgrades with the `upgrade-provider` tool. Use when upgrading a pulumi provider repository to a new upstream version, running `upgrade-provider`, and addressing its common failure modes like patch conflicts or missing module mappings.

8k tokens
Pulumi Automation API
by pulumi
vendor

Load this skill when a user asks how to run Pulumi programmatically, embed Pulumi in an application, orchestrate multiple stacks in code, build a self-service infrastructure portal, replace pulumi CLI shell scripts with code, or use the Pulumi Automation API (LocalWorkspace, createOrSelectStack, inline programs). Also load for questions about multi-stack sequencing, parallel deployments, or passing outputs between stacks via code.

2k tokens
Pulumi Debug Failed Operation
by pulumi
vendor

| recorded, find what caused it, and fix it. Load this skill when the user asks to debug, diagnose, or fix a failed update or preview, or points at a failing `pulumi up` or `pulumi preview`. Don't load it for authoring new infrastructure, migrations, or provider upgrades; those have their own skills.

2k tokens
Pulumi Best Practices
by pulumi
vendor

Load when the user is writing, reviewing, or debugging Pulumi TypeScript/Python programs; asks about Output<T> or apply() usage; wants to create ComponentResource classes; needs to refactor resources without destroying them (aliases); is setting up secrets or config; or is configuring a pulumi preview/up CI workflow. Also load for questions about resource dependency order, parent/child resource relationships, or pulumi.interpolate.

4k tokens
Mykg Github Pages
by SenolIsci

Set up and maintain the GitHub Pages site for the mykg repo (SenolIsci/mykg) — a purpose-built pages/ folder (landing page adapted from README.md, blog posts, diagrams), built by a GitHub Actions workflow that runs Jekyll and deploys the result to a gh-pages branch. Use whenever the user wants to publish project documentation or blog articles as a website, create a landing page, turn the project into a public site, enable/configure/troubleshoot GitHub Pages or the gh-pages branch, add a new page/blog post/diagram to the published site, fix a broken/failing Pages build, or asks things like "can we get a docs site for mykg", "I want a landing page based on README", "publish this blog article", "is Pages enabled yet", "the pages workflow failed", or "add this new doc to the site". Also trigger on custom domain / CNAME requests for the project site. Scoped to the mykg repo's own pages/ folder and its gh-pages publishing pipeline — not for unrelated new project sites.

11k tokens
Networkx
by SenolIsci

Build, analyze, and visualize networks and graphs using NetworkX (Python). Use this skill whenever the user wants to: create graphs or networks, analyze graph properties, compute centrality measures, find shortest paths, detect communities, run graph algorithms, convert graphs to/from matrices or dataframes, visualize networks with matplotlib, import/export graph files (GML, GraphML, GEXF, edgelist, etc.), work with directed or undirected graphs, weighted or multigraphs, perform social network analysis, or do any graph theory computation. Trigger on keywords: networkx, graph, network, nodes, edges, adjacency, shortest path, centrality, community detection, spanning tree, flow, clique, PageRank, bipartite, DAG, topology, graph analysis, social network.

14k tokens
Data Structure Protocol
by k-kolomeitsev

>- Build and navigate DSP (Data Structure Protocol) — graph-based long-term structural memory of codebases for LLM agents. Stores entities (modules, functions), their dependencies (imports), public API (shared/exports), and reasons for every connection. (3) creating/modifying/deleting code files in a DSP-tracked project, (4) navigating project structure, understanding dependencies, or finding modules, (5) user mentions DSP, dsp-cli, .dsp, or structure mapping.

33k tokens scripts
Joinquant Skill
by gaaiyun

Generate accurate, runnable quantitative strategy code for the JoinQuant (聚宽) platform. Use this skill when the user asks to write a stock/ETF/futures backtest, paper-trading, or live-trading strategy on JoinQuant — the skill provides progressive-disclosure access to the complete JoinQuant API knowledge base (14 categories, 294KB official docs), 5 production-ready strategy templates (single-stock MA, multi-factor, ETF rotation, momentum, mean-reversion), and a lint tool that catches hallucinated APIs, future-function violations, and unset price-mode/slippage/commission. Chinese-friendly. Code generated by this skill should paste directly into the JoinQuant online editor without modification.

162k tokens scripts
Model Context
by bobmatnyc

MCP (Model Context Protocol) - Build AI-native servers with tools, resources, and prompts. TypeScript/Python SDKs for Claude Desktop integration.

10k tokens
Linkedin
by bobmatnyc

LinkedIn automation via the Linked API CLI - fetch profiles, search people and companies, send messages, manage connections, create posts, react, comment, and run Sales Navigator and custom workflows. Use when the user wants to interact with LinkedIn.

5k tokens
Anthropic
by bobmatnyc

Official Anthropic SDK for Claude AI with chat, streaming, function calling, and vision capabilities

7k tokens
Dspy
by bobmatnyc

DSPy declarative framework for automatic prompt optimization treating prompts as code with systematic evaluation and compilers

12k tokens
Phoenix API Channels
by bobmatnyc

Phoenix controllers, JSON APIs, Channels, and Presence on the BEAM

2k tokens
Golang CLI Cobra Viper
by bobmatnyc

Building production-quality CLI tools with Cobra command framework and Viper configuration management

7k tokens
Golang Concurrency Patterns
by bobmatnyc

Go concurrency patterns for production services: context cancellation, errgroup, worker pools, bounded parallelism, fan-in/fan-out, and common race/deadlock pitfalls

2k tokens
Golang HTTP Frameworks
by bobmatnyc

Go HTTP API development with net/http, Chi, Gin, Echo, and Fiber frameworks

9k tokens
Golang Grpc
by bobmatnyc

Production gRPC in Go: protobuf layout, codegen, interceptors, deadlines, error codes, streaming, health checks, TLS, and testing with bufconn

2k tokens
Golang Observability Opentelemetry
by bobmatnyc

Instrumenting Go applications with OpenTelemetry for distributed tracing, Prometheus for metrics, and structured logging with slog

7k tokens
Golang Database Patterns
by bobmatnyc

Go database integration patterns using sqlx, pgx, and migration tools like golang-migrate

9k tokens
Spring Boot
by bobmatnyc

Spring Boot 3.x - Java framework for production-ready applications with dependency injection, REST APIs, data access, security, and actuator monitoring

10k tokens
Hono Rpc
by bobmatnyc

Hono RPC - end-to-end type-safe API client generation with hc client and TypeScript inference

3k tokens
Flexlayout React
by bobmatnyc

FlexLayout for React - Advanced docking layout manager with drag-and-drop, tabs, splitters, and complex window management

5k tokens
React Advanced
by bobmatnyc

Modern React 19 platform features and rendering architecture - the React Compiler (auto-memoization) and how it changes memoization guidance, concurrent rendering (useTransition/useDeferredValue/Suspense), the use() hook, Actions (useActionState/useOptimistic/useFormStatus), ref-as-prop and Context-as-provider changes, compound components, context selectors, error boundaries, portals, virtualization, code-splitting, and the RSC/'use client' boundary.

15k tokens
React Hooks Composition
by bobmatnyc

Advanced React hooks composition patterns - SWR integration, debounced search, memoized contexts, state machines, and performance optimization

14k tokens
React Core
by bobmatnyc

General React fundamentals - components and JSX, props and state, the core hooks (useState/useEffect/useRef/useMemo/useCallback/useContext), composition, conditional and list rendering, and controlled inputs. The canonical "depends on React" reference.

3k tokens
React State Machine
by bobmatnyc

Building reusable React state machine skills with XState v5 and the actor model

39k tokens
Svelte
by bobmatnyc

Svelte 5 - Reactive UI framework with compiler magic, Runes API, SvelteKit full-stack framework, SSR/SSG, minimal JavaScript

5k tokens
Vue
by bobmatnyc

Vue 3 - Progressive JavaScript framework with Composition API, reactivity system, single-file components, Vite integration, TypeScript support

8k tokens
Nextjs Core
by bobmatnyc

Core Next.js patterns for App Router development including Server Components, Server Actions, route handlers, data fetching, and caching strategies

13k tokens
Biome
by bobmatnyc

Biome - Fast all-in-one toolchain for web projects (linter + formatter in Rust, 100x faster than ESLint)

5k tokens
Validated Handler
by bobmatnyc

Type-safe API route handler with automatic Zod validation for Next.js App Router...

4k tokens
Nextjs V16
by bobmatnyc

Next.js 16 migration guide (async request APIs, "use cache", Turbopack)

5k tokens
Wordpress Advanced Architecture
by bobmatnyc

Advanced WordPress development with REST API endpoints, WP-CLI commands, performance optimization, and caching strategies for scalable applications.

13k tokens
Better Auth Core
by bobmatnyc

Better Auth core setup for TypeScript apps. Use when configuring the Better Auth instance, wiring server handlers and client instances, working with sessions, or calling server-side auth APIs.

2k tokens
Better Auth Integrations
by bobmatnyc

Better Auth framework integrations for TypeScript. Use when wiring route handlers in Next.js, SvelteKit, Remix, Express, Hono, or other web frameworks.

1k tokens
Better Auth Plugins
by bobmatnyc

Better Auth plugin system for TypeScript. Use when adding advanced auth features (2FA, magic link, passkey, username, JWT, organizations) via server and client plugins.

1k tokens
Vercel AI
by bobmatnyc

Vercel AI platform guidance covering AI SDK, AI Gateway, Vercel Agent, and MCP. Use when building AI-powered or agentic workloads on Vercel.

700 tokens
Vercel Functions Runtime
by bobmatnyc

Vercel Functions and Edge Runtime, including cron jobs and routing middleware. Use when building APIs, serverless workloads, or scheduled tasks on Vercel.

774 tokens
Vercel Overview
by bobmatnyc

Vercel platform overview for onboarding, projects, CLI, Git integration, environment variables, project configuration, REST API, and webhooks. Use when planning or operating workloads on Vercel.

1k tokens
Celery
by bobmatnyc

Distributed task queue system for Python enabling asynchronous execution of background jobs, scheduled tasks, and workflows across multiple workers with Django, Flask, and FastAPI integration.

13k tokens