Reverse-Engineering the Hidden Instructions Behind Chatbots
It catalogs system prompts, jailbreak techniques, and sandbox reconnaissance to teach researchers how LLMs are actually instructed.

What it does The Big Prompt Library is a curated archive of system prompts, custom instructions, jailbreak attempts, and prompt-injection defenses gathered from major LLM providers like ChatGPT, Claude, Gemini, and Copilot. It also bundles original research—such as a REcon 2024 talk on reverse-engineering over 1,000 custom GPTs—and inventories of the Python and Linux packages inside ChatGPT’s code-interpreter sandbox. Everything is framed as educational material for improving prompt-writing skills and understanding prompt-injection risks.
The interesting bit Rather than treating system prompts as black magic, the repository handles them as forensic artifacts worth cataloging and reverse engineering. It even includes academic citations and conference presentations, blurring the line between a GitHub repo and a peer-reviewed zine for prompt security.
Key highlights
- Curated system prompts and custom instructions from ChatGPT, Claude, Gemini, Microsoft Copilot, and others.
- Dedicated collections of jailbreak prompts and GPT instruction-protection techniques.
- Original research articles, including a REcon 2024 talk on reverse-engineering custom GPTs and package lists for ChatGPT’s sandbox environment.
- Referenced in multiple ArXiv papers on prompt robustness, prompt-stealing attacks, and responsible prompt engineering.
- A tools and scripts section for extracting or analyzing system prompts.
Verdict Security researchers and prompt engineers studying LLM behavior or hardening custom GPTs against leakage should bookmark this. If you are looking for a framework or importable library, this is simply a well-organized reading list.
Frequently asked
- What is 0xeb/TheBigPromptLibrary?
- It catalogs system prompts, jailbreak techniques, and sandbox reconnaissance to teach researchers how LLMs are actually instructed.
- Is TheBigPromptLibrary open source?
- Yes — 0xeb/TheBigPromptLibrary is open source, released under the MIT license.
- What language is TheBigPromptLibrary written in?
- 0xeb/TheBigPromptLibrary is primarily written in HTML.
- How popular is TheBigPromptLibrary?
- 0xeb/TheBigPromptLibrary has 5.4k stars on GitHub and is currently accelerating.
- Where can I find TheBigPromptLibrary?
- 0xeb/TheBigPromptLibrary is on GitHub at https://github.com/0xeb/TheBigPromptLibrary.