← ClaudeAtlas

claude-md-generatorlisted

Self-healing CLAUDE.md generator and maintenance skill. Activates when the user wants to create, update, audit, or repair CLAUDE.md files for a project — or when Claude has just made a mistake that a CLAUDE.md entry could have prevented. Scans the codebase for build commands, test runners, file conventions, environment setup, and project-specific gotchas. Generates a root CLAUDE.md (≤50 lines) with progressive disclosure into subfolder CLAUDE.md files. Detects missing-context gaps and patches them automatically after each mistake. Use when user says: generate CLAUDE.md, create CLAUDE.md, update CLAUDE.md, fix CLAUDE.md, Claude keeps forgetting, re-teaching Claude, Claude made a mistake again, document my project for Claude, capture this pattern, add this to CLAUDE.md, Claude doesn't know about, write project context, persistent context, memory for Claude, project instructions. Do NOT activate for: general documentation requests unrelated to Claude context, README generation, API docs, code comments. First res
Sandeeprdy1729/claude-design-skill · ★ 2 · Data & Documents · score 71
Install: claude install-skill Sandeeprdy1729/claude-design-skill
# Self-Healing CLAUDE.md Generator Users on HN describe re-teaching Claude "how to curl" every morning. Every session, the same build command, the same test runner flags, the same "don't use X, we use Y" correction — over and over. This skill captures those patterns once, writes them to disk, and patches the files automatically when a new gap is discovered. The output is not a massive documentation dump. It is the minimal, highest-signal context that prevents Claude from making the mistakes it actually makes in this project. --- ## SLASH COMMANDS | Command | Action | | --- | --- | | `/scan [path]` | Scan a directory tree and extract all detectable patterns | | `/generate` | Generate a full CLAUDE.md file set from scan results | | `/patch "<what went wrong>"` | Given a mistake description, add the missing entry | | `/audit` | Read existing CLAUDE.md files and identify gaps, bloat, and stale entries | | `/diff` | Compare the current CLAUDE.md against what a fresh scan would generate | | `/promote <subfolder>` | Move a buried subfolder entry up to the root if it's high-frequency | | `/demote <entry>` | Move a root entry to the relevant subfolder to reduce root size | | `/trim` | Remove entries that haven't prevented a mistake in ≥30 days (with confirmation) | | `/explain <entry>` | Show why a specific entry was added (trace to the originating gap) | | `/reset` | Regenerate the entire file set from a fresh scan, discarding manual edits | | `/completeness` | Score context com