Claude Md Generator
Reads your codebase and writes a CLAUDE.md file that gives Claude Code the context it needs: build commands, test patterns, code style, architecture notes, a...
npx skills add Varnan-Tech/opendirectoryDescription
Reads your codebase and writes a CLAUDE.md file that gives Claude Code the context it needs: build commands, test patterns, code style, architecture notes, and gotchas. Supports three modes: create (new file), update (improve existing), audit (score all CLAUDE.md files A-F and report quality). Keeps output under 100 lines. Use when asked to create or improve CLAUDE.md, audit Claude configuratio...
What this skill does
- 1Scans a codebase to extract build commands, test commands, import aliases, environment variables, and auto-generated files that Claude cannot infer from code alone.
- 2Runs in three modes: create (new CLAUDE.md from scratch), update (improve without discarding existing content), and audit (score all CLAUDE.md files A-F across six criteria).
- 3Generates a draft under 100 lines using Gemini, then presents it for approval before writing to disk.
- 4Produces extended reference files in docs/ai-context/ for large projects where the 100-line limit would cut off important architecture notes.
When to use
- You are setting up a new repo for Claude Code and want a CLAUDE.md that gives it the right context without bloat.
- Your existing CLAUDE.md has stale commands or is over 100 lines and you want it cleaned up.
- You want to audit all CLAUDE.md files across a monorepo and get a graded quality report.
- A new contributor is asking Claude questions that a good CLAUDE.md would answer and the file does not exist yet.
Tools used
Best for
Format
Frequently asked questions
What is Claude Md Generator?
Claude Md Generator is a Claude Code skill for revops by Varnan Tech. Reads your codebase and writes a CLAUDE.md file that gives Claude Code the context it needs: build commands, test patterns, code style, architecture notes, a...
When should I use Claude Md Generator?
You are setting up a new repo for Claude Code and want a CLAUDE.md that gives it the right context without bloat. Your existing CLAUDE.md has stale commands or is over 100 lines and you want it cleaned up.
How do I install Claude Md Generator?
Run the install command (npx skills add Varnan-Tech/opendirectory). Once the skill is in place, Claude Code loads it automatically whenever a task matches what it does.
Is Claude Md Generator free to use?
Yes. Claude Md Generator is open source under the MIT license, published in the Varnan-Tech/opendirectory repository on GitHub.