Thank you for your interest in contributing to the LLM Prompts Library! This document provides guidelines for contributing to this project.
- Use the GitHub Issues page
- Provide clear descriptions of problems or suggestions
- Include examples where applicable
- Open an issue with the "prompt suggestion" tag
- Describe the use case and target audience
- Explain why this prompt would be valuable
- Fork the repository
- Create a feature branch:
git checkout -b feature/new-prompt-name - Follow the prompt structure guidelines below
- Submit a pull request with clear description
prompts/[category]-[specific-name].md
Examples:
prompts/code-review-assistant.mdprompts/blog-post-creator.mdprompts/documentation-generator.md
# 🎯 [Prompt Name]
## 📋 Prompt Overview
**Purpose:** [Clear one-sentence description]
**Best Used With:** [AI platforms/tools]
**Difficulty:** [Beginner/Intermediate/Advanced]
**Time Required:** [Estimated time]
---
## 🎯 Master Prompt
[The actual prompt content - copy-pasteable]
---
## 📚 Usage Instructions
1. [Step by step instructions]
2. [How to customize]
3. [Expected outputs]
---
## 🎨 Example Interaction
[Show expected input/output examples]
---
## 🔧 Customization Tips
[How users can adapt the prompt]
---
**Created by:** [Your name and GitHub link]
**Part of:** [LLM Prompts Collection](https://github.com/aymanaboghonim/llm-prompts)
**License:** MIT- ✅ Clear purpose and target audience
- ✅ Tested functionality with multiple AI models
- ✅ Professional language and tone
- ✅ Complete documentation and examples
- ✅ Proper categorization and tags
- ✅ Markdown formatting for consistency
- ✅ No hardcoded personal information (use placeholders)
- ✅ Cross-platform compatibility (works with various AI tools)
- ✅ Error handling considerations included
Current categories (add new ones as needed):
- 👨💻 Developer Tools - GitHub profiles, code review, documentation
- 📝 Content Creation - Blog posts, social media, marketing copy
- 🔍 Analysis & Research - Data analysis, report generation, summaries
- 📈 Project Management - Planning, tracking, reporting
- 🎓 Education & Training - Learning materials, tutorials, explanations
- Initial Review - Maintainer checks basic requirements
- Testing Phase - Community testing with different AI models
- Feedback Integration - Incorporate suggestions and improvements
- Final Approval - Merge into main branch
- Questions? Open a GitHub Discussion
- Need help? Contact @aymanaboghonim
- Want to chat? Connect on LinkedIn
Contributors will be:
- ✅ Listed in the repository contributors
- ✅ Credited in their prompt files
- ✅ Featured in release notes
- ✅ Thanked publicly on social media (if desired)
Please maintain a professional, respectful, and inclusive environment:
- ✅ Be respectful of different perspectives and experience levels
- ✅ Provide constructive feedback and suggestions
- ✅ Focus on the content rather than personal preferences
- ✅ Help newcomers learn and contribute effectively
Thank you for helping make AI more accessible and effective for everyone! 🚀