CLAUDE.md Generator — GitHub Action for auto-generating governance files #410
Closed
goblinmode2700
started this conversation in
Show and tell (with ECC)
Replies: 1 comment
|
Auto-generating CLAUDE.md from actual repo structure is a useful idea, especially if it discovers real commands instead of inventing conventions. The safety boundary I would keep is: generate a PR or draft file, never overwrite the maintainer file silently. A good generated CLAUDE.md should include confidence markers for detected commands/frameworks and leave unknown project policy blank instead of guessing. For ECC-style projects, I would also consider
That keeps the generated file useful without turning it into a huge prompt dump. |
0 replies
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.
Hey everyone! Built a GitHub Action that auto-generates CLAUDE.md files by analyzing your repo's actual structure.
The Problem
Writing a good CLAUDE.md from scratch is tedious. Most of us either skip it or write a minimal one — which means Claude Code doesn't understand our project's conventions as well as it could.
The Solution
A GitHub Action that scans your repo and generates a proper CLAUDE.md with:
Pure bash, no API keys, no tokens.
Quick Start
Repo: https://github.com/goblinmode2700/claude-md-generator
Would love feedback on what frameworks or conventions to add detection for!
All reactions