|
6 | 6 |
|
7 | 7 |  |
8 | 8 |
|
| 9 | +## Table of Contents |
| 10 | + |
| 11 | +- [About This Prompt Collection](#about-this-prompt-collection) |
| 12 | +- [N8N Workflow For Updating Repo From Form](#n8n-workflow-for-updating-repo-from-form) |
| 13 | +- [Depersonalisation (Notes)](#depersonalisation-notes) |
| 14 | +- [Point In Time Exports](#point-in-time-exports) |
| 15 | +- [Changelog](#changelog) |
| 16 | +- [Formats](#formats) |
| 17 | +- [Data Structure](#data-structure) |
| 18 | +- [Repository Contents](#repository-contents) |
| 19 | +- [JSON Data Dictionary](#json-data-dictionary) |
| 20 | +- [Related Repositories](#related-repositories) |
| 21 | +- [System Prompt Index](#system-prompt-index) |
| 22 | + |
9 | 23 | ## About This Prompt Collection |
10 | 24 |
|
11 | 25 | This repository contains an evolving index of system prompts for AI agents and assistants that I've been developing since the summer of 2024. |
@@ -39,25 +53,39 @@ Workflow logic: |
39 | 53 | - Check if open source = okay. If so proceed with this workflow |
40 | 54 | - Truncated JSON goes to JSON branch here |
41 | 55 | - JSON gets sent to agent who converts it into a more descriptive model card. This goes into the markdown branch |
| 56 | + |
| 57 | +--- |
42 | 58 |
|
43 | | -## Depersonalisation |
| 59 | +## Depersonalisation (Notes) |
44 | 60 |
|
45 | 61 | In the interest of making these useful for other people (which is the entire reason I open source as much as I can!) I scripted some basic "depersonalisation" (best practices are evolving, but I think that for this reason alone personalisation elements should be incorporated as variables rather than embedded into system prompts). |
46 | 62 |
|
47 | | -If you encounter any references to "Daniel" (or Jerusalem or Linux) that my cleanup scripts missed, however, just replace with "the user" or your name in your own implementations |
| 63 | +Personalisation elements that I include in SPs tend to follow patterns that should be fairly easy to script around: |
| 64 | + |
| 65 | +- "The user, Daniel." |
| 66 | +- "Daniel lives in Jerusalem." |
| 67 | +- "Daniel uses Linux" |
| 68 | + |
| 69 | +(Etc) |
| 70 | + |
| 71 | +--- |
48 | 72 |
|
49 | 73 | ## Point In Time Exports |
50 | 74 |
|
51 | | -I periodically export lightly cleaned versions of the consolidated system prompt file. |
| 75 | +I periodically export lightly cleaned versions of the consolidated system prompt file to Github (releases) and Hugging Face (datasets). |
52 | 76 |
|
53 | 77 | These are listed in `exports.md`. The latest is: |
54 | 78 |
|
55 | 79 | [](https://huggingface.co/datasets/danielrosehill/System-Prompt-Library-030825) |
56 | 80 |
|
| 81 | +--- |
| 82 | + |
57 | 83 | ## Changelog |
58 | 84 |
|
59 | 85 | - 27/08/25: Markdown files are now generated via an AI agent which processes the JSON and generates a custom model card |
60 | 86 |
|
| 87 | +--- |
| 88 | + |
61 | 89 | ## Formats |
62 | 90 |
|
63 | 91 | These prompts are mostly now populated from an N8N workflow. |
@@ -199,71 +227,71 @@ Note: this is a trailing processs which lags behind my initial collection proces |
199 | 227 |
|
200 | 228 | ### Text Transformation & Processing |
201 | 229 |
|
202 | | -| Repository | Badges | Description | |
203 | | -|------------|--------|-------------| |
204 | | -| [Text-Transformation-Prompt-Library](https://github.com/danielrosehill/Text-Transformation-Prompt-Library) |   | Text transformation prompts (version 1) | |
205 | | -| [Text-Transformation-Prompt-Collection-2](https://github.com/danielrosehill/Text-Transformation-Prompt-Collection-2) |   | Text transformation prompts (version 2) | |
206 | | -| [Text-Transformation-Prompt-Combiner](https://github.com/danielrosehill/Text-Transformation-Prompt-Combiner) |   | Text transformation prompt builder | |
207 | | -| [AI-Text-Rewriting-Toolbox](https://github.com/danielrosehill/AI-Text-Rewriting-Toolbox) |   | AI text rewriting toolbox | |
| 230 | +| Repository | Description | |
| 231 | +|------------|-------------| |
| 232 | +| [Text-Transformation-Prompt-Library](https://github.com/danielrosehill/Text-Transformation-Prompt-Library) | Text transformation prompts (version 1) | |
| 233 | +| [Text-Transformation-Prompt-Collection-2](https://github.com/danielrosehill/Text-Transformation-Prompt-Collection-2) | Text transformation prompts (version 2) | |
| 234 | +| [Text-Transformation-Prompt-Combiner](https://github.com/danielrosehill/Text-Transformation-Prompt-Combiner) | Text transformation prompt builder | |
| 235 | +| [AI-Text-Rewriting-Toolbox](https://github.com/danielrosehill/AI-Text-Rewriting-Toolbox) | AI text rewriting toolbox | |
208 | 236 |
|
209 | 237 | ### Speech-to-Text & Audio Processing |
210 | 238 |
|
211 | | -| Repository | Badges | Description | |
212 | | -|------------|--------|-------------| |
213 | | -| [Speech-To-Text-System-Prompt-Library](https://github.com/danielrosehill/Speech-To-Text-System-Prompt-Library) |   | Speech-to-text system prompts | |
214 | | -| [Audiopenai-Edit-Prompts](https://github.com/danielrosehill/Audiopenai-Edit-Prompts) |   | Audio editing prompts for OpenAI | |
215 | | -| [STT-Basic-Cleanup-System-Prompt](https://github.com/danielrosehill/STT-Basic-Cleanup-System-Prompt) |   | Basic STT cleanup prompt | |
| 239 | +| Repository | Description | |
| 240 | +|------------|-------------| |
| 241 | +| [Speech-To-Text-System-Prompt-Library](https://github.com/danielrosehill/Speech-To-Text-System-Prompt-Library) | Speech-to-text system prompts | |
| 242 | +| [Audiopenai-Edit-Prompts](https://github.com/danielrosehill/Audiopenai-Edit-Prompts) | Audio editing prompts for OpenAI | |
| 243 | +| [STT-Basic-Cleanup-System-Prompt](https://github.com/danielrosehill/STT-Basic-Cleanup-System-Prompt) | Basic STT cleanup prompt | |
216 | 244 |
|
217 | 245 | ### Domain-Specific Prompt Libraries |
218 | 246 |
|
219 | | -| Repository | Badges | Description | |
220 | | -|------------|--------|-------------| |
221 | | -| [Careers-Utilities-System-Prompts](https://github.com/danielrosehill/Careers-Utilities-System-Prompts) |   | Career utilities system prompts | |
222 | | -| [Geopolitical-Analysis-System-Prompts](https://github.com/danielrosehill/Geopolitical-Analysis-System-Prompts) |   | Geopolitical analysis prompts | |
223 | | -| [Linux-Related-System-Prompts](https://github.com/danielrosehill/Linux-Related-System-Prompts) |   | Linux-related system prompts | |
224 | | -| [Email-Management-System-Prompts](https://github.com/danielrosehill/Email-Management-System-Prompts) |   | Email management system prompts | |
225 | | -| [Research-System-Prompts](https://github.com/danielrosehill/Research-System-Prompts) |   | Research system prompts | |
226 | | -| [Home-Inventory-AI-Assistants](https://github.com/danielrosehill/Home-Inventory-AI-Assistants) |   | Home inventory helper prompts | |
| 247 | +| Repository | Description | |
| 248 | +|------------|-------------| |
| 249 | +| [Careers-Utilities-System-Prompts](https://github.com/danielrosehill/Careers-Utilities-System-Prompts) | Career utilities system prompts | |
| 250 | +| [Geopolitical-Analysis-System-Prompts](https://github.com/danielrosehill/Geopolitical-Analysis-System-Prompts) | Geopolitical analysis prompts | |
| 251 | +| [Linux-Related-System-Prompts](https://github.com/danielrosehill/Linux-Related-System-Prompts) | Linux-related system prompts | |
| 252 | +| [Email-Management-System-Prompts](https://github.com/danielrosehill/Email-Management-System-Prompts) | Email management system prompts | |
| 253 | +| [Research-System-Prompts](https://github.com/danielrosehill/Research-System-Prompts) | Research system prompts | |
| 254 | +| [Home-Inventory-AI-Assistants](https://github.com/danielrosehill/Home-Inventory-AI-Assistants) | Home inventory helper prompts | |
227 | 255 |
|
228 | 256 | ### Data & Development Utilities |
229 | 257 |
|
230 | | -| Repository | Badges | Description | |
231 | | -|------------|--------|-------------| |
232 | | -| [Data-Utilities-System-Prompts](https://github.com/danielrosehill/Data-Utilities-System-Prompts) |   | Data utilities system prompts | |
233 | | -| [Fun-LLM-Data-Prompts](https://github.com/danielrosehill/Fun-LLM-Data-Prompts) |   | Fun LLM data prompts | |
234 | | -| [AI-Dev-Prompts-Example](https://github.com/danielrosehill/AI-Dev-Prompts-Example) |   | Sample development prompts | |
235 | | -| [RooCode-Mode-Prompts](https://github.com/danielrosehill/RooCode-Mode-Prompts) |   | RooCode mode prompts | |
| 258 | +| Repository | Description | |
| 259 | +|------------|-------------| |
| 260 | +| [Data-Utilities-System-Prompts](https://github.com/danielrosehill/Data-Utilities-System-Prompts) | Data utilities system prompts | |
| 261 | +| [Fun-LLM-Data-Prompts](https://github.com/danielrosehill/Fun-LLM-Data-Prompts) | Fun LLM data prompts | |
| 262 | +| [AI-Dev-Prompts-Example](https://github.com/danielrosehill/AI-Dev-Prompts-Example) | Sample development prompts | |
| 263 | +| [RooCode-Mode-Prompts](https://github.com/danielrosehill/RooCode-Mode-Prompts) | RooCode mode prompts | |
236 | 264 |
|
237 | 265 | ### AI & LLM Utilities |
238 | 266 |
|
239 | | -| Repository | Badges | Description | |
240 | | -|------------|--------|-------------| |
241 | | -| [AI-Orchestration-System-Prompts](https://github.com/danielrosehill/AI-Orchestration-System-Prompts) |   | AI orchestration system prompts | |
242 | | -| [Structured-Gemini-Prompts](https://github.com/danielrosehill/Structured-Gemini-Prompts) |   | Structured Gemini prompts | |
243 | | -| [LLM-Evaluation-Prompts](https://github.com/danielrosehill/LLM-Evaluation-Prompts) |   | LLM evaluation prompts | |
244 | | -| [System-Prompt-Generation-Configurations](https://github.com/danielrosehill/System-Prompt-Generation-Configurations) |   | AI prompt editing utilities | |
| 267 | +| Repository | Description | |
| 268 | +|------------|-------------| |
| 269 | +| [AI-Orchestration-System-Prompts](https://github.com/danielrosehill/AI-Orchestration-System-Prompts) | AI orchestration system prompts | |
| 270 | +| [Structured-Gemini-Prompts](https://github.com/danielrosehill/Structured-Gemini-Prompts) | Structured Gemini prompts | |
| 271 | +| [LLM-Evaluation-Prompts](https://github.com/danielrosehill/LLM-Evaluation-Prompts) | LLM evaluation prompts | |
| 272 | +| [System-Prompt-Generation-Configurations](https://github.com/danielrosehill/System-Prompt-Generation-Configurations) | AI prompt editing utilities | |
245 | 273 |
|
246 | 274 | ### General & Stylistic Prompts |
247 | 275 |
|
248 | | -| Repository | Badges | Description | |
249 | | -|------------|--------|-------------| |
250 | | -| [General-System-Prompts](https://github.com/danielrosehill/General-System-Prompts) |   | General purpose system prompts | |
251 | | -| [ChatGPT-Stylistic-System-Prompts](https://github.com/danielrosehill/ChatGPT-Stylistic-System-Prompts) |   | Stylistic system prompts for ChatGPT | |
252 | | -| [Pseudobot-System-Prompts](https://github.com/danielrosehill/Pseudobot-System-Prompts) |   | Pseudobot system prompts | |
| 276 | +| Repository | Description | |
| 277 | +|------------|-------------| |
| 278 | +| [General-System-Prompts](https://github.com/danielrosehill/General-System-Prompts) | General purpose system prompts | |
| 279 | +| [ChatGPT-Stylistic-System-Prompts](https://github.com/danielrosehill/ChatGPT-Stylistic-System-Prompts) | Stylistic system prompts for ChatGPT | |
| 280 | +| [Pseudobot-System-Prompts](https://github.com/danielrosehill/Pseudobot-System-Prompts) | Pseudobot system prompts | |
253 | 281 |
|
254 | 282 | ### Collections & Indexes |
255 | 283 |
|
256 | | -| Repository | Badges | Description | |
257 | | -|------------|--------|-------------| |
258 | | -| [My-Prompt-Libraries](https://github.com/danielrosehill/My-Prompt-Libraries) |   | Prompt library index | |
259 | | -| [Prompt-Snippet-Library](https://github.com/danielrosehill/Prompt-Snippet-Library) |   | Prompt snippets collection | |
| 284 | +| Repository | Description | |
| 285 | +|------------|-------------| |
| 286 | +| [My-Prompt-Libraries](https://github.com/danielrosehill/My-Prompt-Libraries) | Prompt library index | |
| 287 | +| [Prompt-Snippet-Library](https://github.com/danielrosehill/Prompt-Snippet-Library) | Prompt snippets collection | |
260 | 288 |
|
261 | 289 | ### Individual Prompts & Fun Projects |
262 | 290 |
|
263 | | -| Repository | Badges | Description | |
264 | | -|------------|--------|-------------| |
265 | | -| [No-BS-AI-System-Prompt](https://github.com/danielrosehill/No-BS-AI-System-Prompt) |   | No-BS AI system prompt | |
266 | | -| [Shakespearean-Text-Generators](https://github.com/danielrosehill/Shakespearean-Text-Generators) |   | Shakespearean text generators | |
| 291 | +| Repository | Description | |
| 292 | +|------------|-------------| |
| 293 | +| [No-BS-AI-System-Prompt](https://github.com/danielrosehill/No-BS-AI-System-Prompt) | No-BS AI system prompt | |
| 294 | +| [Shakespearean-Text-Generators](https://github.com/danielrosehill/Shakespearean-Text-Generators) | Shakespearean text generators | |
267 | 295 |
|
268 | 296 |
|
269 | 297 |
|
|
0 commit comments