One command gives you agents, slash commands, memory persistence, CI/CD pipelines, and devcontainers — all pre-wired for Claude Code.
Install via your preferred package manager
npm install -g claudeforge-cli
pip install claudeforge
uv tool install claudeforge
claudeforge wires up the entire Claude Code ecosystem so you can ship, not configure.
A production-ready code-reviewer agent ships out of the box. Add custom agents with one command — each with its own model, color, and description.
/commit, /review-pr, /standup, /fix-issue and more — ready in Claude Code chat the moment you scaffold.
Four structured memory files load every Claude session so context survives restarts. Tell Claude to "remember" facts and they persist forever.
Pre-configured hooks block rm -rf, curl | bash, and credential file edits before they execute. Ship fast without shooting yourself in the foot.
GitHub Actions workflows for Node.js, Python, Go, and Rust. PR templates, issue templates, CODEOWNERS — all auto-detected from your stack.
Scans your project for indicator files and auto-generates stack-specific commands, permissions, environment variables, and MCP server configs.
The CLI scaffolds files; the Claude Code IDE extension handles all the AI work. No extra API keys.
Run claudeforge create my-project in your terminal. An interactive wizard asks for your project name, description, and tech stack — then generates 25+ files in seconds.
Open the project in VS Code / JetBrains with the Claude Code extension. Run /setup-project in chat — Claude reads your codebase and auto-fills every config file.
Run /scaffold-structure to create src/, tests/, and stack-appropriate starter files. Your project is now ready to develop.
Commit, review PRs, run standups, and fix issues — all from Claude Code chat. Extend with custom agents and commands as your project grows.
/commit /review-pr /standupClick a scenario to see exactly what to run.
Scaffold a production-ready Python API project with PostgreSQL, Redis, Docker, and GitHub Actions CI from scratch.
Set up a Next.js 14 app with TypeScript, Tailwind, and full GitHub Actions CI — in one command.
Bootstrap a Go microservice with module detection, golangci-lint CI, and a custom reviewer agent.
Add a SQL migration reviewer agent and a custom deploy command to any existing claudeforge project.
A typical developer day using claudeforge slash commands in Claude Code chat.
Adding claudeforge to an existing repo without overwriting any of your current files.
One ships with claudeforge. Add more with a single command.
Add any of the custom agents above with:
claudeforge add agent <name> --description "..."
Stars help other developers discover claudeforge. It takes one click and makes a huge difference.
Install claudeforge, run one command, and start building with AI — no API keys, no setup friction.