|
|
|
Show HN: Agentseed – Generate Agents.md from a Codebase
(github.com)
|
|
16 points
by avinshe
132 days ago
|
|
npx agentseed init AGENTS.md (https://agents.md) is a standard file used by AI coding agents to understand a repo
(stack, commands, conventions). Agentseed generates it directly from the codebase using static analysis.
Optional LLM augmentation is supported by bringing your own API key. Extracts languages, frameworks, dependencies, build/test commands,
directory structure, and monorepo boundaries. |
|
I end up getting way better quality.
The same is true for existing projects, but it always takes a whole lot longer as I'm typically chatting with my AI assistant to figure out what conventions are there that I forgot, etc., before building an AGENTS.md to make future changes simpler.
Love how this takes care of that.