Find the perfect skill
Fix Interface Errors
Development
Fix compilation errors in interface and controller files following code conventions.
Create TanStack Routes
Development
Create TanStack Start file-based routes with SEO, data loading, and authentication.
Leavn Commit Machine
Development
Create clean, descriptive git commits for Leavn app following emoji prefix convention with comprehensive change summaries.
Apply shadcn/ui Components to React
Development
Styles React pages and components using shadcn/ui, integrating with the project's custom theme.
Diagnosing Hard Bugs and Regressions
Development
Disciplined approach for diagnosing hard bugs and performance regressions, centered on building a tight feedback loop to reproduce and root-cause issues.
Godot API Lookup
Development
Look up Godot engine class APIs — methods, properties, signals, enums. Use when you need to find which class to use or look up specific API details. Supports version-specific docs.
Deep Strategy Generation
Development
Generate comprehensive multi-approach strategies with domain knowledge extraction, alternative approaches, failure mode analysis, and risk-aware plans.
Resolve Blocking PR Review Findings
Development
Resolves blocking review findings on an existing pull request with minimal changes, without broadening scope, including focused regression tests.
Exports & Barrel Files
Development
Defines conventions for module exports and barrel files: named exports only, no flat wildcards (except `export * as Name` for compound components), sectioned comments, types alongside values, and one export line per source file. Helps maintain consistent, tree-shakeable exports in portal apps using Turbopack or similar bundlers.
Vite - Configuration and Optimization
Development
Configures Vite for various frameworks, creates plugins, optimizes builds, and customizes the dev server. Helps with setting up aliases, proxies, and manual chunk splitting to improve development and production builds.
Create or Update a Pull Request
Development
Create or update a pull request using a template, with automatic detection of existing PRs and journal hygiene passes.
API Design Principles
Development
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers.