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 250 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

3 169–3 216 of 8 676

page 67 of 181
Algolia Search
by Dokhacgiakhoa

Expert patterns for Algolia search implementation, indexing strategies, React InstantSearch, and relevance tuning Use when: adding search to, algolia, instantsearch, search api, search functionality.

573 tokens
Angular Migration
by Dokhacgiakhoa

Migrate from AngularJS to Angular using hybrid mode, incremental component rewriting, and dependency injection updates. Use when upgrading AngularJS applications, planning framework migrations, or modernizing legacy Angular code.

3k tokens
API Design Principles
by Dokhacgiakhoa

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

10k tokens scripts
API Documentation Generator
by Dokhacgiakhoa

Generate comprehensive, developer-friendly API documentation from code, including endpoints, parameters, examples, and best practices

3k tokens
API Patterns
by Dokhacgiakhoa

API design principles and decision-making.

5k tokens scripts
API Documenter
by Dokhacgiakhoa

Master API documentation with OpenAPI 3.1.

1k tokens scripts
Arm Cortex Expert
by Dokhacgiakhoa

> Senior embedded software engineer specializing in firmware and driver development for ARM Cortex-M microcontrollers (Teensy, STM32, nRF52, SAMD). Decades of experience writing reliable, optimized, and maintainable embedded code with deep expertise in memory barriers, DMA/cache coherency, interrupt-driven I/O, and peripheral drivers.

3k tokens
Async Python Patterns
by Dokhacgiakhoa

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.

5k tokens
Autonomous Agents
by Dokhacgiakhoa

Autonomous agents are AI systems that can independently decompose goals, plan actions, execute tools, and self-correct without constant human guidance. The challenge isn't making them capable - it's making them reliable. Every extra decision multiplies failure probability. This skill covers agent loops (ReAct, Plan-Execute), goal decomposition, reflection patterns, and production reliability. Key insight: compounding error rates kill autonomous agents. A 95% success rate per step drops to 60% b

671 tokens
Backend Dev Guidelines
by Dokhacgiakhoa

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.

33k tokens
Backend Architect
by Dokhacgiakhoa

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.

5k tokens
Azure Functions
by Dokhacgiakhoa

Expert patterns for Azure Functions development including isolated worker model, Durable Functions orchestration, cold start optimization, and production patterns. Covers .NET, Python, and Node.js programming models. Use when: azure function, azure functions, durable functions, azure serverless, function app.

483 tokens
Behavioral Modes
by Dokhacgiakhoa

AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate).

2k tokens
Bazel Build Optimization
by Dokhacgiakhoa

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

3k tokens
Binary Analysis Patterns
by Dokhacgiakhoa

Master binary analysis patterns including disassembly, decompilation, control flow analysis, and code pattern recognition. Use when analyzing executables, understanding compiled code, or performing static analysis on binaries.

3k tokens
Bun Development
by Dokhacgiakhoa

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.

4k tokens
C4 Architecture C4 Architecture
by Dokhacgiakhoa

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

4k tokens
C4 Code
by Dokhacgiakhoa

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.

2k tokens
C4 Component
by Dokhacgiakhoa

Expert C4 Component-level documentation specialist. Synthesizes C4 Code-level documentation into Component-level architecture, defining component boundaries, interfaces, and relationships. Creates component diagrams and documentation. Use when synthesizing code-level documentation into logical components.

1k tokens
Clean Code
by Dokhacgiakhoa

Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments

2k tokens
Code Documentation Doc Generate
by Dokhacgiakhoa

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.

5k tokens
Code Documentation Code Explain
by Dokhacgiakhoa

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.

6k tokens
Code Refactoring Tech Debt
by Dokhacgiakhoa

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

3k tokens
Codebase Cleanup Deps Audit
by Dokhacgiakhoa

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.

7k tokens
Codebase Cleanup Tech Debt
by Dokhacgiakhoa

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

3k tokens
Codebase Cleanup Refactor Clean
by Dokhacgiakhoa

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.

6k tokens
Conductor Revert
by Dokhacgiakhoa

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

