Find the perfect skill
LeetCode Rust Template Generator
Development
Displays LeetCode problem details and generates a Rust code template in the problems/ directory for immediate coding.
Definition of Done — Platform
Development
A comprehensive definition-of-done checklist for platform work, covering traceability, testing, security, observability, deployment, and documentation. Use it before closing any task, feature, bug fix, or tech debt item to ensure full compliance with quality and reliability standards.
AI Code Generation Agent with Claude Sonnet 4
Development
AI-driven code generation agent that automatically creates TypeScript code, unit tests, and type definitions from GitHub Issues. Implements BaseAgent pattern with Vitest and JSDoc support.
Code Refactoring Analysis
Development
Analyzes code to identify refactoring opportunities with blast radius assessment, risk evaluation, and recommended order of operations. Helps engineers plan refactoring initiatives by evaluating complexity, duplication, and coupling concerns before making changes.
Animation & Motion Design
Development
Create smooth animations and micro-interactions with Framer Motion and CSS. This skill covers enter/exit animations, gesture responses, scroll-driven effects, and performance-optimized transitions. Use it for polished UIs, interactive elements, and engaging user experiences.
Structured Implementation Planning
Development
Designs a detailed implementation plan for a feature or task by analyzing the existing codebase and proposing a sequenced set of small, testable steps. Helps clarify architecture, dependencies, and success criteria before writing any code.
GraphQL Schema Designer
Development
Design and implement GraphQL schemas with resolvers, subscriptions, and proper error handling patterns.
1C Form Compilation from JSON DSL
Development
Compiles a 1C managed form from a compact JSON DSL definition. Generates a complete Form.xml (100-500+ lines) from a concise JSON specification (20-50 lines). Use when creating a new form from scratch; automatically handles namespace declarations, companion elements, and sequential IDs.
Kill Development Processes
Development
Kills Node.js development processes on Windows. Supports killing all processes, a specific port, or just listing active processes.
Shizuku App Manager
Development
Create, modify, and manage shizuku application configurations. Helps scaffold new apps, add template files, and implement installation logic for Homebrew packages. Useful for developers extending or customizing shizuku-managed applications.
REST Endpoint Designer
Development
Auto-activating skill for API development that provides step-by-step guidance on designing REST endpoints. Generates production-ready configurations and code, validates against industry standards, and offers best practice recommendations. Use when designing or refining RESTful APIs.
ESP32 OTA & Firmware Management
Development
Manage ESP32 firmware through the workbench web interface: upload, list, and delete binary files. Trigger over-the-air updates on WiFi-connected devices, enabling iterative development without blocking the serial port.