system-prompts-and-models-o.../README.md

182 lines
5.5 KiB
Markdown

<p align="center">
<sub>Thanks to</sub>
</p>
<p align="center">
<a href="https://github.com/latitude-dev/latitude-llm">
<img src="assets/latitude-dark.png" alt="Latitude Logo" width="700"/>
</a>
</p>
<div align="center" markdown="1">
### [Issue Tracking for AI Agents](https://github.com/latitude-dev/latitude-llm)
[Open Source Monitoring platform](https://github.com/latitude-dev/latitude-llm)
</div>
---
<a href="https://discord.gg/NwzrWErdMU" target="_blank">
<img src="https://img.shields.io/discord/1402660735833604126?label=LeaksLab%20Discord&logo=discord&style=for-the-badge" alt="LeaksLab Discord" />
</a>
<a href="https://trendshift.io/repositories/14084" target="_blank"><img src="https://trendshift.io/api/badge/repositories/14084" alt="x1xhlol%2Fsystem-prompts-and-models-of-ai-tools | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
[![Build Status](https://app.cloudback.it/badge/x1xhlol/system-prompts-and-models-of-ai-tools)](https://cloudback.it)
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/x1xhlol/system-prompts-and-models-of-ai-tools)
---
## Support the Project
If you find this collection valuable and appreciate the effort involved in obtaining and sharing these insights, please consider supporting the project.
You can show your support via:
- **Cryptocurrency:**
- **BTC:** `bc1q7zldmzjwspnaa48udvelwe6k3fef7xrrhg5625`
- **LTC:** `LRWgqwEYDwqau1WeiTs6Mjg85NJ7m3fsdQ`
- **ETH:** `0x3f844B2cc3c4b7242964373fB0A41C4fdffB192A`
- **Patreon:** https://patreon.com/lucknite
- **Ko-fi:** https://ko-fi.com/lucknite
Thank you for your support!
---
## Security Notice for AI Startups
> **Warning:** If you're an AI startup, make sure your data is secure. Exposed prompts or AI models can easily become a target for hackers.
> **Important:** Interested in securing your AI systems?
> Check out **[ZeroLeaks](https://zeroleaks.ai/)**, a service designed to help startups **identify and secure** prompt injection and system prompt extraction risks.
---
# Sponsors
Sponsor the most comprehensive repository of AI system prompts and reach thousands of developers.
[Get Started](mailto:lucasvalbuena@pm.me)
---
## Roadmap & Feedback
> Open an issue.
> **Latest Update:** 10/05/2026
---
## Connect With Me
- **X:** [Lucknite](https://x.com/Lucknite)
- **Discord**: `x1xhlol`
- **Email**: `lucasvalbuena@pm.me`
## Star History
<a href="https://www.star-history.com/#x1xhlol/system-prompts-and-models-of-ai-tools&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=x1xhlol/system-prompts-and-models-of-ai-tools&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=x1xhlol/system-prompts-and-models-of-ai-tools&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=x1xhlol/system-prompts-and-models-of-ai-tools&type=Date" />
</picture>
</a>
**Drop a star if you find this useful!**
---
## 🚀 Quick Start Guide
This repository contains system prompts, tool definitions, and related prompt artifacts for a wide range of AI tools.
### Option 1: Browse Online
Navigate the folders in the repository and open the tool/vendor you want.
### Option 2: Clone Locally
```bash
git clone https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
cd system-prompts-and-models-of-ai-tools
```
### Option 3: Use as a Knowledge Base
1. Collect prompts relevant to your workflow
2. Load them into your preferred assistant, project, or note system
3. Build a comparison/reference workspace for prompt engineering
### Most Requested Additions Merged Here
- [Claude Design](./Anthropic/Claude%20Design/Create%20Design%20System.txt)
- [Claude Fable 5](./Anthropic/Claude%20Fable%205.txt)
- [Gemini 3.5 Prompt](./Google/Gemini/Gemini%203.5%20Prompt.txt)
- [GitHub Copilot](./GitHub/Copilot/Prompt.txt)
- [GitHub Spark](./GitHub/Spark/System%20Prompt.txt)
- [MiCode](./Xiaomi/MiCode/System%20Prompt.md)
---
## 📖 Repository Structure
The rebuilt workspace is organized primarily by **vendor / model family**.
Typical structure:
```
Vendor or Tool/
├── Prompt.txt / System Prompt.txt / *.md
├── Tools.json
└── Additional versions or related notes
```
Useful generated indexes:
- [Catalog](./CATALOG.md)
- [Prompt Index JSON](./prompts-index.json)
- [Prompt Inventory JSON](./prompts.json)
- [Rebuild Summary](./REBUILD_SUMMARY.md)
---
## 💡 Use Cases
### 🎯 For Developers
- Review prompt behavior across coding agents
- Compare tool schemas and agent capabilities
- Reuse prompt patterns for internal assistants
### 📝 For Researchers
- Track system-instruction evolution across tools
- Study prompt design patterns by vendor and product
- Build datasets for prompt analysis
### 🏢 For Teams
- Create internal reference libraries
- Standardize prompt review workflows
- Preserve historical prompt/tool snapshots
---
## 🤝 Contributing
Contributions are welcome.
### Suggested contribution flow
1. Add or update a tool/vendor folder
2. Keep filenames descriptive and consistent
3. Include tools/config JSON when available
4. Prefer clear provenance in PR descriptions
5. Update indexes or docs when structure changes substantially
### Recommended PR details
- Type: New Prompt / Update / Fix / Documentation
- Tool or Vendor
- Brief description of what changed
- Source / verification notes if available
Thanks to everyone who helps expand and clean up the repository.