3704 results (29.6ms) page 11 / 186
aj-geddes / useful-ai-prompts-frontend-state-management exact

Manage application state using Redux, MobX, Zustand, and Context API. Use when centralizing state for complex applications with multiple components.

EpicenterHQ / epicenter-services-layer exact

Service layer patterns with createTaggedError, namespace exports, and Result types. Use when creating new services, defining domain-specific errors, or understanding the service architecture.

aj-geddes / useful-ai-prompts-circuit-breaker-pattern exact

Implement circuit breaker patterns for fault tolerance, automatic failure detection, and fallback mechanisms. Use when calling external services, handling cascading failures, or implementing...

aj-geddes / useful-ai-prompts-api-pagination exact

Implement efficient pagination strategies for large datasets using offset/limit, cursor-based, and keyset pagination. Use when returning collections, managing large result sets, or optimizing...

aj-geddes / useful-ai-prompts-gcp-cloud-functions exact

Deploy serverless functions on Google Cloud Platform with triggers, IAM roles, environment variables, and monitoring. Use for event-driven computing on GCP.

aj-geddes / useful-ai-prompts-api-error-handling exact

Implement comprehensive API error handling with standardized error responses, logging, monitoring, and user-friendly messages. Use when building resilient APIs, debugging issues, or improving...

whatiskadudoing / fp-ts-skills-fp-ts-option-and-either exact

Functional error handling and nullable value management using fp-ts Option and Either types

aj-geddes / useful-ai-prompts-real-time-features exact

Implement real-time functionality using WebSockets, Server-Sent Events (SSE), or long polling. Use when building chat applications, live dashboards, collaborative editing, notifications, or any...

ASR 0.00
AnswerZhao / agent-skills-glm-skills-asr exact

Implement speech-to-text (ASR/automatic speech recognition) capabilities using the z-ai-web-dev-sdk. Use this skill when the user needs to transcribe audio files, convert speech to text, build...

charlietlamb / ferix-convex-http-actions exact

External API integration and webhook handling including HTTP endpoint routing, request/response handling, authentication, CORS configuration, and webhook signature validation

waynesutton / convexskills-convex-http-actions exact

External API integration and webhook handling including HTTP endpoint routing, request/response handling, authentication, CORS configuration, and webhook signature validation

eddiebe147 / claude-settings-cli-builder exact

Expert guide for building command-line interfaces with Node.js (Commander, Inquirer, Ora) or Python (Click, Typer, Rich). Use when creating CLI tools, terminal UX, argument parsing, or interactive prompts.

alinaqi / claude-bootstrap-pwa-development exact

Progressive Web Apps - service workers, caching strategies, offline, Workbox

dongbeixiaohuo / writing-agent-web-article-extractor exact

使用 Chrome DevTools MCP 提取和分析网页文章内容。当用户请求获取网页内容、阅读在线文章、从网站提取文本、捕获网页快照或分析网页结构时使用。支持多种提取格式包括纯文本、HTML 和结构化内容。特别优化了微信公众号等有安全限制的网站。

cosmix / loom-serialization exact

Data serialization and deserialization patterns across formats. Use when implementing data exchange, API payloads, storage formats, encoding/decoding, or cross-language communication. Keywords:...