system-prompts-and-models-o.../Cursor Prompts
Claude cb8bb88b4f
refactor: Major repository enhancement v2.0
This commit represents a comprehensive refactor and enhancement of the
entire repository, transforming it from a simple collection to a
searchable, analyzable, and well-documented resource.

## Fixed Issues
- Fixed broken link for Amp directory (./AMp/ → ./Amp/)
- Added missing Emergent and Traycer AI entries to README
- Fixed file extension for Traycer AI/plan_mode_prompts.txt
- Updated line count statistics for accuracy (30,000+ → 25,000+)

## New Infrastructure
- Created scripts/ directory with automation tools
- Added .gitignore for generated files and common artifacts
- Implemented comprehensive metadata system

## New Scripts
- generate_metadata.py: Generate searchable index with tool metadata
- validate.py: Automated repository validation and quality checks
- search.py: Search and filter tools by multiple criteria
- analyze.py: Generate statistics, charts, and comparisons

## Enhanced Documentation
- CONTRIBUTING.md: Comprehensive contribution guidelines
- CHANGELOG.md: Version history and release notes
- README.md: Complete reorganization with categories and search guide
- scripts/README.md: Documentation for all automation tools

## Individual Tool READMEs
- Anthropic/README.md: Claude models documentation
- Cursor Prompts/README.md: Cursor AI system documentation
- Open Source prompts/README.md: Open source tools overview

## Improved Organization
- Reorganized tools by category (IDE, AI Agent, Code Assistant, etc.)
- Added Quick Start section with usage examples
- Added Search & Discovery section
- Better categorization and navigation

## Features
- Searchable metadata index (32 tools, 96 files, 20K+ lines)
- Category-based browsing (11 categories)
- Company and model filtering
- Automated validation checks
- Statistics and analysis tools
- Comparison table generation

## Statistics
- 32 AI tools documented
- 96 total files (76 txt, 15 json, 5 md)
- 20,045 lines of prompts and configuration
- 11 distinct categories
- 4 new Python scripts for automation

Version: 2.0.0
2025-11-15 02:08:32 +00:00
..
Agent CLI Prompt 2025-08-07.txt Create Agent CLI Prompt 2025-08-07.txt 2025-08-07 18:24:09 -04:00
Agent Prompt 2025-09-03.txt Rename Agent CLI Prompt 2025-09-03.txt to Agent Prompt 2025-09-03.txt 2025-09-04 17:19:58 +01:00
Agent Prompt v1.0.txt feat: cursor 1.0 prompts 2025-06-15 13:12:01 -07:00
Agent Prompt v1.2.txt Update Agent Prompt v1.2.txt 2025-07-15 16:39:15 +02:00
Agent Prompt.txt Rename cursor agent.txt to Agent Prompt.txt 2025-05-15 20:24:13 +02:00
Agent Tools v1.0.json feat: cursor 1.0 prompts 2025-06-15 13:12:01 -07:00
Chat Prompt.txt Update and rename cursor chat.txt to Chat Prompt.txt 2025-05-15 20:24:37 +02:00
Memory Prompt.txt cursor memory 2025-05-28 15:42:45 -04:00
Memory Rating Prompt.txt memory rating 2025-05-28 15:55:57 -04:00
README.md refactor: Major repository enhancement v2.0 2025-11-15 02:08:32 +00:00

Cursor AI System Prompts

System prompts and tools for Cursor, the AI-first code editor.

📋 Contents

Cursor uses multiple specialized prompts for different modes:

Agent Prompts

  • Agent Prompt.txt - Current agent system prompt
  • Agent Prompt v1.0.txt - Version 1.0 of agent prompt
  • Agent Prompt v1.2.txt - Version 1.2 of agent prompt
  • Agent Prompt 2025-09-03.txt - September 2025 version
  • Agent CLI Prompt 2025-08-07.txt - CLI agent version

Other Modes

  • Chat Prompt.txt - Chat mode system prompt
  • Memory Prompt.txt - Memory system for context retention
  • Memory Rating Prompt.txt - Memory importance rating system

Tools

  • Agent Tools v1.0.json - Tool definitions for agent mode

🤖 Models

Cursor supports multiple AI models:

  • Claude (Anthropic)
  • GPT-4 (OpenAI)
  • Custom fine-tuned models

🎯 Features

Cursor's prompts enable:

  • Agentic Coding: Autonomous code generation and modification
  • Multi-file Editing: Changes across multiple files
  • Memory System: Retains context across sessions
  • Tool Integration: File operations, terminal commands, search
  • Version Control: Git integration

📊 Prompt Evolution

Version Date Key Changes
v1.0 Early 2024 Initial agent capabilities
v1.2 Mid 2024 Enhanced memory system
CLI 2025-08 August 2025 CLI-specific optimizations
Latest September 2025 Improved agentic workflows

💡 Use Cases

  • Full-stack application development
  • Refactoring large codebases
  • Learning new frameworks
  • Bug fixing and debugging
  • Documentation generation

← Back to main repository