3562 results (34.1ms) page 52 / 179
aj-geddes / useful-ai-prompts-rate-limiting-implementation exact

Implement rate limiting, throttling, API quotas, and backpressure mechanisms to protect services from abuse and ensure fair resource usage. Use when building APIs, preventing DOS attacks, or...

phrazzld / claude-config-code-review-checklist exact

Apply comprehensive code review checklist covering purpose, design, quality, correctness, security, performance, testing, and documentation. Use when reviewing pull requests, conducting code...

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

ovachiever / droid-tings-code-review-excellence exact

Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests,...

0xbeedao / agentic-tools-code-review-excellence exact

Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests,...

remix 0.00
mindrally / skills-remix exact

Expert guidance for Remix development with TypeScript, loaders/actions, nested routes, and full-stack web application best practices

xu-xiang / everything-claude-code-zh-clickhouse-io exact

ClickHouse 数据库模式、查询优化、分析以及针对高性能分析工作负载的数据工程最佳实践。

shishiv / gsd-fp-ts-react exact

Practical patterns for using fp-ts with React - hooks, state, forms, data fetching. Use when building React apps with functional programming patterns. Works with React 18/19, Next.js 14/15.

sergiodxa / agent-skills-frontend-testing-best-practices exact

Testing best practices for the frontend. Emphasizes E2E tests over unit tests, minimal mocking, and testing behavior over implementation details. Use when writing tests or reviewing test code.