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

7 345–7 392 of 8 676

page 154 of 181
Fetching Library Docs
by ComeOnOliver

| Token-efficient library API documentation fetcher using Context7 MCP with 77% token savings. Fetches code examples, API references, and usage patterns for published libraries (React, Next.js, Prisma, etc). Use when users ask "how do I use X library", need code examples, "Prisma query syntax", "Next.js routing API". NOT for exploring repo internals/source code (use researching-with-deepwiki) or local files.

13k tokens scripts
Framer Motion
by ComeOnOliver

Comprehensive Framer Motion animation library for React. Covers motion components, variants, gestures, page transitions, and scroll animations. Use when adding animations to React/Next.js applications.

39k tokens
Frontend Component
by ComeOnOliver

Next.js 16+ uses App Router with Server Components by default. Client Components are only used when interactivity is needed (hooks, event handlers, browser APIs).

11k tokens
Frontend Types
by ComeOnOliver

All TypeScript types are defined in `frontend/types/index.ts`. Types match backend API response structure and provide type safety across the frontend application.

7k tokens
Nextjs Devtools
by ComeOnOliver

| Next.js development tooling via MCP. Inspect routes, components, build info, and debug Next.js apps. Use when working on Next.js applications, debugging routing, or inspecting app structure. NOT for general React or non-Next.js projects.

7k tokens scripts
Operating Production Services
by ComeOnOliver

| Use when defining reliability targets, writing postmortems, implementing SLO alerting, or establishing on-call practices. NOT for initial service development (use scaffolding skills instead).

6k tokens scripts
Researching With Deepwiki
by ComeOnOliver

| Research GitHub, GitLab, and Bitbucket repositories using DeepWiki MCP server. Use when exploring unfamiliar codebases, understanding project architecture, or asking questions about how a specific open-source project works. Provides AI-powered repo analysis and RAG-based Q&A about source code. NOT for fetching library API docs (use fetching-library-docs instead) or local files.

4k tokens scripts
Scaffolding Fastapi Dapr
by ComeOnOliver

| Build production-grade FastAPI backends with SQLModel, Dapr integration, and JWT authentication. Use when building REST APIs with Neon PostgreSQL, implementing event-driven microservices with Dapr pub/sub, scheduling jobs, or creating CRUD endpoints with JWT/JWKS verification. NOT when building simple scripts or non-microservice architectures.

16k tokens scripts
Scaffolding Openai Agents
by ComeOnOliver

| Builds AI agents using OpenAI Agents SDK with async/await patterns and multi-agent orchestration. Use when creating tutoring agents, building agent handoffs, implementing tool-calling agents, or orchestrating multiple specialists. Covers Agent class, Runner patterns, function tools, guardrails, and streaming responses. NOT when using raw OpenAI API without SDK or other agent frameworks like LangChain.

6k tokens scripts
Styling With Shadcn
by ComeOnOliver

| Build beautiful, accessible UIs with shadcn/ui components in Next.js. Use when creating forms, dialogs, tables, sidebars, or any UI components. Covers installation, component patterns, react-hook-form + Zod validation, and dark mode setup. NOT when building non-React applications or using different component libraries.

14k tokens scripts
Arch View
by ComeOnOliver

This skill should be used when the user asks to "generate architecture view", "show service dependency graph", "map request flows", "show event topology", "group services by domain", "visualize architecture", or mentions cross-repository architecture analysis, service mapping, or architectural visualization.

17k tokens scripts
Repo Docs
by ComeOnOliver

This skill should be used when the user asks to "generate repository documentation", "create a README", "document API", "write architecture docs", "add CONTRIBUTING guide", "update repo docs", "document codebase", or mentions repository documentation, codebase analysis, or cross-repository integration documentation.

14k tokens scripts
Codebase Analysis
by ComeOnOliver

Systematically analyze codebase structure, complexity, dependencies, and architectural patterns to understand project organization

6k tokens
Git Workflow
by ComeOnOliver

Git best practices for commits, branches, pull requests, and collaboration workflows following Conventional Commits and GitFlow patterns

3k tokens
Nextjs Optimization
by ComeOnOliver

Optimize Next.js 15 applications for performance, Core Web Vitals, and production best practices using App Router patterns

