mcpbeat

Development Skills

8 615 development skills from 759 authors. They write and change code. Half of them fit into 1 831 tokens or less — that is what one costs your context window when the agent loads it. 1 206 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 615 unique 759 authors 5 207 updated this month 1 306 from vendors

1 831
tokens, median
what a typical one costs in context
1 206
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

97–144 of 8 615

page 3 of 180
Doc Sync ×2
ComeOnOliver

Keeps IdeaVim documentation in sync with code changes. Use this skill when you need to verify documentation accuracy after code changes, or when checking if documentation (in doc/, README.md, CONTRIBUTING.md) matches the current codebase. The skill can work bidirectionally - from docs to code verification, or from code changes to documentation updates.

5k tokens
Workflow Interactive Dev ×2
ComeOnOliver

用于开发 FastGPT 工作流中的交互响应。详细说明了交互节点的架构、开发流程和需要修改的文件。

9k tokens
Run Nx Generator ×2
ComeOnOliver

Run Nx generators with prioritization for workspace-plugin generators. Use this when generating code, scaffolding new features, or automating repetitive tasks in the monorepo.

3k tokens
Async Python Patterns ×2
ComeOnOliver

Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.

8k tokens
Backend Architect ×2
ComeOnOliver

Expert backend architect specializing in scalable API design, microservices architecture, and distributed systems. Masters REST/GraphQL/gRPC APIs, event-driven architectures, service mesh patterns, and modern backend frameworks. Handles service boundary definition, inter-service communication, resilience patterns, and observability. Use PROACTIVELY when creating new backend services or APIs.

7k tokens
Backend Dev Guidelines ×2
ComeOnOliver

Opinionated backend development standards for Node.js + Express + TypeScript microservices. Covers layered architecture, BaseController pattern, dependency injection, Prisma repositories, Zod validation, unifiedConfig, Sentry error tracking, async safety, and testing discipline.

36k tokens
Backend Patterns ×2
ComeOnOliver

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.

6k tokens
Bazel Build Optimization ×2
ComeOnOliver

Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.

5k tokens
Bullmq Specialist ×2
ComeOnOliver

BullMQ expert for Redis-backed job queues, background processing, and reliable async execution in Node.js/TypeScript applications. Use when: bullmq, bull queue, redis queue, background job, job queue.

2k tokens
Bun Development ×2
ComeOnOliver

Modern JavaScript/TypeScript development with Bun runtime. Covers package management, bundling, testing, and migration from Node.js. Use when working with Bun, optimizing JS/TS development speed, or migrating from Node.js to Bun.

8k tokens
C4 Architecture C4 Architecture ×2
ComeOnOliver

Generate comprehensive C4 architecture documentation for an existing repository/codebase using a bottom-up analysis approach.

6k tokens
C4 Code ×2
ComeOnOliver

Expert C4 Code-level documentation specialist. Analyzes code directories to create comprehensive C4 code-level documentation including function signatures, arguments, dependencies, and code structure. Use when documenting code at the lowest C4 level for individual directories and code modules.

4k tokens
Code Documentation Code Explain ×2
ComeOnOliver

You are a code education expert specializing in explaining complex code through clear narratives, visual diagrams, and step-by-step breakdowns. Transform difficult concepts into understandable explanations.

9k tokens
Code Documentation Doc Generate ×2
ComeOnOliver

You are a documentation expert specializing in creating comprehensive, maintainable documentation from code. Generate API docs, architecture diagrams, user guides, and technical references using AI-powered analysis and industry best practices.

9k tokens
Codebase Cleanup Deps Audit ×2
ComeOnOliver

You are a dependency security expert specializing in vulnerability scanning, license compliance, and supply chain security. Analyze project dependencies for known vulnerabilities, licensing issues, outdated packages, and provide actionable remediation strategies.

10k tokens
Codebase Cleanup Refactor Clean ×2
ComeOnOliver

You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its quality, maintainability, and performance.

9k tokens
Codebase Cleanup Tech Debt ×2
ComeOnOliver

You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create acti

6k tokens
Coding Standards ×2
ComeOnOliver

Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.

6k tokens
Commit ×2
ComeOnOliver

Create commit messages following Sentry conventions. Use when committing code changes, writing commit messages, or formatting git history. Follows conventional commits with Sentry-specific issue references.

3k tokens
Conductor Revert ×2
ComeOnOliver

Git-aware undo by logical work unit (track, phase, or task)

6k tokens
Find Bugs ×2
ComeOnOliver

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.

4k tokens
Framework Migration Deps Upgrade ×2
ComeOnOliver

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

8k tokens
Frontend Patterns ×2
ComeOnOliver

Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.

6k tokens
Javascript Typescript Typescript Scaffold ×2
ComeOnOliver

