Agent Plugins Marketplace
All plugins

godmode

v0.3.11

Skills for a local, tamper-evident record of what a coding agent did, what it claimed, and what was verified.

CodexClaude CodeAgent Plugins7 Skills

By AIimaginedLicense: Apache-2.04 GitHub starsUpdated 39 minutes ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
7 skill or MCP entries
Source updated
Sep 2, 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 godmode 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 godmode@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/AIimagined/Godmode

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

godmode/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/godmode/SKILL.md
├── skills/godmode-code-of-law/SKILL.md
├── skills/godmode-continuity/SKILL.md
├── skills/godmode-governance/SKILL.md
├── skills/godmode-investigation/SKILL.md
├── skills/godmode-repair/SKILL.md
└── skills/godmode-skill-forge/SKILL.md

Included Skills7

godmodeskills/godmode/SKILL.md

Coordinate local context continuity, evidence, and guarded coding workflows. Use when starting or resuming substantive repository work, when current reality is uncertain, or when a request spans multiple Godmode capabilities.

godmode-code-of-lawskills/godmode-code-of-law/SKILL.md

Use at the start of every session and before every new task - read GODMODE-CODE-OF-LAW.md at the project root, the project's generated Code of Law, and follow its guards before acting.

godmode-continuityskills/godmode-continuity/SKILL.md

Reconstruct and preserve private project continuity from local evidence. Use when resuming work, changing branches or worktrees, detecting drift, recording handoffs, or explaining why context is missing or stale.

godmode-governanceskills/godmode-governance/SKILL.md

Preview and govern protected engineering actions without executing them implicitly. Use before destructive, externally visible, history-changing, database-changing, release, credential, branch, or worktree operations.

godmode-investigationskills/godmode-investigation/SKILL.md

Diagnose technical failures with reproducible evidence and bounded hypotheses. Use when a bug, regression, test failure, build failure, performance problem, or repeated unsuccessful fix needs root-cause investigation.

godmode-repairskills/godmode-repair/SKILL.md

Re-pitch an answer that did not land, and record why it did not. Use when the operator says they do not follow, asks for clarity, repeats a question already answered, or asks what is being waited on.

godmode-skill-forgeskills/godmode-skill-forge/SKILL.md

Create an original, compact project skill after a repeated capability gap is proven. Use when at least two real tasks need the same missing workflow and existing skills do not cover it reliably.

Plugin manifests3

.codex-plugin/plugin.json
{
  "name": "godmode",
  "version": "0.3.11",
  "description": "Skills for a local, tamper-evident record of what a coding agent did, what it claimed, and what was verified.",
  "author": {
    "name": "AIimagined"
  },
  "homepage": "https://github.com/AIimagined/Godmode",
  "repository": "https://github.com/AIimagined/Godmode",
  "license": "Apache-2.0",
  "keywords": [
    "codex-plugin",
    "skill-authoring",
    "context-continuity",
    "evidence-governance",
    "local-first",
    "developer-tools",
    "governance gate for coding agents"
  ],
  "skills": "./skills/",
  "hooks": "./hooks/hooks.json",
  "interface": {
    "displayName": "Godmode",
    "shortDescription": "Local continuity and guarded coding workflows.",
    "longDescription": "Godmode reconstructs repository reality from local evidence, preserves private continuity, diagnoses failures without looping, previews protected actions, and can forge validated project skills when a reusable gap is proven.",
    "developerName": "AIimagined",
    "category": "Productivity",
    "capabilities": [
      "context continuity",
      "evidence-first investigation",
      "protected action previews",
      "local skill authoring"
    ],
    "defaultPrompt": [
      "Resume this repository from verified local context.",
      "Diagnose this failure without repeating failed hypotheses.",
      "Preview this protected action and its recovery path."
    ],
    "brandColor": "#155EEF",
    "logo": "./assets/godmode-logo.png"
  }
}
.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "godmode",
  "displayName": "Godmode",
  "version": "0.3.11",
  "description": "A local, tamper-evident record of what a coding agent did, what it claimed, and what was verified.",
  "author": {
    "name": "AIimagined",
    "url": "https://github.com/AIimagined"
  },
  "homepage": "https://github.com/AIimagined/Godmode",
  "repository": "https://github.com/AIimagined/Godmode",
  "license": "Apache-2.0",
  "keywords": [
    "claude-code-plugin",
    "context-continuity",
    "evidence-governance",
    "local-first",
    "developer-tools",
    "governance gate for coding agents"
  ],
  "skills": "./skills/"
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "godmode",
  "version": "0.3.11",
  "description": "A local, tamper-evident record of what a coding agent did, what it claimed, and what was verified. The portable package carries skills; the action gate needs a host with hook support.",
  "author": {
    "name": "AIimagined",
    "url": "https://github.com/AIimagined"
  },
  "homepage": "https://github.com/AIimagined/Godmode",
  "repository": "https://github.com/AIimagined/Godmode",
  "license": "Apache-2.0",
  "keywords": [
    "context-continuity",
    "evidence-governance",
    "local-first",
    "developer-tools"
  ],
  "extensions": {
    "ai.aiimagined.godmode": {
      "portable_components": [
        "skills"
      ],
      "requires_host_support": {
        "pre_tool_gate": "The action gate is a host hook. Hooks are outside the v1 portable format, so a client without hook support installs the skills and no enforcement.",
        "archive": "Continuity records are written under the repository's git metadata directory by the bundled runtime, not by the host."
      },
      "runtime": {
        "entrypoint": "scripts/godmode.py",
        "language": "python",
        "minimum_version": "3.11",
        "runtime_dependencies": 0
      },
      "host_manifests": {
        "claude-code": ".claude-plugin/plugin.json",
        "codex": ".codex-plugin/plugin.json",
        "grok": ".grok-plugin/plugin.json"
      },
      "host_hook_manifests": {
        "codex": "hooks/hooks.json",
        "grok": "hooks/hooks.json",
        "cursor": ".cursor-plugin/hooks.json",
        "gemini": ".gemini-plugin/hooks-fragment.json"
      }
    }
  }
}

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

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