Loading...
Loading...
Found 19 Skills
Reviews Python code for type safety, async patterns, error handling, and common mistakes. Use when reviewing .py files, checking type hints, async/await usage, or exception handling.
Master Python asynchronous programming with asyncio, async/await, and concurrent.futures. Use for async code and concurrency patterns.
FastAPI done right. Async patterns, dependency injection, Pydantic v2 models, middleware, and project structure.
Review TypeScript/JavaScript code for type safety, async patterns, error handling, and module design. Atomic skill; output is a findings list.
Provides best practices for Node.js development with TypeScript, covering async patterns, error handling, modules, and more. Use when working on existing Node.js projects using TypeScript. Helps apply robust Node.js patterns consistently across the entire codebase.
Node.js backend expert including Express, NestJS, and async patterns
Practical async patterns using TaskEither - clean pipelines instead of try/catch hell, with real API examples