# 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. --- ## 快速使用 ```bash curl -fsSL https://raw.githubusercontent.com/sangrokjung/claude-forge/main/install.sh | bash ``` 重启 Claude Code,新命令和技能立即可用。 --- ## 简介 Claude Forge 是一个受 oh-my-zsh 启发的 Claude Code 插件框架,GitHub 640+ stars。内置 11 个 AI Agent、36 个命令和 15 个 Skill,配合 6 层安全钩子。5 分钟安装即可大幅扩展 Claude Code 的能力。适合想要扩展 Agent 功能而不从零开始的 Claude Code 高级用户。 --- ## 来源与感谢 > 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/5261c5ae-0326-443d-849e-dcf09a95410e Author: Skill Factory