Proposal: Auto-generated Agent Index for README.md #462
cyberpinkman
started this conversation in
Ideas
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.
-
Problem
The repository now has 100+ agents across 13+ categories. During the recent triage session, missing README entries were a recurring problem (e.g. finance division, 14 specialized agents). Keeping the README index in sync by hand is error-prone and does not scale.
Proposed Solution
A script (
scripts/generate-readme-agent-index.sh) that scans agent.mdfiles and generates a consistent Agent Index section inREADME.md, with CI verification to catch drift on pull requests.A draft implementation exists in #361 .
Design Options
Option A: Auto-generation only
Option B: Validation-only
Option C: Hybrid (my current preference)
<!-- BEGIN GENERATED AGENT INDEX -->and<!-- END GENERATED AGENT INDEX -->markers — the script only touches this region<!-- BEGIN AGENT INDEX NOTES -->…<!-- END AGENT INDEX NOTES -->) sits after the generated index and is preserved across regenerations — contributors can add supplementary context, cross-references, or annotations there, or leave it emptyWhy I lean toward Option C:
Request for Feedback
Happy to adapt the implementation based on what the community prefers. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions