Find the perfect skill
Failure Recovery Agent
Development
Analyzes implementation failures and generates recovery plans for automatic retry or human escalation.
Create a GitHub Pull Request
Development
Complete guide to creating a GitHub pull request with branching, testing, formatting, and documentation.
Code Review
Development
Skill for code review and PR review tasks. Covers methodology, what to flag, and output structure.
Sharding Strategies
Development
Horizontal scaling patterns for multi-tenant databases. Covers shard key selection, consistent hashing, and shard management.
Multiplayer Game Development
Development
Multiplayer game development principles covering architecture selection (dedicated server, P2P, host-based), synchronization techniques (state sync, input sync, lag compensation), network optimization, security, and matchmaking. Helps developers design and implement robust multiplayer systems with low latency and strong server authority.
Generate PR/MR Description
Development
Generate a structured pull request description after code review passes.
Create PR and Check CI Status
Development
Creates a pull request from the current branch, links it to an issue, and monitors CI status. If CI passes, removes the wip label.
Revert by Logical Work Unit
Development
Revert changes by logical work unit (track, phase, or task) with full git awareness. Supports reverting entire tracks, specific phases, or individual tasks.
Create Pull Request
Development
Creates a pull request with conventional title, labels, and body based on GitHub template.
Vite Configuration, Plugins, SSR
Development
Vite build tool configuration, plugin API, SSR, and Vite 8 Rolldown migration. Use for Vite projects, vite.config.ts, and building libraries/SSR apps.
Claude Code Project Setup
Development
Guide for setting up projects to work optimally with Claude Code, covering directory structure, settings, permissions, and best practices for team collaboration.
Multi-Tenancy Models
Development
Use when choosing multi-tenant architecture patterns. Covers Pool (shared), Silo (isolated), and Bridge (hybrid) models with decision frameworks for isolation, cost, and scale trade-offs.