Skip to content

Commit 3ebf322

Browse files
commit
1 parent 83f1766 commit 3ebf322

File tree

1 file changed

+75
-47
lines changed

1 file changed

+75
-47
lines changed

README.md

Lines changed: 75 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@
66

77
![alt text](promptlib.webp)
88

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+
923
## About This Prompt Collection
1024

1125
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:
3953
- Check if open source = okay. If so proceed with this workflow
4054
- Truncated JSON goes to JSON branch here
4155
- JSON gets sent to agent who converts it into a more descriptive model card. This goes into the markdown branch
56+
57+
---
4258

43-
## Depersonalisation
59+
## Depersonalisation (Notes)
4460

4561
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).
4662

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+
---
4872

4973
## Point In Time Exports
5074

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).
5276

5377
These are listed in `exports.md`. The latest is:
5478

5579
[![Hugging Face Dataset - 2025-03-08](https://img.shields.io/badge/🤗%20Hugging%20Face-2025--03--08-yellow?style=for-the-badge&logo=huggingface)](https://huggingface.co/datasets/danielrosehill/System-Prompt-Library-030825)
5680

81+
---
82+
5783
## Changelog
5884

5985
- 27/08/25: Markdown files are now generated via an AI agent which processes the JSON and generates a custom model card
6086

87+
---
88+
6189
## Formats
6290

6391
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
199227

200228
### Text Transformation & Processing
201229

202-
| Repository | Badges | Description |
203-
|------------|--------|-------------|
204-
| [Text-Transformation-Prompt-Library](https://github.com/danielrosehill/Text-Transformation-Prompt-Library) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/Text-Transformation-Prompt-Library?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/Text-Transformation-Prompt-Library?style=flat-square) | Text transformation prompts (version 1) |
205-
| [Text-Transformation-Prompt-Collection-2](https://github.com/danielrosehill/Text-Transformation-Prompt-Collection-2) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/Text-Transformation-Prompt-Collection-2?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/Text-Transformation-Prompt-Collection-2?style=flat-square) | Text transformation prompts (version 2) |
206-
| [Text-Transformation-Prompt-Combiner](https://github.com/danielrosehill/Text-Transformation-Prompt-Combiner) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/Text-Transformation-Prompt-Combiner?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/Text-Transformation-Prompt-Combiner?style=flat-square) | Text transformation prompt builder |
207-
| [AI-Text-Rewriting-Toolbox](https://github.com/danielrosehill/AI-Text-Rewriting-Toolbox) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/AI-Text-Rewriting-Toolbox?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/AI-Text-Rewriting-Toolbox?style=flat-square) | 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 |
208236

209237
### Speech-to-Text & Audio Processing
210238

211-
| Repository | Badges | Description |
212-
|------------|--------|-------------|
213-
| [Speech-To-Text-System-Prompt-Library](https://github.com/danielrosehill/Speech-To-Text-System-Prompt-Library) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/Speech-To-Text-System-Prompt-Library?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/Speech-To-Text-System-Prompt-Library?style=flat-square) | Speech-to-text system prompts |
214-
| [Audiopenai-Edit-Prompts](https://github.com/danielrosehill/Audiopenai-Edit-Prompts) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/Audiopenai-Edit-Prompts?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/Audiopenai-Edit-Prompts?style=flat-square) | Audio editing prompts for OpenAI |
215-
| [STT-Basic-Cleanup-System-Prompt](https://github.com/danielrosehill/STT-Basic-Cleanup-System-Prompt) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/STT-Basic-Cleanup-System-Prompt?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/STT-Basic-Cleanup-System-Prompt?style=flat-square) | 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 |
216244

217245
### Domain-Specific Prompt Libraries
218246

219-
| Repository | Badges | Description |
220-
|------------|--------|-------------|
221-
| [Careers-Utilities-System-Prompts](https://github.com/danielrosehill/Careers-Utilities-System-Prompts) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/Careers-Utilities-System-Prompts?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/Careers-Utilities-System-Prompts?style=flat-square) | Career utilities system prompts |
222-
| [Geopolitical-Analysis-System-Prompts](https://github.com/danielrosehill/Geopolitical-Analysis-System-Prompts) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/Geopolitical-Analysis-System-Prompts?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/Geopolitical-Analysis-System-Prompts?style=flat-square) | Geopolitical analysis prompts |
223-
| [Linux-Related-System-Prompts](https://github.com/danielrosehill/Linux-Related-System-Prompts) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/Linux-Related-System-Prompts?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/Linux-Related-System-Prompts?style=flat-square) | Linux-related system prompts |
224-
| [Email-Management-System-Prompts](https://github.com/danielrosehill/Email-Management-System-Prompts) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/Email-Management-System-Prompts?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/Email-Management-System-Prompts?style=flat-square) | Email management system prompts |
225-
| [Research-System-Prompts](https://github.com/danielrosehill/Research-System-Prompts) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/Research-System-Prompts?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/Research-System-Prompts?style=flat-square) | Research system prompts |
226-
| [Home-Inventory-AI-Assistants](https://github.com/danielrosehill/Home-Inventory-AI-Assistants) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/Home-Inventory-AI-Assistants?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/Home-Inventory-AI-Assistants?style=flat-square) | 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 |
227255

228256
### Data & Development Utilities
229257

230-
| Repository | Badges | Description |
231-
|------------|--------|-------------|
232-
| [Data-Utilities-System-Prompts](https://github.com/danielrosehill/Data-Utilities-System-Prompts) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/Data-Utilities-System-Prompts?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/Data-Utilities-System-Prompts?style=flat-square) | Data utilities system prompts |
233-
| [Fun-LLM-Data-Prompts](https://github.com/danielrosehill/Fun-LLM-Data-Prompts) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/Fun-LLM-Data-Prompts?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/Fun-LLM-Data-Prompts?style=flat-square) | Fun LLM data prompts |
234-
| [AI-Dev-Prompts-Example](https://github.com/danielrosehill/AI-Dev-Prompts-Example) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/AI-Dev-Prompts-Example?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/AI-Dev-Prompts-Example?style=flat-square) | Sample development prompts |
235-
| [RooCode-Mode-Prompts](https://github.com/danielrosehill/RooCode-Mode-Prompts) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/RooCode-Mode-Prompts?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/RooCode-Mode-Prompts?style=flat-square) | 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 |
236264

237265
### AI & LLM Utilities
238266

239-
| Repository | Badges | Description |
240-
|------------|--------|-------------|
241-
| [AI-Orchestration-System-Prompts](https://github.com/danielrosehill/AI-Orchestration-System-Prompts) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/AI-Orchestration-System-Prompts?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/AI-Orchestration-System-Prompts?style=flat-square) | AI orchestration system prompts |
242-
| [Structured-Gemini-Prompts](https://github.com/danielrosehill/Structured-Gemini-Prompts) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/Structured-Gemini-Prompts?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/Structured-Gemini-Prompts?style=flat-square) | Structured Gemini prompts |
243-
| [LLM-Evaluation-Prompts](https://github.com/danielrosehill/LLM-Evaluation-Prompts) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/LLM-Evaluation-Prompts?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/LLM-Evaluation-Prompts?style=flat-square) | LLM evaluation prompts |
244-
| [System-Prompt-Generation-Configurations](https://github.com/danielrosehill/System-Prompt-Generation-Configurations) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/System-Prompt-Generation-Configurations?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/System-Prompt-Generation-Configurations?style=flat-square) | 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 |
245273

246274
### General & Stylistic Prompts
247275

248-
| Repository | Badges | Description |
249-
|------------|--------|-------------|
250-
| [General-System-Prompts](https://github.com/danielrosehill/General-System-Prompts) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/General-System-Prompts?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/General-System-Prompts?style=flat-square) | General purpose system prompts |
251-
| [ChatGPT-Stylistic-System-Prompts](https://github.com/danielrosehill/ChatGPT-Stylistic-System-Prompts) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/ChatGPT-Stylistic-System-Prompts?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/ChatGPT-Stylistic-System-Prompts?style=flat-square) | Stylistic system prompts for ChatGPT |
252-
| [Pseudobot-System-Prompts](https://github.com/danielrosehill/Pseudobot-System-Prompts) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/Pseudobot-System-Prompts?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/Pseudobot-System-Prompts?style=flat-square) | 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 |
253281

254282
### Collections & Indexes
255283

256-
| Repository | Badges | Description |
257-
|------------|--------|-------------|
258-
| [My-Prompt-Libraries](https://github.com/danielrosehill/My-Prompt-Libraries) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/My-Prompt-Libraries?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/My-Prompt-Libraries?style=flat-square) | Prompt library index |
259-
| [Prompt-Snippet-Library](https://github.com/danielrosehill/Prompt-Snippet-Library) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/Prompt-Snippet-Library?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/Prompt-Snippet-Library?style=flat-square) | 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 |
260288

261289
### Individual Prompts & Fun Projects
262290

263-
| Repository | Badges | Description |
264-
|------------|--------|-------------|
265-
| [No-BS-AI-System-Prompt](https://github.com/danielrosehill/No-BS-AI-System-Prompt) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/No-BS-AI-System-Prompt?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/No-BS-AI-System-Prompt?style=flat-square) | No-BS AI system prompt |
266-
| [Shakespearean-Text-Generators](https://github.com/danielrosehill/Shakespearean-Text-Generators) | ![GitHub stars](https://img.shields.io/github/stars/danielrosehill/Shakespearean-Text-Generators?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/danielrosehill/Shakespearean-Text-Generators?style=flat-square) | 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 |
267295

268296

269297

0 commit comments

Comments
 (0)