plugin-forge
v0.4.6Multi-host plugin manager — scaffold, doctor, install-validate, and publish Claude Code / Codex / agy / hermes / grok plugins.
By epicsagasLicense: MIT0 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin-forge for Codex and Claude Code
codex plugin marketplace add epicsagas/plugin-forge
codex plugin marketplace upgrade plugin-forge
codex plugin add plugin-forge@plugin-forgePaste and run these commands in a terminal with Codex. They add and refresh the plugin-forge catalog, then install this plugin.
Compatibility: the page URL and API slug “plugin-forge” remain stable.
- Codex:
plugin-forge@agent-plugin-marketplace→plugin-forge@plugin-forge
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/epicsagas/plugin-forgeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/plugin-forge/SKILL.md
Included Skills1
Multi-host plugin manager (Claude Code, Codex, agy, hermes, grok). Use when the user asks to create a plugin, scaffold a plugin, check or doctor a plugin, validate a local install, publish a plugin, or register it in a marketplace (including Korean phrasings such as "플러그인 만들어", "플러그인 점검", "마켓 등록"). Scaffolds, checks, install-validates, and ships plugins using the manifest pattern established by toefl-prep and byoh: root plugin.json for agy, plugin.yaml for hermes, .claude-plugin for claude, .codex-plugin for codex, .grok-plugin for grok, plus directory symlinks for host discovery.
Plugin manifests2
{
"name": "plugin-forge",
"version": "0.4.6",
"description": "Multi-host plugin manager — scaffold, doctor, install-validate, and publish Claude Code / Codex / agy / hermes / grok plugins.",
"author": {
"name": "epicsagas",
"url": "https://github.com/epicsagas"
},
"homepage": "https://github.com/epicsagas/plugin-forge",
"repository": "https://github.com/epicsagas/plugin-forge",
"license": "MIT",
"keywords": [
"plugin-manager",
"scaffold",
"multi-host"
],
"skills": "./skills/",
"interface": {
"displayName": "plugin-forge",
"shortDescription": "Multi-host plugin manager (scaffold/doctor/install/publish)",
"longDescription": "Scaffold, doctor, install-validate, and publish Claude Code / Codex / agy / hermes / grok plugins using the manifest pattern established by toefl-prep and byoh. One engine (forge.py) drives all four operations with per-host selection.",
"developerName": "epicsagas",
"category": "Development & Workflow",
"capabilities": [
"Bash",
"Read",
"Write",
"Edit"
],
"websiteURL": "https://github.com/epicsagas/plugin-forge"
}
}{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "plugin-forge",
"version": "0.4.6",
"description": "Multi-host plugin manager (Claude Code · Codex · agy · hermes · grok). Scaffold, doctor, install-validate, and publish plugins using the manifest pattern established by toefl-prep and byoh.",
"author": {
"name": "epicsagas",
"url": "https://github.com/epicsagas"
},
"homepage": "https://github.com/epicsagas/plugin-forge",
"repository": "https://github.com/epicsagas/plugin-forge",
"license": "MIT",
"keywords": [
"plugin-manager",
"scaffold",
"multi-host",
"claude-code",
"codex",
"agy",
"hermes",
"grok"
],
"skills": "./skills/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[plugin-forge on Agent Plugins Marketplace](https://pluginsmp.com/plugins/plugin-forge)