Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsApr 6, 2026·2 min de lectura

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.

Introducción

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:

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.


🙏

Fuente y agradecimientos

Created by sangrokjung. Licensed under MIT.

claude-forge — ⭐ 640+

Thanks for building the plugin ecosystem Claude Code deserves.

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.