# Claude Forge — Plugin Framework for Claude Code > Supercharge Claude Code with 11 AI agents, 36 commands, and 15 skills. The oh-my-zsh-inspired plugin framework with 6-layer security hooks. 5-minute install. 640+ GitHub stars. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash # One-line install curl -fsSL https://raw.githubusercontent.com/sangrokjung/claude-forge/main/install.sh | bash # Or manual install git clone https://github.com/sangrokjung/claude-forge ~/.claude-forge cd ~/.claude-forge && ./setup.sh ``` Restart Claude Code. New commands and skills are available immediately. --- ## Intro Claude Forge is an oh-my-zsh-inspired plugin framework for Claude Code that adds 11 AI agents, 36 commands, and 15 skills with a 5-minute install and 640+ GitHub stars. It includes 6-layer security hooks to keep your agent safe while extending its capabilities far beyond the defaults. Think of it as a package manager for Claude Code customization — install community plugins, create your own, and share them. Best for Claude Code power users who want to extend their agent without building everything from scratch. Works with: Claude Code. Setup time: 5 minutes. --- ## 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 strategy ``` ### 15 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 commits ``` ### 6-Layer Security Hooks Every plugin action passes through security validation: 1. Input sanitization 2. Permission checking 3. Scope validation 4. Output filtering 5. Audit logging 6. Rollback capability ### Plugin System Create custom plugins: ```bash forge plugin create my-plugin # Edit ~/.claude-forge/plugins/my-plugin/ forge plugin install github:user/their-plugin ``` ### Key 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. --- ## Source & Thanks > Created by [sangrokjung](https://github.com/sangrokjung). Licensed under MIT. > > [claude-forge](https://github.com/sangrokjung/claude-forge) — ⭐ 640+ Thanks for building the plugin ecosystem Claude Code deserves. --- ## Quick Use ```bash curl -fsSL https://raw.githubusercontent.com/sangrokjung/claude-forge/main/install.sh | bash ``` Restart Claude Code — new commands and skills are immediately available. --- ## Intro Claude Forge is an oh-my-zsh-inspired Claude Code plugin framework with 640+ GitHub stars. Ships with 11 AI agents, 36 commands, and 15 skills plus 6 layers of safety hooks. A 5-minute install that meaningfully expands Claude Code's capabilities. Ideal for power Claude Code users who want to extend agent features without starting from scratch. --- ## Source & Thanks > Created by [sangrokjung](https://github.com/sangrokjung). Licensed under MIT. > > [claude-forge](https://github.com/sangrokjung/claude-forge) — ⭐ 640+ --- Source: https://tokrepo.com/en/workflows/claude-forge-plugin-framework-claude-code-5261c5ae Author: Skill Factory