# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Repository Purpose This is a collection repository for LLM system prompts, cust
# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Repository Purpose This is a collection repository for LLM system prompts, custom GPT instructions, jailbreak prompts, and instruction protection techniques. The content is primarily markdown documentation for educational purposes around prompt engineering and LLM security research. ## Repository Structure - **SystemPrompts/** - System prompts from various LLM providers (OpenAI, Anthropic, Google, Meta, xAI, etc.), organized by vendor with date-stamped filenames - **CustomInstructions/** - Custom GPT instructions and configurations, including a large index in `CustomInstructions/README.md` (the table of contents for ChatGPT GPTs) - **Jailbreak/** - Jailbreak prompts organized by LLM provider - **Security/** - GPT instruction protection techniques - **Articles/** - Technical articles about LLM internals and prompt engineering - **Tools/openai_gpts/** - Python utilities for managing GPT documentation ## Tools Python scripts in `Tools/openai_gpts/`: ```bash # Rebuild the CustomInstructions/README.md table of contents python Tools/openai_gpts/idxtool.py --toc
Sign in to view the full prompt.
Sign In