Prompts Collection
This section contains curated AI prompts organized by category. Each prompt includes detailed metadata, usage instructions, and examples.
Categories
🚀 Coding Prompts
Prompts for software development, debugging, and code review.
- Code Review Assistant - A comprehensive prompt for AI-assisted code review focusing on best practices, security, and performance
✍️ Writing Prompts
Prompts for content creation, editing, and documentation.
- Technical Documentation Writer - Generate clear, comprehensive technical documentation from code, specifications, or requirements
📊 Analysis Prompts
Prompts for data analysis, research, and evaluation.
- Data Analysis Assistant - Comprehensive prompt for analyzing datasets with statistical insights and visualization recommendations
- Repository Analyzer - Advanced AI prompt for analyzing GitHub repositories with comprehensive description generation and use case recommendations
🎨 Creative Prompts
Prompts for brainstorming, ideation, and creative writing.
No creative prompts available yet. Contribute some!
⚡ Productivity Prompts
Prompts for task management, planning, and optimization.
- Project Planning Assistant - Structured approach to breaking down complex projects into manageable tasks with timelines and dependencies
All Prompts
| Title | Category | Description |
|---|---|---|
| Code Review Assistant | coding | A comprehensive prompt for AI-assisted code review focusing on best practices, security, and performance |
| Data Analysis Assistant | analysis | Comprehensive prompt for analyzing datasets with statistical insights and visualization recommendations |
| Project Planning Assistant | productivity | Structured approach to breaking down complex projects into manageable tasks with timelines and dependencies |
| Repository Analyzer | analysis | Advanced AI prompt for analyzing GitHub repositories with comprehensive description generation and use case recommendations |
| Technical Documentation Writer | writing | Generate clear, comprehensive technical documentation from code, specifications, or requirements |
Contributing
To add a new prompt:
- Create a new markdown file in the
_promptsdirectory - Use the following front matter template:
---
title: "Your Prompt Title"
category: "coding|writing|analysis|creative|productivity"
description: "Brief description of what this prompt does"
tags: ["tag1", "tag2"]
use_case: "When to use this prompt"
---
Your prompt content goes here...
- Include examples and variations if applicable