AGENTS.md (etc) #1385
brennanmceachran
started this conversation in
Ideas
AGENTS.md (etc)
#1385
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature you'd like to request
As we all adopt more agentic coding patterns, the instructions we give the AI both matter a lot and diverge. Leading to varied success with projects. I know several people that have no instructions for agents and thus have a worse time with cursor, codex, claude code, etc.
These instructions are especially important in projects with up-to-date deps, as the models can only assume the old version prevails.
There are an overwhelming amount of .md rules to choose from to pull into your project. It reminds me of the days when we'd all download a zip file of a js lib and copy/paste to our project.
It seems like adding these to something like t3 repo would allow us all to benefit and allow new devs to reach success faster (similar to how .vscode and .github folders give people a configured best practice for free)
Describe the solution you'd like to see
At the request of the codex lead I've "open sourced" my current set of agent instructions
https://gist.github.com/brennanmceachran/df42dc72cbb1d6aea9e648040154cd08
This pattern has been useful for me when using codex, gemini, vs code, etc. But isn't necessarily following the different directions of each ide/agent.
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions