Prompt Templates
Prompts
Curated prompt templates for AI agents. Copy and use these prompts with any compatible CLI. Community-contributed and tested.
Generate Unit Tests
CodingGenerates thorough unit tests with edge case coverage for any code snippet. Adapts to the project's existing test framework.
Code Review
CodingThorough code review covering bugs, performance, security, standards, and error handling.
Refactor to Clean Architecture
CodingRefactors code to follow clean architecture while preserving the public API.
Debug Error Stack Trace
DebuggingDiagnoses error stack traces, identifies root cause, provides fix and prevention strategy.
Find Performance Bottleneck
DebuggingFinds performance issues, suggests optimizations with estimated impact.
Design System Component
DesignGenerates production-ready design system components with full state handling and accessibility.
Landing Page Copy
WritingGenerates conversion-focused landing page copy with proper structure and tone.
Write Technical Documentation
WritingGenerates comprehensive API documentation with examples and error handling.
Explain Complex Code
AnalysisProvides detailed code explanation with execution flow, dependencies, and improvement suggestions.
Architecture Decision Record
AnalysisGenerates ADRs following the Nygard format for documenting architectural decisions.
Docker Compose Setup
DevOpsGenerates Docker Compose setup with health checks, volumes, and convenience Makefile.
CI/CD Pipeline Setup
DevOpsGenerates production CI/CD pipeline with lint, test, build, and deploy stages.
API Route Generator
CodingGenerates complete REST API endpoints with validation, auth, and proper error handling.
Database Migration Script
DevOpsGenerates reversible database migrations with data safety and rollback instructions.
React Hook Generator
CodingGenerates production-ready React hooks with full TypeScript types and state handling.