Skip to content

Commit 0e95e47

Browse files
commit
1 parent d7f3851 commit 0e95e47

File tree

1 file changed

+76
-0
lines changed

1 file changed

+76
-0
lines changed

README.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,82 @@ System prompts are organized into two main formats:
179179
- `null` values indicate the field is not applicable to that particular prompt
180180
- All prompts include the core fields; advanced fields are optional based on functionality
181181

182+
---
183+
184+
## Related Repositories
185+
186+
I periodicaly aggregate these system prompts into libraries.
187+
188+
Note: this is a trailing processs which lags behind my initial collection process by months, typically, if it happens at all: I index them as I create them and (over time) group them into batches.
189+
190+
### Text Transformation & Processing
191+
192+
| Repository | Description |
193+
|------------|-------------|
194+
| [Text-Transformation-Prompt-Library](https://github.com/danielrosehill/Text-Transformation-Prompt-Library) | Text transformation prompts (version 1) |
195+
| [Text-Transformation-Prompt-Collection-2](https://github.com/danielrosehill/Text-Transformation-Prompt-Collection-2) | Text transformation prompts (version 2) |
196+
| [Text-Transformation-Prompt-Combiner](https://github.com/danielrosehill/Text-Transformation-Prompt-Combiner) | Text transformation prompt builder |
197+
| [AI-Text-Rewriting-Toolbox](https://github.com/danielrosehill/AI-Text-Rewriting-Toolbox) | AI text rewriting toolbox |
198+
199+
### Speech-to-Text & Audio Processing
200+
201+
| Repository | Description |
202+
|------------|-------------|
203+
| [Speech-To-Text-System-Prompt-Library](https://github.com/danielrosehill/Speech-To-Text-System-Prompt-Library) | Speech-to-text system prompts |
204+
| [Audiopenai-Edit-Prompts](https://github.com/danielrosehill/Audiopenai-Edit-Prompts) | Audio editing prompts for OpenAI |
205+
| [STT-Basic-Cleanup-System-Prompt](https://github.com/danielrosehill/STT-Basic-Cleanup-System-Prompt) | Basic STT cleanup prompt |
206+
207+
### Domain-Specific Prompt Libraries
208+
209+
| Repository | Description |
210+
|------------|-------------|
211+
| [Careers-Utilities-System-Prompts](https://github.com/danielrosehill/Careers-Utilities-System-Prompts) | Career utilities system prompts |
212+
| [Geopolitical-Analysis-System-Prompts](https://github.com/danielrosehill/Geopolitical-Analysis-System-Prompts) | Geopolitical analysis prompts |
213+
| [Linux-Related-System-Prompts](https://github.com/danielrosehill/Linux-Related-System-Prompts) | Linux-related system prompts |
214+
| [Email-Management-System-Prompts](https://github.com/danielrosehill/Email-Management-System-Prompts) | Email management system prompts |
215+
| [Research-System-Prompts](https://github.com/danielrosehill/Research-System-Prompts) | Research system prompts |
216+
| [Home-Inventory-AI-Assistants](https://github.com/danielrosehill/Home-Inventory-AI-Assistants) | Home inventory helper prompts |
217+
218+
### Data & Development Utilities
219+
220+
| Repository | Description |
221+
|------------|-------------|
222+
| [Data-Utilities-System-Prompts](https://github.com/danielrosehill/Data-Utilities-System-Prompts) | Data utilities system prompts |
223+
| [Fun-LLM-Data-Prompts](https://github.com/danielrosehill/Fun-LLM-Data-Prompts) | Fun LLM data prompts |
224+
| [AI-Dev-Prompts-Example](https://github.com/danielrosehill/AI-Dev-Prompts-Example) | Sample development prompts |
225+
| [RooCode-Mode-Prompts](https://github.com/danielrosehill/RooCode-Mode-Prompts) | RooCode mode prompts |
226+
227+
### AI & LLM Utilities
228+
229+
| Repository | Description |
230+
|------------|-------------|
231+
| [AI-Orchestration-System-Prompts](https://github.com/danielrosehill/AI-Orchestration-System-Prompts) | AI orchestration system prompts |
232+
| [Structured-Gemini-Prompts](https://github.com/danielrosehill/Structured-Gemini-Prompts) | Structured Gemini prompts |
233+
| [LLM-Evaluation-Prompts](https://github.com/danielrosehill/LLM-Evaluation-Prompts) | LLM evaluation prompts |
234+
| [System-Prompt-Generation-Configurations](https://github.com/danielrosehill/System-Prompt-Generation-Configurations) | AI prompt editing utilities |
235+
236+
### General & Stylistic Prompts
237+
238+
| Repository | Description |
239+
|------------|-------------|
240+
| [General-System-Prompts](https://github.com/danielrosehill/General-System-Prompts) | General purpose system prompts |
241+
| [ChatGPT-Stylistic-System-Prompts](https://github.com/danielrosehill/ChatGPT-Stylistic-System-Prompts) | Stylistic system prompts for ChatGPT |
242+
| [Pseudobot-System-Prompts](https://github.com/danielrosehill/Pseudobot-System-Prompts) | Pseudobot system prompts |
243+
244+
### Collections & Indexes
245+
246+
| Repository | Description |
247+
|------------|-------------|
248+
| [My-Prompt-Libraries](https://github.com/danielrosehill/My-Prompt-Libraries) | Prompt library index |
249+
| [Prompt-Snippet-Library](https://github.com/danielrosehill/Prompt-Snippet-Library) | Prompt snippets collection |
250+
251+
### Individual Prompts & Fun Projects
252+
253+
| Repository | Description |
254+
|------------|-------------|
255+
| [No-BS-AI-System-Prompt](https://github.com/danielrosehill/No-BS-AI-System-Prompt) | No-BS AI system prompt |
256+
| [Shakespearean-Text-Generators](https://github.com/danielrosehill/Shakespearean-Text-Generators) | Shakespearean text generators |
257+
182258

183259

184260
## System Prompt Index

0 commit comments

Comments
 (0)