Universal configs
Universal resources avoid vendor-specific syntax, tool names and system-prompt tricks. They rely only on plain instructions, an explicit output shape and clearly marked input, which every instruction-tuned model understands. If a prompt here needs a change to run somewhere else, that change is written in the usage notes rather than hidden in the text.
- 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.