Skip to content

bodhisilberling/PromptKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PromptKit

200+ optimized LLM prompt templates for ChatGPT, Claude, and Gemini — organized, tested, and open-source.

Stars License Contributors

Star this repo to help it grow and get the latest prompt updates!

demo


Quick Start

No installation. No setup. Just copy and go.

  1. Browse /prompts/ by category
  2. Copy any .yaml file
  3. Paste the prompt: text into your favorite LLM (ChatGPT, Claude, Gemini)
  4. Fill variables like {{topic}} and {{audience}}

That's it! You now have a professionally crafted prompt template.

Example

# prompts/writing/blog-post-generator.yaml
name: Blog Post Generator
model: gpt-4o
prompt: |
  You are an expert copywriter. Write a 1,200-word blog post about {{topic}}.
  Include an introduction, subheadings (H2 and H3), and a conclusion.
variables:
  - topic

Usage: Copy the prompt text, replace {{topic}} with your subject, and paste into ChatGPT!


Categories

📝 Writing (9 prompts)

Blog posts, resumes, poetry, stories, emails, press releases, grant proposals, cover letters, and more.

Marketing (9 prompts)

Landing pages, ad headlines, brand voice, social media, content calendars, SEO optimization, product descriptions, white papers, and more.

Coding (11 prompts)

Code explanations, bug fixes, regex patterns, API documentation, algorithms, test generation, system design, refactoring, and more.

Productivity (9 prompts)

Task planning, goal tracking, meeting summaries, habit building, priority matrices, time estimation, delegation strategies, decision frameworks, and more.

Education (9 prompts)

Lesson plans, quizzes, concept explanations, flashcards, study guides, essay outlines, workshops, feedback, presentations, and more.

Analysis (9 prompts)

Text summarization, data insights, argument evaluation, SWOT analysis, research summaries, competitive analysis, market research, risk assessment, and comparisons.


Contribute

We love contributions! Here's how to add your prompt:

  1. Copy /prompts/_template.yaml
  2. Fill in your prompt (name, description, prompt text, variables)
  3. Submit a PR — we'll credit you in CONTRIBUTORS.md!
  4. Get featured as "Prompt of the Week" ✨

Submission Guidelines

  • Use clear, descriptive names
  • Include helpful example_input and example_output
  • Keep prompts focused and actionable
  • Test your prompt before submitting
  • Follow the existing YAML format

Why PromptKit?

100% Open & Model-Agnostic — Works with ChatGPT, Claude, Gemini, Mistral, Groq, and more
Community-Driven — Constantly updated with new prompts from contributors
Zero Setup — No installations, dependencies, or configurations
Perfect for Everyone — Builders, students, professionals, and prompt engineers
Organized by Use Case — Find exactly what you need, when you need it
Battle-Tested — Templates refined through real-world usage


Use Cases

  • Content Creators: Generate blog posts, social media, and marketing copy
  • Developers: Write cleaner code, fix bugs, and document APIs
  • Students: Create study guides, outline essays, and explain concepts
  • Professionals: Plan projects, summarize meetings, and make decisions
  • Entrepreneurs: Analyze markets, write proposals, and refine pitches
  • Everyone: Save time and improve outcomes with proven prompts

Roadmap

  • Launch with 54+ high-quality prompts
  • Add evaluation results (prompt performance leaderboard)
  • Add CLI tool (prompt run idea-generator)
  • Create web playground via GitHub Pages
  • Integrate with HuggingFace Spaces
  • Add video tutorials for popular prompts
  • Enable prompt versioning and A/B testing

Local Development

Want to contribute code or improve the repository?

# Clone the repo
git clone https://github.com/yourusername/PromptKit.git
cd PromptKit

# Browse prompts
ls prompts/*/

# Edit any YAML file
code prompts/writing/blog-post-generator.yaml

Project Stats

  • 54+ Prompts across 6 categories
  • 100% Open Source (MIT License)
  • Community-Driven updates and improvements
  • Works with ChatGPT, Claude, Gemini, Mistral, and more

Star History

Star History Chart


Community

  • 💡 Have a great prompt? Submit a PR!
  • 🐛 Found an issue? Open an issue!
  • 💬 Questions? Start a discussion!
  • Enjoying PromptKit? Star the repo!

License

This project is licensed under the MIT License - see the LICENSE file for details.


Acknowledgments

Built with ❤️ by the open-source community. See CONTRIBUTORS.md for the amazing people who have contributed to PromptKit.


Star this repo if PromptKit helps you! It motivates us to keep building and improving.

⬆ Back to Top

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published