TopGit
GitHub Repo Review

System Prompts Leaks: AI System Prompts Collection

asgeirtj/system_prompts_leaks

System Prompts Leaks is an AI system prompts collection on GitHub that gathers the extracted system prompt instructions behind popular AI products. Instead of a tool you run, it's a set of Markdown files documenting the hidden instructions attributed to Claude, ChatGPT, Gemini, Grok, Cursor, Copilot and more, organized by vendor.

SSystem Prompts Leaks: AI System Prompts Collection — open-source GitHub repository preview
Quick verdict

Reach for this if you write prompts or build on top of LLMs and want to see how the big products actually steer their models, roughly the wording Anthropic, OpenAI, and Google appear to ship. Skip it if you need a canonical, vendor-verified source: these are collected and reverse-engineered prompts, so read them as informative reference, not ground truth.

Stars
★ 49.8k
Forks
⑂ 8.2k
Language
JavaScript
License
CC0-1.0
Topic
AI Tools
Updated
Jul 2026
Homepage
GitHub

The problem it solves

If you build with LLMs, the system prompt is the part you never see: the hidden instructions that shape tone, refusals, tool use, and output formatting. Vendors rarely publish these, so prompt engineers end up guessing at what makes a product behave the way it does. This repo pulls the extracted prompts into one place so you can read them side by side instead of chasing scattered tweets and gists.

What is it?

System Prompts Leaks is an AI system prompts collection: a CC0-licensed GitHub repo that documents the extracted system prompt instructions behind well-known AI products. It covers prompts attributed to Claude (including Claude Code), ChatGPT and Codex, Gemini, Grok, Cursor, GitHub Copilot, Perplexity and others, stored as per-vendor Markdown files. It is reference material to read, not a runnable tool, API, or library.

Why it's getting attention

The repo sits at roughly 56,000 stars, and the README says it was featured in The Washington Post in May 2026. The pull tracks the wider interest in prompt engineering and agent building: people want to read the actual instructions behind Claude Code, ChatGPT, and Gemini rather than theorize about them. The README's 'Recently Updated' table shows it adds new model versions as they ship, listing entries like GPT-5.6 and Claude Sonnet 5.

How this repository's GitHub stars have grown over time. Source: star-history.com.View the star history

Key features

  • System prompts sorted by vendor: Anthropic, OpenAI, Google, xAI, Microsoft, Perplexity, Cursor, Meta, Mistral and more
  • Coverage of coding agents specifically, including Claude Code, Codex, Cursor, and GitHub Copilot, not only chat models
  • A 'Recently Updated' table in the README that tracks which prompts changed and on what date
  • Plain Markdown files you can read, search, and diff in the browser or after a clone
  • Extras beyond the main prompt: tool definitions, older model versions, and per-personality variants
  • CC0-1.0 (public domain dedication) license on the repository

Best use cases

  • Studying how shipping AI products phrase refusals, tool instructions, and formatting rules
  • Borrowing structure and patterns for your own system prompts and agent instructions
  • Comparing how a model's prompt appears to change between versions using the collected files
  • Teaching or writing about how LLM products are steered behind the scenes

How to install / try

There's nothing to install: it's a documentation repo, not a package. Read it directly on GitHub, or clone it with `git clone https://github.com/asgeirtj/system_prompts_leaks` to grep and diff the files locally. Everything is Markdown organized into per-vendor folders.

How to use

Open the vendor folder for the product you care about, for example the Anthropic folder for Claude prompts or OpenAI for ChatGPT and Codex, then read the Markdown file. The README's tables link straight to each prompt and flag recently updated ones. Since the files are plain text under CC0, you can copy passages, diff two versions, or search across the whole repo after cloning.

Strengths

  • One place to read the collected instructions behind many AI products, side by side
  • Broad coverage across vendors and into coding agents, not just the flagship chat models
  • Plain Markdown under CC0, so it's easy to search, diff, and reuse
  • Updated as new models ship, with a changelog-style table in the README

Limitations & risks

  • These are extracted and community-collected prompts, not vendor-published ones, so authenticity and exact wording can't be fully verified
  • System prompts change silently, so a file can be stale the moment a vendor updates its product
  • It's reference material, not runnable code: there's no tool, API, or library to integrate
  • Depth varies by product; some entries are full prompts while others are partial, older, or personality variants
View on GitHubHomepage

Alternatives

system-prompts-and-models-of-ai-tools — a larger, similar collection of leaked system prompts and tool definitionsAnthropic Agent Skills — official, vendor-published prompt and skill material for Claude, if you want a verified sourceThe vendors' own release notes and model cards, for authoritative behavior details rather than extracted text

Who should try it — and who should skip

Prompt engineers, agent builders, and researchers who want to see how shipping AI products are actually instructed, and who accept that these are collected rather than official prompts. If you need an authoritative, vendor-verified source for a paper, a compliance claim, or a product decision, treat this as a starting point and confirm against official docs.

Frequently asked questions

What is System Prompts Leaks?

System Prompts Leaks is an AI system prompts collection on GitHub. It documents the extracted system prompt instructions behind products like Claude, ChatGPT, Gemini, and Grok, stored as per-vendor Markdown files you read rather than run.

Are these leaked system prompts real and verified?

Treat them as informative, not authoritative. They're extracted and community-collected, so exact wording and authenticity can't be fully verified, and any prompt can be out of date once a vendor changes its product.

Can I reuse the prompts from this repo?

The repository carries a CC0-1.0 (public domain) license, so the collected text is dedicated to the public domain per the repo. That covers reuse of the files; it doesn't verify that each prompt matches the vendor's live product.

How often is it updated?

The README says it's updated regularly and keeps a 'Recently Updated' table with dates, adding new model versions as they ship. Because prompts change quietly, the collection still lags whatever a vendor is running right now.

Related repositories

Source & attribution

Based on the asgeirtj/system_prompts_leaks GitHub repository, including its README and project metadata.

Back to TopGit