TopGit
GitHub Repo Review

System Prompts Leaks: AI System Prompts Collection

asgeirtj/system_prompts_leaks
STopGit review image for asgeirtj/system_prompts_leaks
Review by Topgit.dev for asgeirtj/system_prompts_leaks, with GitHub repository stats and README context.
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
โ˜… 67.5k
Forks
โ‘‚ 11.0k
Contributors
๐Ÿ‘ฅ 24
Language
JavaScript
License
CC0-1.0
Topic
AI Tools
Updated
Sep 2026
Homepage
โ€”

The System Prompt You Never Get to See

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.

A Collected Archive, Not a Tool

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.

56k Stars and a Washington Post Mention

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 โ†—

Sorted by Vendor, Tracked as They Change

  • โœ“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

Studying How Products Steer Their Models

  • โ€ข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

Clone It or Just Read It on GitHub

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.

Finding the Prompt You're Looking For

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.

One Place to Compare Vendors

  • โœ“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

Collected, Not Confirmed

  • โ–ณ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 GitHub โ†—

Other Prompt Archives and Official Docs

Prompt Engineers Who Verify Before They Cite

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.

System Prompts Leaks FAQ

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.

GitHub data ยท last synced Jul 11, 2026Reviewed by Henry
โ† Back to TopGit

Want a second opinion on system_prompts_leaks?

Ask an AI that can read this page โ€” one click and you get its take on system_prompts_leaks.

GitHub