Free AI Prompt Library
Library of 450 free AI prompts, sorted by category. Copy and use optimized prompts for ChatGPT, Claude and Gemini.
Showing 397-408 of 450 prompts
Write a Complete README for an Open-Source Project
Writes a complete, professional open-source README with badges, quickstart guide, code examples, roadmap and contribution guide.
Set Up Application Monitoring and Observability
Designs a complete observability strategy following the 3 pillars (logs, metrics, tracing) with configuration, OpenTelemetry instrumentation, alerts and dashboards.
Understand and Document Unknown Legacy Code
Analyzes unknown legacy code to extract execution flow, dependencies, risks and automatically generate documentation and a modernization plan.
Create a System Prompt for an LLM Chatbot
Generates a complete system prompt for an LLM chatbot with persona, few-shot examples, guardrails, personalization variables and testing protocol.
Plan a Zero-Downtime Database Migration
Plans a production database migration with zero downtime using the expand-contract pattern, with exact SQL, checks, rollback and monitoring.
Generate TypeScript Types from an API Response
Generates strict TypeScript types from a JSON response: interfaces, utility types, type guards, enums and JSDoc documentation.
Define a Git Branching Strategy for a Team
Recommends and documents a Git branching strategy adapted to the team, with ASCII diagram, commit conventions, PR process and protection rules.
Write a Python Automation Script
Generates a production-ready Python automation script with argparse, logging, error handling, idempotence and complete documentation.
Analyze and Optimize Frontend Performance
Analyzes frontend application performance issues and produces a prioritized optimization plan by gains/effort ratio, covering bundle, rendering, network and Core Web Vitals.
Dockerize an Application for Production
Generates an optimized multi-stage Dockerfile, docker-compose for dev and production, with security, health checks and documented best practices.
Implement the Right Design Pattern for a Problem
Selects and implements the most suitable design pattern for a given problem, with candidate comparison, complete code and future evolution analysis.
Explain a Complex Algorithm Simply
Progressively explains a complex algorithm via an analogy, execution trace, commented implementation and accessible complexity analysis.