A personal collection of prompts organized by category for various use cases.
| Category | Description |
|---|---|
| Coding | Code generation, debugging, refactoring, and development prompts |
| Writing | Content writing, editing, and copywriting prompts |
| Research | Research, summarization, and information gathering prompts |
| Productivity | Task management, planning, and workflow prompts |
| Creative | Brainstorming, ideation, and creative writing prompts |
| Analysis | Data analysis, reasoning, and problem-solving prompts |
mypromptlibrary/
├── README.md
├── coding/
│ └── *.md
├── writing/
│ └── *.md
├── research/
│ └── *.md
├── productivity/
│ └── *.md
├── creative/
│ └── *.md
└── analysis/
└── *.md
Each prompt file follows this format:
# Prompt Title
## Purpose
Brief description of what this prompt does.
## Prompt
\`\`\`
Your prompt text here...
\`\`\`
## Usage Notes
- When to use this prompt
- Any variables to customize
- Expected output format- Browse the category folders to find relevant prompts
- Copy the prompt text from the markdown file
- Customize any placeholders or variables for your specific use case
- Use with your preferred AI assistant
- Create a new
.mdfile in the appropriate category folder - Follow the prompt template above
- Use descriptive filenames (e.g.,
code-review-checklist.md)