Comprehensive Flutter networking guidance including HTTP CRUD operations, WebSocket connections, authentication,...
Web & API
Web scraping, API integrations, and HTTP utilities
Use when designing organizational structure (team topologies, Conway's Law alignment), mapping stakeholders by...
Generate or update component documentation with usage examples, props tables, and Storybook stories. Use when...
Rollback failed deployments, restore previous versions, and handle deployment emergencies. Use when deployments...
Manage car logo fetching, scraping, and Vercel Blob storage in the logos package. Use when adding new car brand...
Add or update social media posting integrations (Discord, LinkedIn, Telegram, Twitter) in workflows. Use when adding...
Comprehensive design review for websites and desktop applications with extensive accessibility analysis. Use this...
Browser automation using Puppeteer or Playwright. Use for web testing, screenshots, form filling, and automated...
使用 Playwright 进行浏览器自动化录屏。当需要录制 Web 应用操作演示、生成带时间线的屏幕录像时使用。
Deploy static or interactive frontend content to GitHub Pages using gh CLI. Use when the user wants to publish,...
Convert HTML to PDF with pixel-perfect rendering and excellent Hebrew/RTL support. Use when the user asks to...
Mastra packages ship with embedded docs in node_modules/@mastra/*/dist/docs/. Use these for accurate API signatures...
Guidance for using the TiDB Cloud Serverless Driver (Beta) in Node.js, serverless, and edge environments. Use when...
Control Anova Precision Ovens and Precision Cookers (sous vide) via WiFi WebSocket API. Start cooking modes (sous...
Implement authentication and authorization using JWT, Basic Auth, or custom schemes. Use for securing API endpoints...
Create basic Salvo web applications with handlers, routers, and server setup. Use when starting a new Salvo project...
Compress HTTP responses using gzip, brotli, zstd, or deflate. Use for reducing bandwidth and improving load times.
Configure Cross-Origin Resource Sharing (CORS) and security headers. Use for APIs accessed from browsers on...
Implement graceful server shutdown to handle in-flight requests before stopping. Use for zero-downtime deployments...
Generate OpenAPI documentation automatically from Salvo handlers. Use for API documentation, Swagger UI, and API...
Implement reverse proxy to forward requests to backend services. Use for load balancing, API gateways, and...
Implement real-time features using WebSocket and Server-Sent Events (SSE). Use for chat applications, live updates,...
Configure Salvo routers with path parameters, nested routes, and filters. Use for complex routing structures and...
Configure request timeouts to prevent slow requests from blocking resources. Use for protecting APIs from...