ClaudeForge — Automated CLAUDE.md Creation & Maintenance
Why You Need This
Every Claude Code project benefits from a CLAUDE.md file — it tells the AI your project conventions, architecture, and coding standards. But writing one from scratch is tedious and error-prone. ClaudeForge automates the entire process.
Key Features
- Interactive project exploration — scans directory structure, detects frameworks, identifies patterns
- Quality scoring — rates existing CLAUDE.md files 0-100 and suggests improvements
- Modular architecture — generates separate files for backend/, frontend/, database/ contexts
- Background sync agent — automatically updates CLAUDE.md when your codebase changes
- Tech stack templates — pre-built configurations for TypeScript, Python, Go, React, Vue, FastAPI
- Adaptive complexity — adjusts output for solo developers vs. large teams
Installation
macOS/Linux:
curl -fsSL https://raw.githubusercontent.com/alirezarezvani/ClaudeForge/main/install.sh | bashWindows (PowerShell):
iwr https://raw.githubusercontent.com/alirezarezvani/ClaudeForge/main/install.ps1 -useb | iexUsage
# Generate CLAUDE.md for current project
claudeforge generate
# Score existing CLAUDE.md quality (0-100)
claudeforge score
# Generate context-specific files for subdirectories
claudeforge generate --modular
# Start background sync agent
claudeforge watchWhat It Generates
- Root
CLAUDE.mdnavigation hub with project overview - Context-specific instruction files per directory
- ASCII project structure diagrams
- Setup and installation instructions
- Architecture documentation
- Tech stack specifications and coding conventions
FAQ
Q: What is ClaudeForge? A: ClaudeForge is an open-source CLI tool that automatically generates and maintains CLAUDE.md instruction files for Claude Code projects. It scans your codebase and creates context-aware AI guidelines.
Q: Is ClaudeForge free? A: Yes, ClaudeForge is free and open-source under the MIT license.
Q: Does ClaudeForge work with any programming language? A: Yes, it supports TypeScript, Python, Go, React, Vue, FastAPI, and auto-detects most common tech stacks.