Contributing
Suggest useful steering resources.
Send a link when you find a site, repo, article, or example file that helps teams write better AI steering files.
What to send
Make the suggestion easy to evaluate.
The catalog works best when every link has a clear reason to exist and sits under the right steering file.
- Share the exact URL. Link to the specific file, article, docs page, or repo section people should read.
- Pick the steering file.
Say whether it helps with
AGENTS.md,PRODUCT.md,TECH.md,.github/copilot-instructions.md, or another listed file. - Choose the list.
Use
Useful resourcesfor docs and explainers. UseGreat examplesfor concrete files in real projects. - Explain the value. Add one or two sentences about what the resource teaches or why the example is worth copying.
Pull requests
Add links through the shared data file.
Site content comes from src/data/steering-data.js. Add new links to the matching resource's
usefulResources or greatExamples list, then regenerate the README.
- Edit
src/data/steering-data.js. - Run
npm run sync:readme. - Run
npm run build. - Open a focused PR with the link and a short rationale.