chatgpt_system_prompt
Summary
A large community collection of leaked/shared GPT system prompts and prompt-injection lore. Mined here for prompt-structure patterns: role framing, capability lists, constraint blocks, and output-format contracts.
Key Takeaways
- Strong system prompts share a shape: role, capabilities, constraints, format
- Studying injection lore teaches what prompts must defend against
Reliability Note
Community collection of variable provenance; treat individual prompts as examples, not ground truth.
Flows informed by this source
2Assemble a System Prompt Like the Pros
Structure your agent's system prompt the way leading harnesses do: layered sections, dynamic context, and enforceable rules.
+1 more steps to Done
Best forbuilders who have shipped a basic app before
Prompt Injection Defense Checklist
Systematically defend your agent against prompt injection: trust boundaries, content isolation, and defense-in-depth that assumes injection will happen.
+1 more steps to Done
Best forproduction-grade builds with strict verification