From 9bebeffd74b7acd65f10d1e79c2bb6a08bcb72f8 Mon Sep 17 00:00:00 2001 From: Tales Vieira Date: Sun, 18 Jan 2026 21:14:28 -0300 Subject: [PATCH] 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. --- README.md | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/README.md b/README.md index 7eb1dbb9..93f4248b 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,60 @@ You can show your support via: --- +## 🚀 Quick Start Guide + +This repository contains the internal system prompts of 30+ AI coding assistants and tools. Here's how to get started: + +### Option 1: Browse Online +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 + +--- + # Sponsors Sponsor the most comprehensive repository of AI system prompts and reach thousands of developers.