14 KiB
System Prompts and Models of AI Tools
Special thanks to
<## 📚 Repository Documentation
This repository now includes comprehensive analysis and reference materials:
🔍 Quick Reference & Comparison
- QUICK_REFERENCE.md - Tool finder, decision tree, budget guide
- COMPARISON.md - Feature matrix comparing all 32 tools
📚 Analysis & Patterns
- TOOL_PATTERNS.md - 26 common patterns across AI tools
- BEST_PRACTICES.md - Extracted best practices from all tools
- SECURITY_PATTERNS.md - Security guidelines and patterns
- EVOLUTION.md - How prompts evolved from 2023 to 2025
- VISUALIZATIONS.md - 15+ Mermaid diagrams and architecture charts
- REVERSE_ENGINEERING_GUIDE.md - How to extract system prompts
🤝 Contributing & Community
- CONTRIBUTING.md - How to contribute to this repository
- MISSING_TOOLS.md - 22 notable tools we need to add
- CHANGELOG.md - Version history and updates
🚀 New Features
📊 Metadata System
- 32 JSON metadata files with structured data for all tools
- Automated metadata generation using
scripts/generate-metadata.py - Consistent schema across all tools (type, pricing, features, models, patterns)
- Version tracking for prompt evolution
- Metadata README - Complete schema documentation
🔌 REST API Endpoints
- 39 JSON API endpoints for programmatic access
- 6 aggregate endpoints: index, by-type, by-pricing, features, statistics, search
- 32 individual tool endpoints in
/api/tools/ - Easy integration with any programming language
- API README - Complete API documentation with examples
// Example: Fetch all tools
fetch('./api/index.json')
.then(res => res.json())
.then(data => console.log(data.tools));
🎨 Enhanced Site Generator
- Modern UI with dark/light theme toggle
- Full-text search across all files and tools
- Advanced filters by type, pricing, and features
- Three view modes: Files, Tools, Comparison
- Syntax highlighting with one-click code copying
- Mobile-responsive design
- Run:
cd site && npm install && node build-enhanced.js
🔄 Version Comparison Tool
- Side-by-side diff viewer for prompt versions
- HTML visualization with syntax highlighting
- Similarity scoring and change statistics
- Batch comparison for all versions
- Run:
python scripts/compare-versions.py --tool "Cursor Prompts" --all
🤖 Automation Scripts
- Metadata generator: Auto-detect patterns, features, versions
- API generator: Create all 39 endpoints automatically
- Version comparator: Track prompt evolution
- Validation scripts: Ensure data consistency
- See:
scripts/directory for all automation tools
📖 Complete Documentation
- IMPLEMENTATION_SUMMARY.md - Full feature overview
- metadata/README.md - Metadata schema guide
- api/README.md - API usage examples
- scripts/METADATA_GENERATION.md - Generator docs
- scripts/VERSION_COMPARISON.md - Comparison guide
Join the Conversation: New system instructions are released on Discord before they appear in this repository. Get early access and discuss them in real time.
📜 Over 20,000+ lines of insights into their structure and functionality.
⭐ Star to follow updates
❤️ 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. Your contribution helps keep this resource updated and allows for further exploration.
You can show your support via:
- PayPal:
lucknitelol@proton.me - Cryptocurrency:
- BTC:
bc1q7zldmzjwspnaa48udvelwe6k3fef7xrrhg5625 - LTC:
LRWgqwEYDwqau1WeiTs6Mjg85NJ7m3fsdQ - ETH:
0x3f844B2cc3c4b7242964373fB0A41C4fdffB192A
- BTC:
- Patreon: https://patreon.com/lucknite
- Ko-fi: https://ko-fi.com/lucknite
🙏 Thank you for your support!
🚀 Installation & Deployment
Quick Start
# Clone the repository
git clone https://github.com/sahiixx/system-prompts-and-models-of-ai-tools.git
cd system-prompts-and-models-of-ai-tools
# Install and build the website
cd site
npm install
npm run build
# Preview locally
npm run preview
Deployment Options
- GitHub Pages: Automatically deployed on push to main branch
- Vercel/Netlify: Connect your repository for automatic deployments
- Custom hosting: Upload the
site/distfolder to any web server
📖 Complete Installation Guide - Detailed setup instructions
🌐 Live Website
🔗 Browse System Prompts Online
The website provides an organized view of all system prompts with:
- 📁 Directory-based navigation
- 🔍 Individual file viewing with syntax highlighting
- 📊 Repository statistics and file counts
- 📱 Mobile-friendly responsive design
📑 Table of Contents
- 📑 Table of Contents
- 🚀 Installation & Deployment
- 🌐 Live Website
- <EFBFBD> Repository Documentation
- <EFBFBD>📂 Available Files
- 🎯 Tool Selection Guide
- 📈 Repository Statistics
- 🤝 Contributing
- 🛠 Roadmap & Feedback
- 🔗 Connect With Me
- 🛡️ Security Notice for AI Startups
- 📊 Star History
<EFBFBD> Repository Documentation
This repository now includes comprehensive analysis and reference materials:
🔍 Quick Reference & Comparison
- QUICK_REFERENCE.md - Tool finder, decision tree, budget guide
- COMPARISON.md - Feature matrix comparing all 31 tools
📚 Analysis & Patterns
- TOOL_PATTERNS.md - 26 common patterns across AI tools
- BEST_PRACTICES.md - Extracted best practices from all tools
- SECURITY_PATTERNS.md - Security guidelines and patterns
- EVOLUTION.md - How prompts evolved from 2023 to 2025
🤝 Contributing & Community
- CONTRIBUTING.md - How to contribute to this repository
- MISSING_TOOLS.md - 22 notable tools we need to add
- CHANGELOG.md - Version history and updates
<EFBFBD>📂 Available Files
- v0
- Manus
- Augment Code
- Lovable
- Devin
- Same.dev
- Replit
- Windsurf Agent
- VSCode (Copilot) Agent
- Cursor
- Dia
- Trae AI
- Perplexity
- Cluely
- Xcode
- Leap.new
- Notion AI
- Orchids.app
- Junie
- Kiro
- Warp.dev
- Z.ai Code
- Qoder
- Claude Code
- Open Source prompts
- CodeBuddy
- Poke
- Comet Assistant
- Anthropic
- Amp
🎯 Tool Selection Guide
💡 Not Sure Which Tool to Use?
Start here:
- 📖 QUICK_REFERENCE.md - Decision tree and quick finder
- 📊 COMPARISON.md - Compare features, pricing, and capabilities
- 🔍 TOOL_PATTERNS.md - Understand what makes each tool unique
Quick Recommendations:
| Budget | Skill Level | Recommendation |
|---|---|---|
| Free | Beginner | GitHub Copilot (free for students), Cline (open source) |
| Free | Advanced | Codeium (unlimited free), Continue.dev (self-hosted) |
| $20/mo | Any | Cursor (best all-around), Claude Code (terminal power users) |
| Enterprise | Team | Cursor Business, Tabnine Enterprise, Sourcegraph Cody |
| Autonomous | Advanced | Devin, Poke, Claude Code |
See QUICK_REFERENCE.md for detailed selection criteria.
📈 Repository Statistics
| Metric | Count | Notes |
|---|---|---|
| AI Tools Documented | 32 | Production tools with prompts |
| Total Files | 140+ | Prompts, tools, docs, configs, metadata, APIs |
| System Prompts | 85+ | .txt files |
| Tool Definitions | 15+ | .json schemas |
| Metadata Files | 32 | Structured JSON data for all tools |
| API Endpoints | 39 | RESTful JSON APIs |
| Documentation | 20+ | Analysis, guides, and technical docs |
| Lines of Content | 50,000+ | Comprehensive insights & automation |
| Automation Scripts | 9 | Python & Node.js tools |
| Visualizations | 15+ | Mermaid diagrams |
| Coverage | ~65% | Of major AI coding tools |
Missing Major Tools:
- AWS CodeWhisperer/Q Developer
- Tabnine
- Codeium
- Sourcegraph Cody
- Supermaven
- JetBrains AI
See MISSING_TOOLS.md for the full list
🤝 Contributing
We welcome contributions! Here's how you can help:
High-Priority Contributions:
- Add missing tools (see MISSING_TOOLS.md)
- Update existing tool prompts with newer versions
- Improve documentation and analysis
- Share insights about prompt patterns
Quick Start:
# Fork the repository
# Create a new branch
git checkout -b add-new-tool
# Add your files (see CONTRIBUTING.md for structure)
# Commit and push
git commit -m "Add [Tool Name] system prompt"
git push origin add-new-tool
# Open a Pull Request
📖 Full Contributing Guide - Detailed instructions, style guide, and submission process
🛠 Roadmap & Feedback
Open an issue.
Latest Update: 02/10/2025
🔗 Connect With Me
- X: NotLucknite
- Discord:
x1xh
🛡️ 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, a service designed to help startups identify and secure leaks in system instructions, internal tools, and model configurations. Get a free AI security audit to ensure your AI is protected from vulnerabilities.
The company is mine, this is NOT a 3rd party AD.
📊 Star History
⭐ Drop a star if you find this useful!