Coding configs
Coding prompts fail in a predictable way: the model invents a problem because it was asked to find problems. The prompts that work give the model permission to report nothing, ask for the smallest fix rather than a rewrite, and pin the language, framework version and file path so the answer is not written against a different codebase.
- 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.
- 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
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.