8k tokens
Wp Interactivity API
by ComeOnOliver

Use when building or debugging WordPress Interactivity API features (data-wp-* directives, @wordpress/interactivity store/state/actions, block viewScriptModule integration) including performance, hydration, and directive behavior.

6k tokens
API Designer
by ComeOnOliver

Design and document RESTful and GraphQL APIs with OpenAPI/Swagger specifications, authentication patterns, versioning strategies, and best practices. Use for: (1) Creating API specifications, (2) Designing REST endpoints, (3) GraphQL schema design, (4) API authentication and authorization, (5) API versioning strategies, (6) Documentation generation

31k tokens scripts
Env Config
by ComeOnOliver

Environment configuration and secrets management skill using UV for Python projects. Handles .env files, environment variables, secrets encryption, multi-environment setups, and secure configuration patterns. Use when setting up project environments, managing API keys, or implementing configuration best practices.

23k tokens scripts
Git Advanced
by ComeOnOliver

Advanced Git operations and workflows including interactive rebasing, conflict resolution, history manipulation, bisecting for bugs, cherry-picking, reflog recovery, and branch management strategies. Use for: (1) Interactive rebasing and commit cleanup, (2) Complex merge conflict resolution, (3) Git bisect for bug hunting, (4) History rewriting and cleanup, (5) Branch strategy implementation (Git Flow, trunk-based), (6) Recovering lost commits with reflog

26k tokens scripts
Markdown Pro
by ComeOnOliver

Professional Markdown documentation skill for creating polished README files, changelogs, contribution guides, and technical documentation. Use for: (1) README generation with badges and sections, (2) Automated changelog from git history, (3) Table of contents generation, (4) Contribution guidelines, (5) Technical documentation formatting, (6) Code documentation with syntax highlighting

17k tokens scripts
API Client
by ComeOnOliver

| Use when setting up API clients - TanStack Query, Axios, JWT token management, error handling, or response parsing. NOT when plain fetch calls, non-API data handling, or unrelated UI logic.

8k tokens
API Route Design
by ComeOnOliver

| Use when designing RESTful API endpoints in FastAPI or Python projects. response formatting with JSON schemas, status code selection, pagination, filtering, or sorting parameters.

5k tokens scripts
Chatkit Widget
by ComeOnOliver

| Use when integrating OpenAI/ChatKit chat widgets into Next.js/React applications. setting up authenticated chat access, or customizing widget branding.

8k tokens scripts
Error Handling
by ComeOnOliver

| Use when implementing structured error handling in backend or frontend code. error logging, user-friendly error messages, or API error responses.

7k tokens scripts
Fastapi App
by ComeOnOliver

| Use when creating FastAPI backend applications - route handlers, dependencies, CORS config, or Pydantic models. NOT when frontend logic, non-Python backends, or unrelated server-side code.

7k tokens
JWT Auth
by ComeOnOliver

| Use when implementing JWT authentication in FastAPI or Python projects. access token creation, token decoding, or role-based auth.

4k tokens scripts
React Component
by ComeOnOliver

| Use when creating UI components in React - functional components, hooks, custom hooks, or component composition patterns. NOT when backend logic, API routes, or non-React frameworks are involved.

5k tokens
API Dev
by ComeOnOliver

Modern API development patterns for building high-performance, scalable web services. Expert in async/await patterns, REST/GraphQL APIs, middleware, error handling, rate limiting, OpenAPI documentation, testing, and production optimizations. Framework-agnostic patterns that work with Python, Node.js, Go, and other languages.

11k tokens
Auth
by ComeOnOliver

Modern authentication and security patterns for web applications. Expert in JWT tokens, OAuth2 flows, session management, RBAC, MFA, API security, and zero-trust architectures. Framework-agnostic patterns that work with any tech stack.

10k tokens
Code Patterns Practices
by ComeOnOliver

React Native coding patterns, best practices, and common solutions for mobile development. Use when implementing features or refactoring code.

5k tokens
Mobile Debugging
by ComeOnOliver

Debug React Native apps including metro bundler issues, native errors, performance problems, and crash analysis. Use when troubleshooting errors or investigating issues.

4k tokens
React Native Mobile Development
by ComeOnOliver

