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

529–576 of 8 615

page 12 of 180
Git Workflow ×1
ComeOnOliver

Complete Git workflow from conventional commits to pre-completion verification. Use for all Git operations including commits, branches, and releases.

3k tokens
Project Structure ×1
ComeOnOliver

Organize project folders following industry best practices. Use when setting up new projects, reorganizing codebases, or when folder structure becomes messy. Covers Next.js, Bulletproof React, and FSD patterns.

6k tokens
Readme For Developers ×1
ComeOnOliver

Write developer-oriented README as onboarding documentation. Use when creating/updating README, setting up new projects, or when new developers need to understand the codebase quickly. README = Entry point + Architecture overview + Working agreement.

6k tokens
Typescript Strict ×1
ComeOnOliver

Enforce TypeScript strict mode and type safety. Use when setting up projects, reviewing code, or when type errors are ignored. Covers strict flags, no-any rules, and type inference best practices.

5k tokens
Using Git Worktrees ×1
ComeOnOliver

Create isolated git worktrees with smart directory selection and safety verification. Use this when starting feature work that needs isolation, parallel development, or safe experimentation.

4k tokens
Virtual Environment ×1
ComeOnOliver

Check and create virtual environments for projects that need them. Use when starting Python/Node projects, or when dependency isolation is needed. Activates for Python, Node.js, and similar ecosystems.

4k tokens
Htmx Skill ×1
ComeOnOliver

Documentation for the htmx JavaScript library (attributes, events, headers, API, extensions, examples, migration guides, server examples). Use when you need accurate htmx syntax/behavior or to locate the right reference page for an htmx question.

91k tokens scripts
Htmx Skill ×1
ComeOnOliver

Documentation for the htmx JavaScript library (attributes, events, headers, API, extensions, examples, migration guides, server examples). Use when you need accurate htmx syntax/behavior or to locate the right reference page for an htmx question.

123 tokens
Svg Logo Generator ×1
ComeOnOliver

Generate high-quality, minimalistic, and geometric SVG logos using Python scripts. Use this skill when users need to create logos, icons, or visual identities with geometric primitives (circles, rects, paths) and specific color schemes. Applies generative design principles with standardized workflows for scalable SVG output.

3k tokens
Workhub ×1
ComeOnOliver

工作文档枢纽,强制执行 SSOT(Single Source of Truth)原则,管理 `docs/` 目录下的架构决策、设计文档、Issues(任务规划)、PRs(变更记录)。支持 GitHub 协作开发模式。

12k tokens scripts zh
Writing Plans ×1
ComeOnOliver

Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge

4k tokens
Create Worktree Skill ×1
ComeOnOliver

Use when the user explicitly asks for a SKILL to create a worktree. If the user does not mention "skill" or explicitly request skill invocation, do NOT trigger this. Only use when user says things like "use a skill to create a worktree" or "invoke the worktree skill". Creates isolated git worktrees with parallel-running configuration.

3k tokens
Worktree Manager Skill ×1
ComeOnOliver

Comprehensive git worktree management. Use when the user wants to create, remove, list, or manage worktrees. Handles all worktree operations including creation, deletion, and status checking.

10k tokens
Backend API ×1
ComeOnOliver

Design and implement RESTful API endpoints following REST principles, HTTP standards, and resource-based URL conventions. Use this skill when creating or modifying API endpoints, routes, controllers, request handlers, or API documentation. Apply when working with REST API design, API versioning, HTTP methods (GET, POST, PUT, PATCH, DELETE), URL structure, query parameters, response formatting, status codes, rate limiting, or API middleware. Use when building web services, microservices, or any backend code that exposes HTTP endpoints for client consumption.

3k tokens
Frontend Components ×1
ComeOnOliver

Design and build reusable, composable UI components following single responsibility principle with clear props, proper encapsulation, and minimal state management. Use this skill when creating or modifying React, Vue, Svelte, or web components, defining component props or interfaces, managing component state, building component libraries, or refactoring UI code. Apply when working with .jsx, .tsx, .vue, .svelte files, component directories, or any code that defines reusable UI building blocks with configurable interfaces and composable architectures.

3k tokens
Global Coding Style ×1
ComeOnOliver