You are a TypeScript project architecture expert specializing in scaffolding production-ready Node.js and frontend applications. Generate complete project structures with modern tooling (pnpm, Vite, N

5k tokens
Langgraph ×2
ComeOnOliver

Expert in LangGraph - the production-grade framework for building stateful, multi-actor AI applications. Covers graph construction, state management, cycles and branches, persistence with checkpointers, human-in-the-loop patterns, and the ReAct agent pattern. Used in production at LinkedIn, Uber, and 400+ companies. This is LangChain's recommended approach for building agents. Use when: langgraph, langchain agent, stateful agent, agent graph, react agent.

5k tokens
Legacy Modernizer ×2
ComeOnOliver

Refactor legacy codebases, migrate outdated frameworks, and implement gradual modernization. Handles technical debt, dependency updates, and backward compatibility. Use PROACTIVELY for legacy system updates, framework migrations, or technical debt reduction.

3k tokens
Makepad Skills ×2
ComeOnOliver

Makepad UI development skills for Rust apps: setup, patterns, shaders, packaging, and troubleshooting.

2k tokens
Memory Safety Patterns ×2
ComeOnOliver

Implement memory-safe programming with RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Use when writing safe systems code, managing resources, or preventing memory bugs.

6k tokens
Mobile Developer ×2
ComeOnOliver

Develop React Native, Flutter, or native mobile apps with modern architecture patterns. Masters cross-platform development, native integrations, offline sync, and app store optimization. Use PROACTIVELY for mobile features, cross-platform code, or app optimization.

4k tokens
Monorepo Architect ×2
ComeOnOliver

Expert in monorepo architecture, build systems, and dependency management at scale. Masters Nx, Turborepo, Bazel, and Lerna for efficient multi-project development. Use PROACTIVELY for monorepo setup,

3k tokens
Monorepo Management ×2
ComeOnOliver

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.

6k tokens
Moodle External API Development ×2
ComeOnOliver

Create custom external web service APIs for Moodle LMS. Use when implementing web services for course management, user tracking, quiz operations, or custom plugin functionality. Covers parameter validation, database operations, error handling, service registration, and Moodle coding standards.

9k tokens
N8n Code Python ×2
ComeOnOliver

Write Python code in n8n Code nodes. Use when writing Python in n8n, using _input/_json/_node syntax, working with standard library, or need to understand Python limitations in n8n Code nodes.

7k tokens
Nextjs App Router Patterns ×2
ComeOnOliver

Master Next.js 14+ App Router with Server Components, streaming, parallel routes, and advanced data fetching. Use when building Next.js applications, implementing SSR/SSG, or optimizing React Server Components.

7k tokens
Nextjs Best Practices ×2
ComeOnOliver

Next.js App Router principles. Server Components, data fetching, routing patterns.

3k tokens
Observe Whatsapp ×2
ComeOnOliver

Observe and troubleshoot WhatsApp in Kapso: debug message delivery, inspect webhook deliveries/retries, triage API errors, and run health checks. Use when investigating production issues, message failures, or webhook delivery problems.

3k tokens
Openapi Spec Generation ×2
ComeOnOliver

Generate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when creating API documentation, generating SDKs, or ensuring API contract compliance.

9k tokens
Production Code Audit ×2
ComeOnOliver

Autonomously deep-scan entire codebase line-by-line, understand architecture and patterns, then systematically transform it to production-grade, corporate-level professional quality with optimizations

8k tokens
Python Development Python Scaffold ×2
ComeOnOliver

You are a Python project architecture expert specializing in scaffolding production-ready Python applications. Generate complete project structures with modern tooling (uv, FastAPI, Django), type hint

4k tokens
Python Packaging ×2
ComeOnOliver

Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python libraries, creating CLI tools, or distributing Python code.

8k tokens
Python Patterns ×2
ComeOnOliver

Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.

5k tokens
Python Performance Optimization ×2
ComeOnOliver

Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks, or improving application performance.

8k tokens
Python Pro ×2
ComeOnOliver

Master Python 3.12+ with modern features, async programming, performance optimization, and production-ready practices. Expert in the latest Python ecosystem including uv, ruff, pydantic, and FastAPI. Use PROACTIVELY for Python development, optimization, or advanced Python patterns.

4k tokens
React Modernization ×2
ComeOnOliver

Upgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features. Use when modernizing React codebases, migrating to React Hooks, or upgrading to latest React versions.

5k tokens
React Native Architecture ×2
ComeOnOliver

Build production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps, implementing native integrations, or architecting React Native projects.

7k tokens
React Patterns ×2
ComeOnOliver

Modern React patterns and principles. Hooks, composition, performance, TypeScript best practices.

3k tokens
React State Management ×2
ComeOnOliver

Master modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or choosing between state management solutions.

6k tokens
Remotion Best Practices ×2
ComeOnOliver

Best practices for Remotion - Video creation in React

23k tokens