Find the perfect skill
AI Agents Development
Development
Production-grade AI agent patterns with MCP integration, agentic RAG, handoff orchestration, multi-layer guardrails, and observability.
Create TanStack Routes
Development
Create TanStack Start file-based routes with SEO, data loading, and authentication.
Async SQLAlchemy Patterns
Development
Async SQLAlchemy 2.0+ patterns for FastAPI including session management, connection pooling, Alembic migrations, relationship loading, and query optimization.
OpenWebF Controller Management
Development
Manage WebF controllers safely with WebFControllerManager: lifecycle, reuse, pre-render, multiple controllers.
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.
TypeScript Magician
Development
Designs complex generic types, refactors `any` types to strict alternatives, creates type guards and utility types, and resolves TypeScript compiler errors.
Capacitor App Upgrade v6 to v7
Development
Guides upgrading a Capacitor app from version 6 to 7, covering package updates and native sync steps.