Write clean, consistent code following naming conventions, DRY principles, small focused functions, automated formatting, and meaningful variable names. Use this skill when writing or refactoring any code in any language, naming variables/functions/classes/files, structuring code logic, removing dead code, or ensuring code readability and maintainability. Apply to all programming tasks including Python, JavaScript, TypeScript, Ruby, Java, Go, or any other language files (.py, .js, .ts, .rb, .java, .go) to maintain consistent style, improve code quality, and enhance team collaboration across the entire codebase.

3k tokens
Global Conventions ×1
ComeOnOliver

Follow project-wide development conventions including project structure, version control practices, environment configuration, documentation, dependency management, and code review processes. Use this skill when organizing files/directories, writing commit messages, managing branches, configuring environments, handling secrets, maintaining documentation, or establishing team workflows. Apply when working with project structure, README files, .gitignore, environment variables, dependency files (package.json, requirements.txt), feature flags, changelogs, or any aspect of project organization and team collaboration that requires consistency across the development lifecycle.

3k tokens
Global Error Handling ×1
ComeOnOliver

Implement robust error handling with user-friendly messages, specific exception types, fail-fast validation, centralized error boundaries, graceful degradation, and proper resource cleanup. Use this skill when writing try-catch blocks, raising exceptions, handling API errors, validating input, implementing error boundaries, managing external service failures, or ensuring resource cleanup. Apply when working with error handling code in any language, exception classes, error middleware, API error responses, retry logic, or any code that needs to handle failures gracefully while maintaining system stability and providing clear feedback to users.

3k tokens
Global Tech Stack ×1
ComeOnOliver

Understand and apply project-specific technology choices including frameworks, languages, databases, testing tools, and third-party services to maintain consistency across the stack. Use this skill when making technology decisions, adding new dependencies, choosing libraries/frameworks, configuring build tools, setting up databases, implementing authentication, or integrating third-party services. Apply when working with framework-specific code, package managers, ORM configurations, testing setups, deployment configurations, or any task that requires knowledge of the project's chosen technologies to ensure architectural consistency and avoid introducing conflicting tools or patterns.

3k tokens
Global Validation ×1
ComeOnOliver

Implement comprehensive server-side validation with allowlists, type checking, input sanitization, and consistent error messages, while using client-side validation for user experience. Use this skill when validating user input, form data, API requests, implementing security checks, preventing injection attacks, checking data types/formats/ranges, or providing validation feedback. Apply when working with form validation, API endpoint validation, input sanitization, business rule enforcement, or any code that accepts and validates external data to ensure security, data integrity, and proper user feedback across all entry points.

3k tokens
Ghe Changelog ×1
ComeOnOliver

This skill should be used when updating the project CHANGELOG, tracking requirement changes, recording design decisions, or documenting version history. Uses git-diff to detect and categorize changes to both code and requirements. Trigger on "changelog", "version history", "what changed", or after significant commits.

7k tokens
Ghe Claim ×1
ComeOnOliver

| CLAIM a specific GitHub issue to START working on it. Requires an issue number. Performs validation, atomic claim, posts claim comment, and sets up worktree. Use when user wants to begin work on a specific issue number (e.g., "claim #201", "start working on issue #N").

4k tokens
Github Elements Tracking ×1
ComeOnOliver

This skill should be used when the user asks to "track work across sessions", "create an epic", "manage issue waves", "post a checkpoint", "claim an issue", "recover from compaction", "coordinate multiple agents", "update memory bank", "store large documents", or mentions GitHub Issues as persistent memory, multi-session work, context survival, agent collaboration, SERENA MCP memory, or project-level context. Provides complete protocols for using GitHub Issues as permanent memory that survives context exhaustion, with integrated SERENA MCP memory bank for project-level context and large document storage.

82k tokens
Hexagonal Advisor ×1
ComeOnOliver

Reviews code architecture for hexagonal patterns, checks dependency directions, and suggests improvements for ports and adapters separation. Activates when users work with services, repositories, or architectural patterns.

7k tokens
Rust 2024 Migration ×1
ComeOnOliver

Guides users through migrating to Rust 2024 edition features including let chains, async closures, and improved match ergonomics. Activates when users work with Rust 2024 features or nested control flow.

3k tokens
Type Driven Design Rust ×1
ComeOnOliver

Type-driven design patterns in Rust - typestate, newtype, builder pattern, and compile-time guarantees

7k tokens
Code Instructor ×1
ComeOnOliver

Educational code development skill that teaches programming concepts while building applications. Use when the user wants to learn how code works, understand programming concepts, or build an app with detailed explanations. Provides line-by-line breakdowns, explains the 'why' behind code patterns, uses pedagogical teaching methods, and builds apps incrementally with educational commentary at each step.

10k tokens scripts
Engineering Nba Data ×1
ComeOnOliver

Extracts, transforms, and analyzes NBA statistics using the nba_api Python library. Use when working with NBA player stats, team data, game logs, shot charts, league statistics, or any NBA-related data engineering tasks. Supports both stats.nba.com endpoints and static player/team lookups.

4076k tokens
Writing Config Files ×1
ComeOnOliver

Use this skill when you need to write configuration files in `src/config` for the Next.js app

2k tokens
Writing Data ×1
ComeOnOliver

Use this skill when you need to structure data in `srs/data` for the Next.js app

2k tokens
Writing Lib Functions ×1
ComeOnOliver

Use this skill when you need to write lib functions in `srs/lib` for the Next.js app

2k tokens
Writing Types ×1
ComeOnOliver

Use this skill when you need to write types and interfaces in `srs/types` for the Next.js app

2k tokens
Writing Utils ×1
ComeOnOliver

Use this skill when you need to write utility functions for the Next.js app

2k tokens
Enact Dice Roll Rust ×1
ComeOnOliver

Roll dice with configurable sides and count - a simple Rust example tool

3k tokens
Enact Hello Python ×1
ComeOnOliver

A simple Python greeting tool

2k tokens scripts
Enact Hello Rust ×1
ComeOnOliver

A simple Rust greeting tool

2k tokens
Git ×1
ComeOnOliver

Basic git operations for repository inspection. Use for git diff, git log, git status, git remote, and other read-only git commands.

3k tokens
Gitea ×1
ComeOnOliver

Gitea operations via tea CLI. Use when user mentions: gitea, tea, or when git remote shows a Gitea instance.

3k tokens
Github ×1
ComeOnOliver

GitHub operations via gh CLI. Use when user mentions: PR, pull request, github issue, workflow, actions, gh, or when git remote shows github.com.

2k tokens
Gitlab ×1
ComeOnOliver

GitLab operations via glab CLI. Use when user mentions: MR, merge request, gitlab issue, pipeline, CI status, glab, or when git remote shows gitlab.com or self-hosted GitLab.

4k tokens
Native Data Fetching ×1
ComeOnOliver

Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, axios, React Query, SWR, error handling, caching strategies, offline support.

6k tokens
Upgrading Expo ×1
ComeOnOliver

Guidelines for upgrading Expo SDK versions and fixing dependency issues

5k tokens
Debug Cuda Crash ×1
ComeOnOliver

Tutorial for debugging CUDA crashes using API logging

5k tokens
Convex Quickstart ×1
ComeOnOliver

Initializes a new Convex project from scratch or adds Convex to an existing app. Use this skill when starting a new project with Convex, scaffolding with npm create convex@latest, adding Convex to an existing React, Next.js, Vue, Svelte, or other frontend, wiring up ConvexProvider, configuring environment variables for the deployment URL, or running npx convex dev for the first time, even if the user just says "set up Convex" or "add a backend.

7k tokens
Claude Settings Audit ×1
ComeOnOliver

Analyze a repository to generate recommended Claude Code settings.json permissions. Use when setting up a new project, auditing existing settings, or determining which read-only bash commands to allow. Detects tech stack, build tools, and monorepo structure.

9k tokens
React Components ×1
ComeOnOliver

Converts Stitch designs into modular Vite and React components using system-level networking and AST-based validation.

7k tokens scripts
Share Skill ×1
ComeOnOliver

Automatically share skills, migrate local skills to code repositories, open source skills, skill version management, configure git remote

93k tokens scripts
Seedance2 API ×1
ComeOnOliver

Out-of-the-box Seedance 2.0 API skill — just one API key to generate AI videos. Builds storyboards, generates reference images with Seedream 4.5, submits video tasks, and polls results. Supports both MCP and standalone Python script mode. Use when the user mentions seedance, AI video, storyboard, or video generation.

16k tokens scripts