system-prompts-and-models-o.../README.md
2025-10-02 22:29:09 +04:00

14 KiB
Raw Blame History

System Prompts and Models of AI Tools


Special thanks to

<## 📚 Repository Documentation

This repository now includes comprehensive analysis and reference materials:

🔍 Quick Reference & Comparison

📚 Analysis & Patterns

🤝 Contributing & Community

🚀 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


LeaksLab Discord

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.

x1xhlol%2Fsystem-prompts-and-models-of-ai-tools | Trendshift

📜 Over 20,000+ lines of insights into their structure and functionality.

Star to follow updates

Build Status Ask DeepWiki


❤️ 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:

🙏 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/dist folder 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


<EFBFBD> Repository Documentation

This repository now includes comprehensive analysis and reference materials:

🔍 Quick Reference & Comparison

📚 Analysis & Patterns

🤝 Contributing & Community


<EFBFBD>📂 Available Files


🎯 Tool Selection Guide

💡 Not Sure Which Tool to Use?

Start here:

  1. 📖 QUICK_REFERENCE.md - Decision tree and quick finder
  2. 📊 COMPARISON.md - Compare features, pricing, and capabilities
  3. 🔍 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:

  1. Add missing tools (see MISSING_TOOLS.md)
  2. Update existing tool prompts with newer versions
  3. Improve documentation and analysis
  4. 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


🛡️ 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

Star History Chart

Drop a star if you find this useful!