File size: 4,453 Bytes
2ab75e6
 
1026ab8
 
 
2ab75e6
1026ab8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
---

license: apache-2.0
language:
- en
pretty_name: System prompts for prompt engineering utilities
---


# Prompt Engineering System Prompts

A curated collection of system prompts designed to assist with prompt engineering activities across various AI platforms and use cases.

*Last updated: April 6, 2025*

> **Note:** This is an ongoing collection. New system prompts are continuously being added to the library. Feel free to check back for updates.

## Repository Purpose

This repository serves as a comprehensive resource for prompt engineers, AI enthusiasts, and developers who want to:

1. Improve their prompt engineering skills
2. Access ready-to-use system prompts for various applications
3. Learn best practices for creating effective prompts
4. Experiment with specialized prompts for different AI modalities

## Folder Structure

The repository is organized into the following categories:

### [System Prompt Utilities](./system-prompt-utilities)
Tools and templates for creating, editing, analyzing, and improving system prompts for large language models.

### [Text to Image Prompts](./text-to-image-prompts)
Specialized prompts for generating, refining, and debugging text-to-image prompts for AI image generation models.

### [Vision Model Prompts](./vision-model-prompts)
Prompts designed specifically for multimodal AI models with vision capabilities.

### [Context Generation Prompts](./context-generation-prompts)
Prompts focused on generating, structuring, and enhancing contextual information for AI assistants.

### [Assistant Ideation Prompts](./assistant-ideation-prompts)
Prompts that help with brainstorming and designing new AI assistants and their capabilities.

### [Code Generation Prompts](./code-generation-prompts)
Prompts specialized for code generation, software development, and programming assistance.

### [Prompt Analysis Tools](./prompt-analysis-tools)
Tools for analyzing, debugging, and improving the effectiveness of prompts.

### [Prompt Formatting Tools](./prompt-formatting-tools)
Utilities for formatting, structuring, and optimizing prompts for different use cases.

### [Multimedia Prompts](./multimedia-prompts)
Prompts designed for various multimedia applications beyond text and images.

## Quick Start

1. **Browse**: Navigate through the folders to find prompts relevant to your needs
2. **View**: Each file contains a description and the full system prompt text
3. **Copy**: Copy the system prompt (text between triple backticks) 
4. **Use**: Paste into your preferred AI assistant platform

## How to Use These Prompts

These system prompts can be used on any assistant creation platform that supports custom system prompts, including but not limited to:

1. **OpenAI's ChatGPT/GPT Builder**
   - Navigate to "Create a GPT" or "Custom Instructions"
   - Copy the system prompt content (the text between the triple backticks in the .md files)
   - Paste into the "System Prompt" or "Instructions" field

2. **Anthropic's Claude**
   - Use the system prompt in the "System Prompt" field when creating a custom Claude assistant
   - For the Claude web interface, you can prefix your first message with "System: [paste prompt here]"

3. **Open Source Models (Ollama, LM Studio, etc.)**
   - Include the system prompt in your initial configuration
   - Format according to the specific model's requirements (some may use different system prompt markers)

4. **Hugging Face Spaces**
   - Use the system prompt in the appropriate configuration field when setting up your assistant

### General Usage Tips

1. **Customization**: Feel free to modify these prompts to better suit your specific needs
2. **Combining Prompts**: You can often combine elements from different prompts to create a more tailored experience
3. **Testing**: Always test prompts with different inputs to ensure they produce the desired results
4. **Iteration**: Prompt engineering is iterative - use these as starting points and refine based on results

 ## License

These prompts are shared for educational and practical purposes. Please use responsibly and in accordance with the terms of service of any AI platform you're using.

---

*Note: The effectiveness of these prompts may vary depending on the specific AI model and version you're using. Some prompts may need adjustments for optimal performance with different models.*