Agent Plugins Marketplace
All plugins

forgekit

v1.4.1

One config, every AI coding tool — cognitive substrate, MCP tools, guards, atlas, recall, and routing from one source.

CodexClaude Code1 MCP serverstdio

By CodeWithJuberLicense: MIT2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 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 forgekit for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add forgekit@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

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/CodeWithJuber/forgekit

Clone 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

forgekit/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

forge-cortexstdio
command
forge
args
cortex-mcp

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "forgekit",
  "version": "1.4.1",
  "description": "One config, every AI coding tool — cognitive substrate, MCP tools, guards, atlas, recall, and routing from one source.",
  "author": {
    "name": "CodeWithJuber",
    "url": "https://github.com/CodeWithJuber"
  },
  "homepage": "https://github.com/CodeWithJuber/forgekit#readme",
  "repository": "https://github.com/CodeWithJuber/forgekit",
  "license": "MIT",
  "keywords": [
    "codex",
    "mcp",
    "ai-coding",
    "agents-md",
    "cognitive-substrate"
  ],
  "skills": "global/tools",
  "mcpServers": ".mcp.json",
  "interface": {
    "displayName": "Forge",
    "shortDescription": "Cognitive substrate and one config for every AI coding tool.",
    "longDescription": "Forge adds a pre-action cognitive substrate for coding agents: assumption gating, transparent model routing, impact prediction, scope decomposition, memory/learning context, and verification checklists. It also emits shared rules and MCP config for Codex, Claude Code, Cursor, Gemini, Aider, Copilot, Windsurf/Devin, Zed, Continue, OpenClaw, and Roo.",
    "developerName": "CodeWithJuber",
    "category": "Productivity",
    "capabilities": [
      "MCP",
      "Skills",
      "Code Review",
      "Verification"
    ],
    "websiteURL": "https://github.com/CodeWithJuber/forgekit",
    "privacyPolicyURL": "https://github.com/CodeWithJuber/forgekit/blob/master/SECURITY.md",
    "termsOfServiceURL": "https://github.com/CodeWithJuber/forgekit/blob/master/LICENSE",
    "defaultPrompt": [
      "Run Forge substrate before this edit.",
      "Predict impact for this symbol.",
      "Route this task to the right model tier."
    ],
    "brandColor": "#f26430"
  }
}
.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "forgekit",
  "displayName": "Forge",
  "version": "1.4.1",
  "description": "One config, every AI coding tool — cognitive substrate, tools, crew, guards, atlas, lean, recall from one source.",
  "author": {
    "name": "CodeWithJuber"
  },
  "license": "MIT",
  "repository": "https://github.com/CodeWithJuber/forgekit",
  "homepage": "https://github.com/CodeWithJuber/forgekit#readme",
  "keywords": [
    "config",
    "cross-tool",
    "agents-md",
    "ai-coding",
    "claude-code",
    "cognitive-substrate"
  ],
  "skills": "./global/tools",
  "agents": [
    "./global/crew/doc-sync.md",
    "./global/crew/frontend-verifier.md",
    "./global/crew/independent-reviewer.md",
    "./global/crew/scout.md",
    "./global/crew/verifier.md"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[forgekit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/forgekit)