Discover and explore top open-source AI tools and projects—updated daily.
sangrokjungAI development environment for Claude Code
Top 51.5% on SourcePulse
Summary
Claude Forge transforms the Claude Code CLI into a comprehensive development environment by integrating 11 specialized agents, 36 commands, 15 skills, and numerous automation hooks. It targets developers seeking to enhance their AI coding assistant's capabilities, enabling sophisticated workflows from planning to deployment.
How It Works
This project acts as a meta-layer for Claude Code, analogous to "oh-my-zsh" for terminals. It installs a pre-configured suite of agents, commands, skills, and security hooks designed to streamline AI-assisted software development. Installation uses symlinks (Linux/macOS) or file copies (Windows) to integrate with the ~/.claude/ directory, allowing for rapid updates via git pull. This approach provides a structured, feature-rich environment for complex, multi-step AI development pipelines.
Quick Start & Requirements
git clone --recurse-submodules), navigate into the directory, and run ./install.sh (Linux/macOS) or .\install.ps1 (Windows). Launch with claude./guide command.https://github.com/sangrokjung/claude-forge.git.Highlighted Details
git pull, while Windows requires re-running the installer.Maintenance & Community
The project provides contribution guidelines via CONTRIBUTING.md. A badge is available for users to showcase their use of Claude Forge. No direct community channels (e.g., Discord, Slack) or specific contributor/sponsorship details are listed in the README.
Licensing & Compatibility
Limitations & Caveats
Windows users must re-run the installer after git pull due to file copying instead of symlinking, unlike the instant update mechanism on Linux/macOS. The project's functionality is entirely dependent on the Claude Code CLI and its ecosystem.
3 weeks ago
Inactive