Discover AI agent definitions for any runtime
Generate Astro framework documentation and project guides
Generate fullstack data flow patterns for Remix applications using loaders, actions, and forms with automatic UI sync
Generate Angular components with proper structure, selectors, templates, and lifecycle hooks following Angular v21+ best practices
Build custom API endpoints using Next.js App Router route handlers with Web Request/Response APIs
Generate reusable Vue 3 composable functions following best practices from official Vue documentation
Implement Next.js middleware (proxy.js) for request interception, authentication, redirects, and request/response modification before routes render.
Expert guide for optimizing Next.js applications including images, fonts, scripts, and metadata configuration
Generate comprehensive documentation about Next.js caching mechanisms including request memoization, data cache, full route cache, and router cache with configuration examples.
Generate Next.js data fetching patterns with Server Components, fetch API, caching strategies, and streaming. Supports ORM integration, client-side fetching, and performance optimization.
Create, test, evaluate, and deploy production-quality LLM applications using Microsoft's Prompt Flow framework. Build executable flows that link LLMs, prompts, Python code, and tools together with built-in tracing, evaluation, and deployment capabilities.
Guide on when to use and avoid useEffect in React applications. Learn patterns for state management, caching, and event handling.
Use txtai framework for semantic search, LLM orchestration, RAG pipelines, and AI agents with vector databases and multi-model workflows
Build reusable custom hooks in React to share logic between components. Learn extraction patterns, naming conventions, and best practices for stateful logic reuse.
Make HTTP requests in Python using HTTPX - a modern HTTP client with sync/async APIs, HTTP/2 support, and requests-compatible interface. Install, configure, and use HTTPX for API calls, web scraping, and HTTP operations.
Use Ruff to lint and format Python code with extreme speed and comprehensive rule coverage
Install and use aiohttp, the async HTTP client/server framework for Python. Learn to make async requests, build web servers, and handle WebSockets with asyncio.
Write and run powerful Python tests with pytest - the testing framework that makes it easy to write small tests that scale to complex functional testing
Generate Python data validation code using Pydantic type hints. Create type-safe models, validators, serializers, and schemas with automatic parsing and validation.
Expert guidance for Django web development, from setup to deployment, following Django's best practices and documentation.
A lightweight ASGI framework/toolkit for building async web services in Python with WebSocket support, background tasks, and comprehensive middleware.