π The AI Prompt Library
162 proven prompts, ready to copy. Pick a category or search.
All
AI Video
AI Writing
Chatbots
Coding Assistants
Data & Analytics
Design Tools
Ecommerce
Education & Learning
Email
Finance
Health
HR
Image Generators
Legal
Marketing & Ads
Music & Audio
Productivity
Real Estate
Sales
SEO Tools
Social Media
Transcription
Travel
Voice & Speech
Regex explainer
Coding Assistants
Explain this regex in plain English, step by step: [paste regex]
Variable naming
Coding Assistants
Suggest clear variable and function names for this logic: [paste code]
Bash script
Coding Assistants
Write a bash script that [task], with error handling.
Security review
Coding Assistants
Review this code for OWASP top-10 issues and list fixes: [paste code]
Code to flowchart
Coding Assistants
Describe this code as a simple text flowchart: [paste code]
Git commit message
Coding Assistants
Write a conventional commit message for these changes: [paste diff]
Dockerfile
Coding Assistants
Write an optimized multi-stage Dockerfile for a [language] app.
Cron expression
Coding Assistants
Write a cron expression that runs [schedule] and explain each field.
API docs
Coding Assistants
Write concise API documentation for this endpoint: [paste code]
Unit tests
Coding Assistants
Write 3 unit tests for this function: [paste code]
Refactor code
Coding Assistants
Refactor this code for readability and add comments: [paste code]
SQL query
Coding Assistants
Write a SQL query to [task] using these tables: [tables].
Write regex
Coding Assistants
Write a regex that matches [pattern] and explain each part.
Explain code simply
Coding Assistants
Explain what this code does in plain English for a non-programmer, then list any risks: [paste code]
Debug my code
Coding Assistants
Find the bug in this code, explain why it happens, and show the fixed version: [paste code]