AI coding prompts for Claude Code, Cursor, Copilot, and code assistants.
5 prompts— sorted by community rating
A structured prompt for debugging that forces systematic root cause analysis instead of random fixes.
Analyzes code and suggests refactoring improvements following clean code principles. Prioritizes readability and maintainability.
Designs RESTful API endpoints with proper HTTP methods, status codes, request/response schemas, and error handling.
Analyzes slow SQL queries, identifies bottlenecks, and rewrites them for optimal performance with EXPLAIN analysis.
Designs normalized database schemas from business requirements with tables, relationships, indexes, and migration scripts.