"As Hephaestus crafted divine weapons for the gods, so too does the Forge craft tools for mortal developers."
🔥 Welcome to the Forge 🔥
A divine marketplace where Claude Code plugins are forged in the fires of innovation
In the depths of Mount Olympus, Hephaestus toiled at his anvil, forging legendary artifacts that would shape the fate of gods and mortals alike. The Forge carries on this sacred tradition—a curated, versioned registry of plugins that you can discover and install directly from Claude Code.
⚡ Forged in Shell • Simple to host, inspect, and extend
🔨 Battle-tested • Curated plugins ready for production
✨ Ever-evolving • New tools added by the community
Learn how to discover, install, and manage plugins to extend your Claude Code capabilities using the Forge as your marketplace.
Before entering the Forge, ensure you have:
- ✅ Claude Code installed and running
- 🎯 Basic CLI knowledge to wield the command line
- 🔗 Repository access: Olino3/forge
Marketplaces are sacred catalogs where divine tools await discovery. Add the Forge to unlock its treasures.
Light the flames of the Forge in Claude Code:
/plugin marketplace add Olino3/forge💡 Alternative Invocation: If your setup requires a direct registry path:
/plugin marketplace add https://raw.githubusercontent.com/Olino3/forge/main/registry.json
⚠️ Note: Adjustregistry.jsonand path to match the actual manifest in this repository.
Once the Forge burns bright in your marketplaces, gaze upon its offerings:
/pluginThis invokes the sacred plugin management interface, where the Forge's divine creations await your selection alongside tools from other marketplaces.
📚 Master's Grimoire: For advanced forge mastery—including Git repositories, local development, and team distribution—consult the official Claude Code documentation on Plugin Marketplaces.
Choose your path: wander the halls of discovery or command the flames directly.
Enter the sacred halls:
/pluginYour Quest:
- 🔍 Select "Browse Plugins"
- 📖 Behold the artifacts with their divine descriptions and powers
- ⚡ Choose your tool and follow Hephaestus's guidance to claim it
Master smiths command the flames directly:
/plugin install forge-plugin@Olino3/forge/plugin enable forge-plugin@Olino3/forge/plugin disable forge-plugin@Olino3/forge/plugin uninstall forge-plugin@Olino3/forgeAfter forging a new tool, ensure it's tempered properly:
Reveal what Hephaestus has bestowed:
/helpSeek new commands or abilities granted by your artifact.
Wield the tool as intended—consult its sacred scrolls (documentation) within the Forge or its own repository.
Survey your complete arsenal:
/pluginSelect "Manage Plugins" to witness:
- ⚔️ All installed artifacts
- 🏛️ Their origin (Forge or other marketplaces)
- ⚡ Power to enable/disable or banish them
Behold the sacred structure where divine tools are born:
🏛️ forge/
├─ 🔮 .claude/ # Claude's divine configurations
│ └─ settings.local.json # Local settings for the forge
├─ 📦 .claude-plugin/ # Marketplace registry
│ └─ marketplace.json # Sacred catalog of available plugins
├─ ⚒️ forge-plugin/ # The main forge workshop
│ ├─ .claude-plugin/ # Plugin manifest
│ │ └─ plugin.json # Plugin definition
│ └─ skills/ # Arsenal of divine skills
│ ├─ get-git-diff/ # Git diff analysis tool
│ │ ├─ context/ # Knowledge scrolls
│ │ ├─ memory/ # Pattern libraries
│ │ ├─ scripts/ # Shell utilities
│ │ ├─ templates/ # Output templates
│ │ ├─ examples.md # Usage examples
│ │ └─ SKILL.md # Skill documentation
│ └─ python-code-review/ # Python review expert
│ ├─ context/ # Security & standards
│ ├─ memory/ # Framework patterns
│ ├─ templates/ # Review templates
│ ├─ examples.md # Review scenarios
│ └─ SKILL.md # Skill documentation
├─ 📜 CLAUDE.md # Divine instructions for Claude
├─ 🛡️ .gitignore # Protected artifacts
└─ � README.md # This divine manuscript
🔍 Explore: Each skill in the forge contains specialized knowledge and tools for specific tasks. The
.claude-plugindirectories define the marketplace and plugin structures for Claude Code.
Join Hephaestus's workshop! Forge new tools for the community:
- 🍴 Fork Olino3/forge
- ⚒️ Add your plugin to the
marketplace.json - 📤 Open a pull request with:
- ✨ Plugin name and divine purpose
- 📖 Clear description of powers granted
- 💡 Example usage:
/plugin install ..., commands, etc.
The divine laws governing this forge can be found in the LICENSE scroll in the repository root. If no license is inscribed, consider all works protected until divine decree is made.
Should you encounter obstacles in your quest:
Open an issue in Olino3/forge/issues with:
- ⚡ The exact
/pluginincantations you used - 🔢 Your Claude Code version
- 📋 Error messages or divine omens (logs)
Or become a fellow smith—contribute fixes via pull request!
⚒️ May your code be as strong as Hephaestus's hammer ⚒️
Forged with 🔥 by the community