636 results (8.8ms) page 4 / 32
aj-geddes / useful-ai-prompts-session-management exact

Implement secure session management systems with JWT tokens, session storage, token refresh, logout handling, and CSRF protection. Use when managing user authentication state, handling token...

aj-geddes / useful-ai-prompts-health-check-endpoints exact

Implement comprehensive health check endpoints for liveness, readiness, and dependency monitoring. Use when deploying to Kubernetes, implementing load balancer health checks, or monitoring service...

pluginagentmarketplace / custom-plugin-nodejs-websockets exact

Implement real-time bidirectional communication with Socket.io and ws library for chat, notifications, and live dashboards

yanko-belov / code-craft-caching exact

Use when same data is fetched repeatedly. Use when database queries are slow. Use when implementing caching without invalidation strategy.

madsnorgaard / agent-resources-ddev-expert exact

DDEV local development expertise. Use when working with DDEV projects, containers, configuration, or troubleshooting DDEV environments.

aj-geddes / useful-ai-prompts-architecture-diagrams exact

Create system architecture diagrams using Mermaid, PlantUML, C4 model, flowcharts, and sequence diagrams. Use when documenting architecture, system design, data flows, or technical workflows.

ramidamolis-alt / agent-skills-workflows-state-machine exact

Expert in complex state management with Finite State Machines, XState patterns, state persistence, race condition handling, and distributed state synchronization. Use for managing complex...

aj-geddes / useful-ai-prompts-websocket-implementation exact

Implement real-time bidirectional communication with WebSockets including connection management, message routing, and scaling. Use when building real-time features, chat systems, live...

aj-geddes / useful-ai-prompts-api-rate-limiting exact

Implement API rate limiting strategies using token bucket, sliding window, and fixed window algorithms. Use when protecting APIs from abuse, managing traffic, or implementing tiered rate limits.

clode-labs / aramb-skills-aramb-metadata exact

Generate or update aramb.toml configuration file by analyzing docker-compose files or codebase. Use this skill when you need to create project metadata, service configurations, or environment...

cosmix / loom-feature-flags exact

Feature flag patterns for controlled rollouts, A/B testing, kill switches, and runtime configuration. Use when implementing feature toggles, feature flags, gradual rollouts, canary releases,...

aj-geddes / useful-ai-prompts-background-job-processing exact

Implement background job processing systems with task queues, workers, scheduling, and retry mechanisms. Use when handling long-running tasks, sending emails, generating reports, and processing...

jezweb / claude-skills-vercel-kv exact

|

aj-geddes / useful-ai-prompts-idempotency-handling exact

Implement idempotency keys and handling to ensure operations can be safely retried without duplicate effects. Use when building payment systems, APIs with retries, or distributed transactions.

dirnbauer / webconsulting-skills-typo3-ddev exact

Best practices for TYPO3 local development with DDEV, including configuration, database management, multi-version testing, and common workflows for v13/v14.