Find the perfect skill
Game Design Principles
Content
Learn core game design: core loops, GDD structure, player psychology, difficulty balancing, and progression systems.
Legacy System Modernization via Strangler Pattern
Development
Orchestrates legacy system modernization using the strangler fig pattern with gradual component replacement. Use when the user asks to run the `legacy-modernize` workflow and the task requires multi-step orchestration. Do not use for small, single-step tasks.
Avoid Common Cursor Pitfalls
Development
Identify and avoid common Cursor IDE pitfalls: AI features, configuration, security, and team collaboration.
ASC Metadata Sync
Development
Sync and validate App Store metadata and localizations using the asc CLI tool.
Git Commit Guidelines
Development
Git commit guidelines adhering to Conventional Commits with allowed types (feat, fix, refactor, etc.) and `<type>: <lowercase imperative description>` format. Helps structure commit messages, review staged and unstaged changes for logical splitting into separate commits, and decide between creating a new commit or amending the previous one.
Analyze Account Health
Data & AI
Summarizes B2B account health by analyzing usage patterns, engagement trends, risk signals, and expansion opportunities.
Run Local Services
Development
Starts all local development services (backend, frontend, docs) with pre-flight checks, smart port selection, error diagnosis, and automatic recovery.
Bazi (Four Pillars) Analysis
Content
Interactive step-by-step collection of birth information to calculate the Four Pillars of Destiny (Bazi) and provide professional fortune analysis based on classical Chinese texts.
DCE and Edge Runtime
Development
Safe conditional require patterns and edge runtime constraints, covering webpack DCE and Node-only imports.
Jest Test Generator
Testing
Generates Jest unit tests for JavaScript/TypeScript code, including mocks, describe blocks, and coverage.
AI Gateway Reference
Development
Reference for the studio/ai-gateway service — the single shared entry point every other service uses to reach Claude, Gemini, and MiniMax.
macOS Shortcuts Generator
Development
Generate .shortcut files for macOS/iOS Shortcuts by creating plist files. Supports 1,155 actions and automation workflows.