Build and manage React Native/Expo mobile apps including project setup, development workflows, and platform-specific guidance. Use when working on mobile app development, configuration, or running apps.

4k tokens
Agentic Structure
by ComeOnOliver

Collaborative programming framework for production-ready development. Use when starting features, writing code, handling security/errors, adding comments, discussing requirements, or encountering knowledge gaps. Applies to all development tasks for clear, safe, maintainable code.

20k tokens
Git Commit
by ComeOnOliver

MUST use this skill when user asks to commit, create commit, save work, or mentions "커밋". This skill OVERRIDES default git commit behavior. Creates commits following Conventional Commits format with emoji + type/scope/subject (✨ feat, 🐛 fix, ♻️ refactor, etc).

6k tokens
Github Pr Review
by ComeOnOliver

MUST use this skill when user asks to resolve PR comments, handle review feedback, fix review comments, or mentions "리뷰 코멘트/피드백". This skill OVERRIDES default behavior. Fetches comments via GitHub CLI, classifies by severity, applies fixes with user confirmation, commits with proper format, replies to threads.

4k tokens
Appflowy API
by ComeOnOliver

AppFlowy Cloud/GoTrue API 的认证与调用流程(获取 token、workspace/文档/数据库/搜索等)。在本仓库用 Python 编写或调试 AppFlowy API 客户端、脚本、自动化或排查接口问题时使用。

39k tokens scripts zh
Code Consistency Validator
by ComeOnOliver

Validates type consistency across Rust, TypeScript, PostgreSQL boundaries. Use when reviewing code, debugging type mismatches, or validating API contracts. Triggers on: check consistency, validate types, find mismatches, cross-language.

2k tokens
Common Pitfalls
by ComeOnOliver

Orchestrates pitfall prevention skills for common development issues. Auto-triggered during code review to check for TanStack Query, Drizzle ORM, Express API, React, WebSocket, blockchain RPC, and security pitfalls.

3k tokens
Defi Expert
by ComeOnOliver

DeFi protocol expert ensuring correct data formats, types, denominations, and API structures. MUST be consulted before writing ANY protocol integration code. Triggers on ANY mention of Aave, Compound, Uniswap, Curve, Balancer, or DeFi terms like liquidation, swap, flash loan, health factor.

3k tokens
Defi Registry Manager
by ComeOnOliver

Manages expansion of tokens, pools, chains, networks, and DEXes across the codebase. Use when adding new tokens, protocols, chains, networks, or updating existing DeFi registry data. Triggers on add token, new coin, add protocol, new DEX, add chain, new network, add RPC, update address.

6k tokens
Pitfalls Express API
by ComeOnOliver

Express API conventions and storage patterns. Use when building REST APIs, defining routes, or implementing storage interfaces. Triggers on: Express, router, API route, status code, storage interface.

3k tokens
Pitfalls React
by ComeOnOliver

React component patterns, forms, accessibility, and responsive design. Use when building React components, handling forms, or ensuring accessibility. Triggers on: React component, useEffect, form validation, a11y, responsive, Error Boundary.

3k tokens
Pitfalls Tanstack Query
by ComeOnOliver

TanStack Query v5 patterns and common pitfalls. Use when implementing data fetching, cache invalidation, or debugging stale data issues. Triggers on: useQuery, useMutation, queryKey, invalidate, TanStack, React Query.

3k tokens
Git Workflow
by ComeOnOliver

Git workflow with worktrees and conventional commits.

4k tokens
Nextjs 15 Patterns
by ComeOnOliver

Next.js 15 App Router patterns and best practices.

5k tokens
Nextjs 15 Specialist
by ComeOnOliver

Use when working with Next.js 15 features, App Router, Server Components, Server Actions, or data fetching patterns. Ensures correct usage of Server vs Client Components and modern Next.js patterns.

38k tokens scripts
Quetrex Architect
by ComeOnOliver

Use when implementing new features in Quetrex. Ensures TDD, TypeScript strict mode, Next.js App Router patterns, ShadCN UI components, and security best practices are followed. Updated for November 2025 standards.

4k tokens
React 19 Patterns
by ComeOnOliver

Comprehensive React 19 patterns including all hooks, Server/Client Components, Suspense, streaming, and transitions. Ensures correct React 19 usage with TypeScript.

69k tokens scripts