What You Get
11 Built-In Agents
Specialized agents for different workflows:
| Agent | Purpose |
|---|---|
code-reviewer |
Automated PR review with style checks |
test-writer |
Generate tests for existing code |
doc-generator |
Create documentation from code |
refactorer |
Suggest and apply refactoring |
security-auditor |
Scan for vulnerabilities |
perf-optimizer |
Profile and optimize performance |
debugger |
Systematic bug investigation |
architect |
Design system architecture |
migrator |
Database and API migrations |
deployer |
CI/CD pipeline management |
monitor |
Production health checks |
36 Commands
Quick commands accessible via /forge::
/forge:review — Review current changes
/forge:test — Generate tests for selected code
/forge:doc — Document a function or module
/forge:secure — Run security audit
/forge:perf — Profile performance
/forge:migrate — Plan migration strategy15 Skills
Drop-in SKILL.md files that enhance Claude Code behavior:
react-expert — React 18+ patterns and hooks
api-designer — RESTful API design standards
sql-optimizer — Query optimization rules
docker-pro — Container best practices
git-workflow — Branch strategy and commits6-Layer Security Hooks
Every plugin action passes through security validation:
- Input sanitization
- Permission checking
- Scope validation
- Output filtering
- Audit logging
- Rollback capability
Plugin System
Create custom plugins:
forge plugin create my-plugin
# Edit ~/.claude-forge/plugins/my-plugin/
forge plugin install github:user/their-pluginKey Stats
- 640+ GitHub stars
- 11 built-in agents
- 36 commands, 15 skills
- 6-layer security hooks
- Plugin marketplace
FAQ
Q: What is Claude Forge? A: Claude Forge is a plugin framework for Claude Code that adds agents, commands, and skills — like oh-my-zsh but for your AI coding agent.
Q: Is Claude Forge free? A: Yes, fully open-source under MIT license.
Q: Will Claude Forge slow down Claude Code? A: No, plugins load on-demand. Only activated plugins consume context.