3k tokens
Context7 Auto Research
by Dokhacgiakhoa

Automatically fetch latest library/framework documentation for Claude Code via Context7 API

281 tokens
Debugging Toolkit Smart Debug
by Dokhacgiakhoa

Use when working with debugging toolkit smart debug

2k tokens
Debugging Strategies
by Dokhacgiakhoa

Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.

3k tokens
Dependency Management Deps Audit
by Dokhacgiakhoa

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.

7k tokens
Dependency Upgrade
by Dokhacgiakhoa

Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.

3k tokens
Distributed Debugging Debug Trace
by Dokhacgiakhoa

You are a debugging expert specializing in setting up comprehensive debugging environments, distributed tracing, and diagnostic tools. Configure debugging workflows, implement tracing solutions, and establish troubleshooting practices for development and production environments.

11k tokens
Docs Architect
by Dokhacgiakhoa

Creates comprehensive technical documentation from existing codebases. Analyzes architecture, design patterns, and implementation details to produce long-form technical manuals and ebooks. Use PROACTIVELY for system documentation, architecture guides, or technical deep-dives.

1k tokens
Documentation Generation Doc Generate
by Dokhacgiakhoa

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.

5k tokens
Dotnet Architect
by Dokhacgiakhoa

Expert .NET backend architect specializing in C#, ASP.NET Core, Entity Framework, Dapper, and enterprise application patterns. Masters async/await, dependency injection, caching strategies, and performance optimization. Use PROACTIVELY for .NET API development, code review, or architecture decisions.

2k tokens
Dotnet Backend Patterns
by Dokhacgiakhoa

Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper, configuration, caching, and testing with xUnit. Use when developing .NET backends, reviewing C# code, or designing API architectures.

20k tokens
Error Detective
by Dokhacgiakhoa

Search logs and codebases for error patterns, stack traces, and anomalies. Correlates errors across systems and identifies root causes. Use PROACTIVELY when debugging issues, analyzing logs, or investigating production errors.

442 tokens
Error Diagnostics Smart Debug
by Dokhacgiakhoa

Use when working with error diagnostics smart debug

2k tokens
Fastapi Pro
by Dokhacgiakhoa

Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns. Use PROACTIVELY for FastAPI development, async optimization, or API architecture.

2k tokens
Finishing A Development Branch
by Dokhacgiakhoa

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

1k tokens
Framework Migration Code Migrate
by Dokhacgiakhoa

You are a code migration expert specializing in transitioning codebases between frameworks, languages, versions, and platforms. Generate comprehensive migration plans, automated migration scripts, and

9k tokens
Framework Migration Deps Upgrade
by Dokhacgiakhoa

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

6k tokens
Framework Migration Legacy Modernize
by Dokhacgiakhoa

Orchestrate a comprehensive legacy system modernization using the strangler fig pattern, enabling gradual replacement of outdated components while maintaining continuous business operations through ex

3k tokens
Frontend Dev Guidelines
by Dokhacgiakhoa

Opinionated frontend development standards for modern React + TypeScript applications. Covers Suspense-first data fetching, lazy loading, feature-based architecture, MUI v7 styling, TanStack Router, performance optimization, and strict TypeScript practices.

32k tokens
Frontend Developer
by Dokhacgiakhoa

Build React components, implement responsive layouts, and handle client-side state management. Masters React 19, Next.js 15, and modern frontend architecture. Optimizes performance and ensures accessibility. Use PROACTIVELY when creating UI components or fixing frontend issues.

2k tokens
Frontend Mobile Development Component Scaffold
by Dokhacgiakhoa

You are a React component architecture expert specializing in scaffolding production-ready, accessible, and performant components. Generate complete component implementations with TypeScript, tests, s

3k tokens
Frontend Mobile Security Xss Scan
by Dokhacgiakhoa

You are a frontend security specialist focusing on Cross-Site Scripting (XSS) vulnerability detection and prevention. Analyze React, Vue, Angular, and vanilla JavaScript code to identify injection poi

2k tokens