Configs
System prompts, project files and parameter presets. The rules you would otherwise paste into every message, kept in one place.
- 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.
- LlamaMistral
Ollama Modelfile for a local code assistant
A Modelfile with a system prompt and parameters tuned for short, correct code answers on a local model.
- 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.
- Claude
CLAUDE.md for a PHP project
A project file that stops Claude Code rewriting your conventions, reformatting untouched files or inventing a framework you do not use.