Find the perfect prompt
1,013 prompts across 23 categories and 44 models
Explain Unfamiliar Code Like a Senior Dev
Get a clear, layered explanation of code you didn't write — from high-level purpose to line-by-line logic, with the important parts flagged.
Write Developer Documentation That People Actually Read
Generate comprehensive, well-structured developer documentation — including quickstart guides, API references, and usage examples that developers actually want to read.
Optimize Slow Database Queries with AI
Diagnose and fix slow SQL queries — analyzing execution plans, identifying bottlenecks, and writing optimized versions with index recommendations.
AI Architecture Review: Is This Design Solid?
Get an honest architectural review of your proposed system design — identifying single points of failure, scalability limits, security gaps, and better alternatives.
Create a CI/CD Pipeline Configuration
Generate a complete CI/CD pipeline configuration for your project — including build, test, security scan, and deployment stages.
Build a Command-Line Tool from Scratch
Build a fully functional CLI tool with argument parsing, help text, error handling, and cross-platform support.
Security Audit: Find Vulnerabilities in My Code
Perform a thorough security audit of your code — finding injection risks, authentication gaps, data exposure, and OWASP Top 10 vulnerabilities with specific fixes.
Write a Database Schema from Business Requirements
Design a normalized, production-ready database schema from plain business requirements — including tables, relationships, indexes, and constraints.
Migrate a Legacy Codebase to Modern Standards
Plan and execute a safe migration of legacy code to modern patterns — identifying risks, creating a phased approach, and writing the migration code.
Set Up a Local Development Environment
Get a step-by-step guide for setting up a complete local dev environment for any tech stack — with troubleshooting for the most common setup issues.
Implement a Design Pattern in Your Codebase
Learn and apply a specific software design pattern to your real codebase — with explanation, trade-offs, and complete implementation code.
Analyze and Reduce Technical Debt
Systematically identify, quantify, and prioritize technical debt — then build a realistic plan to pay it down without stopping product development.
Generate Regex Patterns for Any Use Case
Get the exact regex pattern you need — with explanation, edge case handling, and language-specific syntax for your environment.
Build a Webhook Handler from Scratch
Build a secure, reliable webhook handler that verifies signatures, processes payloads, handles retries, and responds correctly to the sender.
AI Pair Programming: Build a Feature Together
Use AI as an active pair programming partner — planning the approach, writing code incrementally, catching issues in real time, and improving the result together.
Build a Data Processing Script from Scratch
Write a complete data processing script that reads, cleans, transforms, and outputs structured data — with error handling for real-world messy inputs.
Design a Caching Strategy for Your Application
Design a layered caching strategy that reduces database load, improves response times, and handles cache invalidation correctly.
Build and Deploy a Containerized Application
Create a complete Docker setup for your application — Dockerfile, compose file, environment management, and deployment to your target platform.