File size: 14,404 Bytes
7b41fa1
 
 
 
 
 
f1ce0e5
7b41fa1
 
 
 
 
f1ce0e5
 
 
 
 
 
 
7b41fa1
 
 
 
f1ce0e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7b41fa1
f1ce0e5
7b41fa1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>System Prompts - AI Projects Index</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <link rel="stylesheet" href="style.css">
</head>
<body>
    <header>
        <div class="container">
            <div class="header-top">
                <h1>AI Projects Index</h1>
                <div class="header-links">
                    <a href="https://github.com/danielrosehill" target="_blank"><i class="fab fa-github"></i> GitHub</a>
                    <a href="https://danielrosehill.com" target="_blank"><i class="fas fa-globe"></i> Website</a>
                </div>
            </div>
            <p class="subtitle">System prompts for configuring AI assistants and agents</p>
        </div>
    </header>

    <nav class="top-nav">
        <div class="container">
            <div class="nav-links">
                <a href="index.html"><i class="fas fa-home"></i> Home</a>
                <a href="demos.html"><i class="fas fa-flask"></i> Demos</a>
                <a href="pocs.html"><i class="fas fa-lightbulb"></i> POCs</a>
                <a href="system-prompts.html" class="active"><i class="fas fa-cog"></i> System Prompts</a>
                <a href="frameworks.html"><i class="fas fa-toolbox"></i> Frameworks</a>
                <a href="claude-code.html"><i class="fas fa-terminal"></i> Claude Code</a>
                <a href="mcp.html"><i class="fas fa-plug"></i> MCP</a>
                <a href="gemini.html"><i class="fas fa-star"></i> Gemini</a>
                <a href="automation.html"><i class="fas fa-sync"></i> Automation</a>
                <a href="context.html"><i class="fas fa-book"></i> Context</a>
                <a href="utilities.html"><i class="fas fa-wrench"></i> Utilities</a>
                <a href="documentation.html"><i class="fas fa-file-alt"></i> Docs</a>
                <a href="miscellaneous.html"><i class="fas fa-ellipsis-h"></i> More</a>
            </div>
        </div>
    </nav>

    <main class="container">
        <section class="search-section">
            <input type="text" id="projectSearch" placeholder="Search projects..." />
        </section>

        <section class="projects-list">
            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/Abusive-Message-Parser-AI-Config" target="_blank">Abusive Message Parser AI Config</a></h3>
                <span class="badge">System Prompts</span>
                <p>Configuration text for an LLM assistant designed to assist users with documenting abusive messages</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/AI-Agent-Ideation-Chatbot-System-Prompt" target="_blank">AI Agent Ideation Chatbot System Prompt</a></h3>
                <span class="badge">System Prompts</span>
                <p>System prompt (03/25) for a conversational AI agent and assistant idea generator</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/AI-Orchestration-System-Prompts" target="_blank">AI Orchestration System Prompts</a></h3>
                <span class="badge">System Prompts</span>
                <p>System prompts for AI assistants designed to orchestrate access to other agents</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/Basic-STT-Cleanup-Prompt-0925" target="_blank">Basic STT Cleanup Prompt 0925</a></h3>
                <span class="badge">System Prompts</span>
                <p>Updated version of my basic STT cleanup/remediation prompt</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/Business-Idea-Refinement-Agent" target="_blank">Business Idea Refinement Agent</a></h3>
                <span class="badge">System Prompts</span>
                <p>AI agent that helps users to explore business ideas and receive first-pass feedback</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/Careers-Utilities-System-Prompts" target="_blank">Careers Utilities System Prompts</a></h3>
                <span class="badge">System Prompts</span>
                <p>System prompts for AI assistants related to career and job matters</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/ChatGPT-Custom-Instructions" target="_blank">ChatGPT Custom Instructions</a></h3>
                <span class="badge">System Prompts</span>
                <p>Custom instructions for ChatGPT</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/Data-Utilities-System-Prompts" target="_blank">Data Utilities System Prompts</a></h3>
                <span class="badge">System Prompts</span>
                <p>System prompts for data-related AI assistants</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/Decision-Making-Algorithm-Agent" target="_blank">Decision Making Algorithm Agent</a></h3>
                <span class="badge">System Prompts</span>
                <p>Agent template for generating decision-making algorithms/flow-charts</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/Diarised-Transcript-Assistant" target="_blank">Diarised Transcript Assistant</a></h3>
                <span class="badge">System Prompts</span>
                <p>System prompt for generating diarised transcripts (STT plus stylistic guidance)</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/Email-Management-System-Prompts" target="_blank">Email Management System Prompts</a></h3>
                <span class="badge">System Prompts</span>
                <p>Writing and email management system prompts for assistants</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/Geopolitical-Analysis-System-Prompts" target="_blank">Geopolitical Analysis System Prompts</a></h3>
                <span class="badge">System Prompts</span>
                <p>System prompts for geopolitical related AI assistants and tools</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/Home-Inventory-AI-Assistants" target="_blank">Home Inventory AI Assistants</a></h3>
                <span class="badge">System Prompts</span>
                <p>System prompts for home inventory and Homebox assistants to speed up repetitive tasks</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/Jewish-AI-Assistant-System-Prompts" target="_blank">Jewish AI Assistant System Prompts</a></h3>
                <span class="badge">System Prompts</span>
                <p>System prompts for AI tools which may be useful for Jewish users</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/Linux-Related-System-Prompts" target="_blank">Linux Related System Prompts</a></h3>
                <span class="badge">System Prompts</span>
                <p>System prompts for AI assistants for Linux</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/No-BS-AI-System-Prompt" target="_blank">No BS AI System Prompt</a></h3>
                <span class="badge">System Prompts</span>
                <p>System prompt for a blunt AI assistant / LLM that gets to the point</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/Prompt-And-Output-System-Prompt" target="_blank">Prompt And Output System Prompt</a></h3>
                <span class="badge">System Prompts</span>
                <p>System prompt for directing an AI agent to begin every output with a sumary of the user's prompt</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/Prompt-Debugger-System-Prompts" target="_blank">Prompt Debugger System Prompts</a></h3>
                <span class="badge">System Prompts</span>
                <p>SPs for configuring "self-debugging" AI assistants and agents</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/Prompt-Engineering-Assistants-System-Prompts" target="_blank">Prompt Engineering Assistants System Prompts</a></h3>
                <span class="badge">System Prompts</span>
                <p>System prompts for AI assistants designed to assist with various aspects of prompt engineering</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/Pseudobot-System-Prompts" target="_blank">Pseudobot System Prompts</a></h3>
                <span class="badge">System Prompts</span>
                <p>For having a bit of fun with the absurdity of the AI world we now live in</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/Research-System-Prompts" target="_blank">Research System Prompts</a></h3>
                <span class="badge">System Prompts</span>
                <p>System prompts for research purposes</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/SATINT-agent" target="_blank">SATINT agent</a></h3>
                <span class="badge">System Prompts</span>
                <p>Configuration for an AI agent specialised in interpreting satellite imagery</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/Shakespearean-Text-Generators" target="_blank">Shakespearean Text Generators</a></h3>
                <span class="badge">System Prompts</span>
                <p>System prompts for rewriting text in Shakespearan English</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/Side-Hustle-Ideation-Agent" target="_blank">Side Hustle Ideation Agent</a></h3>
                <span class="badge">System Prompts</span>
                <p>Agent config for ideating a batch of side hustle ideas!</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/Speech-To-Text-System-Prompt-Library" target="_blank">Speech To Text System Prompt Library</a></h3>
                <span class="badge">System Prompts</span>
                <p>An updated skeleton library of system prompts for using LLMs to refine STT output</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/STT-Basic-Cleanup-System-Prompt" target="_blank">STT Basic Cleanup System Prompt</a></h3>
                <span class="badge">System Prompts</span>
                <p>Basic foundational system prompt for cleaning up AI voice transcripts</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/System-Prompt-Generation-Configurations" target="_blank">System Prompt Generation Configurations</a></h3>
                <span class="badge">System Prompts</span>
                <p>System prompts for using AI tools to generate and improve system prompts</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/System-Prompts-For-Book-Authors" target="_blank">System Prompts For Book Authors</a></h3>
                <span class="badge">System Prompts</span>
                <p>System prompts for configuring AI assistants to help book authors including proofreading assistants and book marketing ideation tools</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/Text-To-SSML-Generator" target="_blank">Text To SSML Generator</a></h3>
                <span class="badge">System Prompts</span>
                <p>Generates SSML from text by inference</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/Toxic-GPT" target="_blank">Toxic GPT</a></h3>
                <span class="badge">System Prompts</span>
                <p>Joke configuration for a downtrodden LLM assistant for those needing a break from enforced AI positivity</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/Voice-Note-Redaction-Agent" target="_blank">Voice Note Redaction Agent</a></h3>
                <span class="badge">System Prompts</span>
                <p>Config for a text redaction agent for voicenote -> * workflows</p>
            </div>

            <div class="project-card">
                <h3><a href="https://github.com/danielrosehill/Writing-System-Prompts" target="_blank">Writing System Prompts</a></h3>
                <span class="badge">System Prompts</span>
                <p>Some system prompts related to text modification and optimisation for some WIPs</p>
            </div>

        </section>
    </main>

    <footer>
        <div class="container">
            <p>&copy; 2025 Daniel Rosehill. Last Updated: August 2025</p>
            <p>
                <a href="https://github.com/danielrosehill" target="_blank">GitHub</a> |
                <a href="https://danielrosehill.com" target="_blank">Website</a> |
                <a href="mailto:public@danielrosehill.com">Contact</a>
            </p>
        </div>
    </footer>

    <script src="script.js"></script>
</body>
</html>