Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Context & Prompt Libraries - 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">Context repositories and prompt collections</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"><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" class="active"><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/Audiopenai-Edit-Prompts" target="_blank">Audiopenai Edit Prompts</a></h3> | |
| <span class="badge">Context & Prompt Libraries</span> | |
| <p>Text transformation prompts library for Audiopen.ai (my customs)</p> | |
| </div> | |
| <div class="project-card"> | |
| <h3><a href="https://github.com/danielrosehill/Career-Data-AI-Context-Repo" target="_blank">Career Data AI Context Repo</a></h3> | |
| <span class="badge">Context & Prompt Libraries</span> | |
| <p>Context repository for AI tools providing career info to guide agents, assistants, etc</p> | |
| </div> | |
| <div class="project-card"> | |
| <h3><a href="https://github.com/danielrosehill/Long-AI-Prompting-Experiment" target="_blank">Long AI Prompting Experiment</a></h3> | |
| <span class="badge">Context & Prompt Libraries</span> | |
| <p>Experiment testing the "added value" of long context-dense prompts (versus casual converastional prompts) and the value of a voice "prompt optimisation" agent</p> | |
| </div> | |
| <div class="project-card"> | |
| <h3><a href="https://github.com/danielrosehill/Software-Wish-List-AI-Context" target="_blank">Software Wish List AI Context</a></h3> | |
| <span class="badge">Context & Prompt Libraries</span> | |
| <p>Context repository to connect to AI tools - things I look for in most software evaluations</p> | |
| </div> | |
| <div class="project-card"> | |
| <h3><a href="https://github.com/danielrosehill/Text-Transformation-Prompt-Library" target="_blank">Text Transformation Prompt Library</a></h3> | |
| <span class="badge">Context & Prompt Libraries</span> | |
| <p>Updated repo of text transformation prompts (raw STT transcripts -> *). New repo for capturing via automations.</p> | |
| </div> | |
| <div class="project-card"> | |
| <h3><a href="https://github.com/danielrosehill/Voice-To-Prompt-Pipeline" target="_blank">Voice To Prompt Pipeline</a></h3> | |
| <span class="badge">Context & Prompt Libraries</span> | |
| <p>A conceptual voice to prompt pipeline that attempts to separate instructions from provided context for better results</p> | |
| </div> | |
| </section> | |
| </main> | |
| <footer> | |
| <div class="container"> | |
| <p>© 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> | |