Find the perfect prompt
191 prompts across 23 categories and 44 models
Debate-Format Reasoning
Use a structured debate format to explore multiple sides of a complex question and surface the strongest arguments for each position.
Metacognitive Prompting
Prompt an AI to think about its own thinking process, flag uncertainty, and identify where its reasoning might be flawed.
Prompt Chaining for Complex Tasks
Break a complex task into a chain of focused prompts where each output feeds the next, producing far better results than a single prompt.
Tree of Thought Problem Solving
Apply tree-of-thought reasoning to explore multiple solution branches simultaneously before converging on the optimal path.
Adversarial Prompt Testing
Test an AI prompt or system against adversarial inputs to find failure modes before deploying it in production.
System Prompt Optimization
Audit and rewrite an AI system prompt to maximize performance, consistency, and reliability in production use.
Decision Tree Generation
Generate a complete decision tree for a complex process, mapping all conditions, branches, and outcomes.
Multi-Modal Prompt Design
Design prompts that effectively combine text, images, documents, and other modalities in a single AI request.
LLM Benchmark Design for Your Use Case
Design a custom benchmark to objectively compare AI models on your specific tasks before committing to one.
AI Code Review Checklist
Run a structured code review across correctness, quality, performance, security, and testing using AI.
AI Software Architecture Advisor
Design a scalable software architecture for a new system with trade-off analysis and decision rationale.
AI Bug Debugging Assistant
Systematically diagnose and fix a software bug by walking AI through context, symptoms, and hypotheses.
Code Documentation Generator
Generate clear, complete documentation for a function, module, or API endpoint from existing code.
Unit Test Generator
Generate comprehensive unit tests for a function or module covering happy paths, edge cases, and error conditions.
Code Refactoring Assistant
Improve code quality through targeted refactoring that reduces complexity, removes duplication, and improves maintainability.
REST API Design Reviewer
Review and improve a REST API design for consistency, usability, and adherence to best practices.
Database Schema Designer
Design a normalized, performant database schema for a new feature or application with indexing strategy.
Code Security Audit
Audit code for OWASP Top 10 vulnerabilities, hardcoded secrets, and insecure patterns with remediation steps.