3277 results (34.1ms) page 19 / 164
proffesor-for-testing / agentic-qe-v3-cli-modernization exact

CLI modernization and hooks system enhancement for claude-flow v3. Implements interactive prompts, command decomposition, enhanced hooks integration, and intelligent workflow automation.

DonggangChen / antigravity-agentic-skills-microservices-patterns exact

Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems, decomposing monoliths, or implementing microservices.

aj-geddes / useful-ai-prompts-query-caching-strategies exact

Implement query caching strategies to improve performance. Use when setting up caching layers, configuring Redis, or optimizing database query response times.

vuralserhat86 / antigravity-agentic-skills-microservices-patterns exact

Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems, decomposing monoliths, or implementing microservices.

yanko-belov / code-craft-deadlock-prevention exact

Use when acquiring multiple locks. Use when operations wait for each other. Use when system hangs without crashing.

aj-geddes / useful-ai-prompts-event-sourcing exact

Implement event sourcing and CQRS patterns using event stores, aggregates, and projections. Use when building audit trails, temporal queries, or systems requiring full history.

yanko-belov / code-craft-race-conditions exact

Use when multiple operations access shared state. Use when order of operations matters. Use when "it works most of the time" but occasionally fails mysteriously.

fluid-tools / claude-skills-convex-components exact

Guide for authoring Convex components - isolated, reusable backend modules with their own schema and functions. Use when building reusable libraries, packaging Convex functionality for NPM,...

johnlindquist / claude-chrome exact

Browser automation using Puppeteer or Playwright. Use for web testing, screenshots, form filling, and automated browser interactions.

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,...

sergiodxa / agent-skills-frontend-react-router-best-practices exact

React Router performance and architecture patterns. Use when writing loaders, actions, forms, routes, or working with React Router data fetching. Triggers on tasks involving React Router routes,...

DauQuangThanh / hanoi-rainbow-backend-coding exact

Expert backend development guidance covering Node.js, Python, Java, Go, API design (REST/GraphQL/gRPC), database patterns, authentication, caching, message queues, microservices, and testing....

fluid-tools / claude-skills-convex-performance-patterns exact

Guide for Convex performance optimization including denormalization, index design, avoiding N+1 queries, OCC (Optimistic Concurrency Control), and handling hot spots. Use when optimizing query...

hoodini / ai-agents-skills-copilot-sdk exact

Build agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, implementing streaming responses, managing sessions, connecting to MCP servers, or...

salvo-rs / salvo-skills-salvo-caching exact

Implement caching strategies for improved performance. Use for reducing database load and speeding up responses.

salvo-rs / salvo-skills-salvo-proxy exact

Implement reverse proxy to forward requests to backend services. Use for load balancing, API gateways, and microservices routing.

salvo-rs / salvo-skills-salvo-static-files exact

Serve static files, directories, and embedded assets. Use for CSS, JavaScript, images, and downloadable content.