Find the perfect skill
Module Federation Info Fetcher
Development
Fetches metadata and manifest information for a remote Module Federation module including publicPath, remoteEntry, type URLs, and module configuration. Works in consumer mode (from project) or standalone mode (with direct URL).
CQRS Architecture
Development
Design and implement CQRS patterns for scalable systems. Separate read and write models with query optimization techniques.
Supabase Webhook Signature Validation
Development
Implement secure Supabase webhook signature validation and event handling. Configure webhook endpoints with cryptographic verification and replay attack protection.
Debounce and Throttle Patterns
Development
Master design, implementation, and validation of debounce/throttle patterns for high-frequency event optimization. Balance responsiveness and stability while reducing system load.
Decomp Permuter Tool
Development
Automated tool that permutes C files to match target binaries better. Perfect for fine-tuning 95%+ matching decompilations by adjusting register allocation without changing control flow.
Game Generator
Development
Generates GameSpec JSON and Lua scripts for the AI Game Platform. Creates FPS, 2D platformers, and 3D games with movement, enemies, and collectibles.
Roblox API Patterns & Gotchas
Development
Guide to Roblox-specific API patterns, common gotchas, and best practices to avoid unexpected behaviors when developing on the Roblox platform.
Python Package License Compatibility Checker
Development
Assesses Python package license compatibility for redistribution and wheel building using the SPDX.org license database for real-time, authoritative license information.
V3 Core Implementation
Development
Implements core TypeScript modules for claude-flow v3 following Domain-Driven Design principles, clean architecture patterns, and modern TypeScript best practices with comprehensive test coverage.
ShellCheck - Shell script linting
Development
Lint and fix shell script issues using ShellCheck. Detects common errors, explains their impact, and provides specific corrections.
API Design Expert
Development
Expert guidance on API design, RESTful principles, GraphQL, versioning strategies and best practices. Covers REST, GraphQL, authentication, rate limiting and error handling.
Global Conventions
Development
Follow project-wide development conventions including consistent structure, clear documentation, version control best practices, environment configuration, and dependency management.