Introduction
ClaudeForge is an automated CLAUDE.md creation and maintenance tool with 340+ GitHub stars. It scans your codebase structure, analyzes the tech stack, and generates context-aware instruction files so Claude Code understands your project conventions precisely. Ideal for teams adopting Claude Code. Supports TypeScript, Python, Go, React, Vue, FastAPI, and more.
ClaudeForge — Automatically Generate and Maintain CLAUDE.md
Core Features
- Smart project scanning — auto-detects directory structure, frameworks, and code patterns
- Quality scoring — scores existing CLAUDE.md (0–100) and suggests improvements
- Modular architecture — generates separate context files for backend/, frontend/, database/
- Background sync — updates CLAUDE.md automatically as code changes
- Stack templates — pre-configured for TypeScript, Python, Go, React, and more
Install
# macOS/Linux
curl -fsSL https://raw.githubusercontent.com/alirezarezvani/ClaudeForge/main/install.sh | bashUsage
claudeforge generate # Generate CLAUDE.md
claudeforge score # Score an existing file
claudeforge generate --modular # Generate per directory
claudeforge watch # Background auto-syncFAQ
Q: What is ClaudeForge? A: An open-source CLI tool that automatically generates and maintains CLAUDE.md instruction files for Claude Code projects.
Q: Is ClaudeForge free? A: Completely free under the MIT open-source license.