Browse Skills
Expo Api Routes
v1.0.0Guidelines for creating API routes in Expo Router with EAS Hosting
Fastapi Router Py
v1.0.0Create FastAPI routers with CRUD operations, authentication dependencies, and proper response models. Use when building REST API endpoints, creating new routes, implementing CRUD operations, or add...
Fastapi Templates
v1.0.0Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
Food Database Query
v1.0.0Food Database Query
Fp Async
v1.0.0Practical async patterns using TaskEither - clean pipelines instead of try/catch hell, with real API examples
Fp Backend
v1.0.0Functional programming patterns for Node.js/Deno backend development using fp-ts, ReaderTaskEither, and functional dependency injection
Fp Errors
v1.0.0Stop throwing everywhere - handle errors as values using Either and TaskEither for cleaner, more predictable code
Fp Refactor
v1.0.0Comprehensive guide for refactoring imperative TypeScript code to fp-ts functional patterns
Fp Taskeither Ref
v1.0.0Quick reference for TaskEither. Use when user needs async error handling, API calls, or Promise-based operations that can fail.
Fp Ts Errors
v1.0.0Handle errors as values using fp-ts Either and TaskEither for cleaner, more predictable TypeScript code. Use when implementing error handling patterns with fp-ts.
Fp Ts React
v1.0.0Practical patterns for using fp-ts with React - hooks, state, forms, data fetching. Use when building React apps with functional programming patterns. Works with React 18/19, Next.js 14/15.
Framework Migration Code Migrate
v1.0.0You are a code migration expert specializing in transitioning codebases between frameworks, languages, versions, and platforms. Generate comprehensive migration plans, automated migration scripts, and