ChatGPT configs
ChatGPT is strongest when the answer has a shape you can name in advance: JSON, a table, a function signature, a sequence of tool calls. Custom instructions and project files persist your rules across a conversation, so most of what people paste into every message belongs there instead. Long inputs are handled well, but the model follows the most recent instruction more eagerly than the first one, so keep the binding rules near the end of a long prompt.
- Universal
Editor rules for a Django project
A rules file that pins the Django and Python versions, the app layout and the things an assistant should never regenerate.
- Universal
System prompt for a support triage bot
A system prompt for classifying incoming support messages into a fixed set of routes, with an explicit escape for the unclear ones.
- ChatGPT
ChatGPT custom instructions for technical work
A custom instructions pair that removes preamble, keeps answers checkable and stops confident guessing.
- ChatGPT
AGENTS.md for a TypeScript repo
A project file for coding agents that names the commands, the boundaries and what must never be touched automatically.