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.

  1. Share the exact URL. Link to the specific file, article, docs page, or repo section people should read.
  2. Pick the steering file. Say whether it helps with AGENTS.md, PRODUCT.md, TECH.md, .github/copilot-instructions.md, or another listed file.
  3. Choose the list. Use Useful resources for docs and explainers. Use Great examples for concrete files in real projects.
  4. 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.

  1. Edit src/data/steering-data.js.
  2. Run npm run sync:readme.
  3. Run npm run build.
  4. Open a focused PR with the link and a short rationale.