Prompt Templates

Prompts

Curated prompt templates for AI agents. Copy and use these prompts with any compatible CLI. Community-contributed and tested.

All Prompts (15)Coding (5)Debugging (2)Design (1)Writing (2)Analysis (2)DevOps (3)

Generate Unit Tests

Coding

Generates thorough unit tests with edge case coverage for any code snippet. Adapts to the project's existing test framework.

claude-codecodexopencode

Code Review

Coding

Thorough code review covering bugs, performance, security, standards, and error handling.

claude-codecodexopencode

Refactor to Clean Architecture

Coding

Refactors code to follow clean architecture while preserving the public API.

claude-codecodexopencode

Debug Error Stack Trace

Debugging

Diagnoses error stack traces, identifies root cause, provides fix and prevention strategy.

claude-codecodexopencode

Find Performance Bottleneck

Debugging

Finds performance issues, suggests optimizations with estimated impact.

claude-codecodexcursor

Design System Component

Design

Generates production-ready design system components with full state handling and accessibility.

claude-codecodexv0

Landing Page Copy

Writing

Generates conversion-focused landing page copy with proper structure and tone.

claude-codecodexopencode

Write Technical Documentation

Writing

Generates comprehensive API documentation with examples and error handling.

claude-codecodexopencode

Explain Complex Code

Analysis

Provides detailed code explanation with execution flow, dependencies, and improvement suggestions.

claude-codecodexopencode

Architecture Decision Record

Analysis

Generates ADRs following the Nygard format for documenting architectural decisions.

claude-codecodexopencode

Docker Compose Setup

DevOps

Generates Docker Compose setup with health checks, volumes, and convenience Makefile.

claude-codecodexopencode

CI/CD Pipeline Setup

DevOps

Generates production CI/CD pipeline with lint, test, build, and deploy stages.

claude-codecodexopencode

API Route Generator

Coding

Generates complete REST API endpoints with validation, auth, and proper error handling.

claude-codecodexopencode

Database Migration Script

DevOps

Generates reversible database migrations with data safety and rollback instructions.

claude-codecodexopencode

React Hook Generator

Coding

Generates production-ready React hooks with full TypeScript types and state handling.

claude-codecodexopencode