EliFuzz/awesome-system-prompts

205 stars · Last commit 2026-03-06

A collection of system prompts and tool definitions from various AI coding agents: Augment Code, Claude Code, Cluely, Cursor, Devin AI, Kiro, Perplexity, VSCode Agent, Gemini, Codex, OpenAI

README preview

# Prompt Labs - Leaked System Prompts

## LLMs

### [Aider](https://www.aider.ai): AI-powered coding assistant that helps developers modify codebases efficiently through natural language prompts and context-aware code changes

#### Latest

- [Architect Mode](leaks/aider/2025-07-07_prompt_architect-mode.md): outlining how an AI acts as an expert architect engineer to provide clear, concise, and change-focused instructions to an "editor engineer" for modifying code within a git repository
- [Ask Mode](leaks/aider/2025-07-06_prompt_ask-mode.md): as an expert code analyst AI, detailing its read-only nature for code analysis and question answering, its emphasis on brief responses, and its capability to request additional files for analysis.
- [File Mode](leaks/aider/2025-07-06_prompt_file-mode.md): "file listing" format for an AI assistant, which involves returning the entire content of a file (either existing or new) within a specific fenced code block structure to propose code changes.
- [Patch Mode](leaks/aider/2025-07-06_prompt_patch-mode.md): "V4A Diff Format Rules" used by an expert software developer agent, detailing how it should propose code changes, create new files, and refactor existing ones using a unified patch format with context-aware diffs for Add, Update, and Delete operations.
- [System Prompt](leaks/aider/2025-07-06_prompt_system.md): AI software developer coding best practices, interaction rules, and the precise `SEARCH/REPLACE` block format for code modifications.
- [Udiff Mode](leaks/aider/2025-07-06_prompt_udiff-mode.md): "udiff-mode" system prompt for an AI assistant, which instructs the assistant to output code changes in a unified diff format similar to `diff -U0`.

### [Alan](https://alan.estsoft.ai/): AI assistant developed by ESTsoft that provides advanced conversational and productivity features for users and businesses

#### Latest

- [Prompt](leaks/alan/2023-09-20_prompt.md): outlines the detailed rules and limitations for "Alan Assistant" (also known as "Gepeto"), covering its response characteristics, information gathering capabilities, output formatting, and content generation restrictions.

View full repository on GitHub →