Compare commits

...

4 Commits

Author SHA1 Message Date
Tales Vieira
bdaa9a453f
Merge 9bebeffd74 into 2054f580b1 2026-07-13 05:54:09 -03:00
Lucas Valbuena
2054f580b1
Update README.md 2026-07-12 17:42:00 +02:00
Lucas Valbuena
a6d1e2162b
Update README.md 2026-07-12 17:41:02 +02:00
Tales Vieira
9bebeffd74
docs: Add Quick Start Guide and Repository Structure
This PR adds:

1. **Quick Start Guide** - Three practical usage options:
   - Download prompts for your favorite LLMs
   - Upload to Claude Projects, ChatGPT, or preferred AI
   - Use as a knowledge base for specialized assistants

2. **Repository Structure** - Clear explanation of directory organization and file structure

3. **Most Popular Prompts** - Quick reference to the most commonly used prompts with direct links

These improvements make the README more user-friendly for newcomers to quickly understand and utilize the repository.
2026-01-18 21:14:28 -03:00

View File

@ -30,6 +30,15 @@
--- ---
## 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.
---
## Support the Project ## 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. If you find this collection valuable and appreciate the effort involved in obtaining and sharing these insights, please consider supporting the project.
@ -47,12 +56,57 @@ Thank you for your support!
--- ---
## Security Notice for AI Startups ## 🚀 Quick Start Guide
> **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. This repository contains the internal system prompts of 30+ AI coding assistants and tools. Here's how to get started:
> **Important:** Interested in securing your AI systems? ### Option 1: Browse Online
> Check out **[ZeroLeaks](https://zeroleaks.ai/)**, a service designed to help startups **identify and secure** prompt injection and system prompt extraction risks. Navigate through the folders above to explore system prompts for your favorite tools.
### 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 Knowledge Base
1. Download prompts for your favorite LLMs
2. Upload to Claude Projects, ChatGPT, or your preferred AI
3. Create a specialized "Prompt Engineering Assistant"
### Most Popular Prompts
- **[Claude Code](./Anthropic/Claude%20Code%202.0.txt)** - For development automation
- **[Cursor](./Cursor%20Prompts/Agent%20Prompt%202.0.txt)** - For AI-assisted coding
- **[Perplexity](./Perplexity/Prompt.txt)** - For search and research
- **[Comet Assistant](./Comet%20Assistant/System%20Prompt.txt)** - For browser automation
- **[Lovable](./Lovable/Agent%20Prompt.txt)** - For web app creation
---
## 📖 Repository Structure
Each tool has its own directory containing:
```
Tool Name/
├── Prompt.txt # Main system prompt
├── Tools.json # Available tools/functions (if applicable)
└── [Version].txt # Multiple versions for comparison
```
### Categories
**🔧 Development Tools**
Cursor, VSCode Agent, Windsurf, Devin AI, Claude Code
**🌐 Web Development**
Lovable, v0, Replit, Leap.new, Same.dev
**🤖 AI Assistants**
Comet, Perplexity, NotionAI, Poke, Junie
**📝 Code Editors**
Xcode, Qoder, Trae, Warp.dev, Amp
--- ---
@ -68,7 +122,7 @@ Sponsor the most comprehensive repository of AI system prompts and reach thousan
> Open an issue. > Open an issue.
> **Latest Update:** 10/05/2026 > **Latest Update:** 12/07/2026
--- ---
@ -76,17 +130,6 @@ Sponsor the most comprehensive repository of AI system prompts and reach thousan
- **X:** [Lucknite](https://x.com/Lucknite) - **X:** [Lucknite](https://x.com/Lucknite)
- **Discord**: `x1xhlol` - **Discord**: `x1xhlol`
- **Email**: `lucasvalbuena@pm.me` - **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!** **Drop a star if you find this useful!**