Agent Plugins Marketplace
All plugins

evidence-gates

v0.2.3

Optional offline evidence gates (freeze/prove/stop with guard digests) for machine-checkable red→green contracts without the autonomous engine. Use when the user says evidence-gates, offline evidence gates, freeze prove stop, or host-native verify gates. NOT the autonomous engine product.

CodexClaude Code1 Skill

By whichguyLicense: MIT0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 20, 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 evidence-gates 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 evidence-gates@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/whichguy/skill-craft

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/evidence-gates/.

Plugin files

plugins/evidence-gates/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/evidence-gates/SKILL.md

Included Skills1

evidence-gatesskills/evidence-gates/SKILL.md

Optional offline evidence gates (freeze/prove/stop with guard digests) for machine-checkable red→green contracts without the autonomous engine. Use when the user says evidence-gates, offline evidence gates, freeze prove stop, or host-native verify gates. NOT the autonomous engine product.

Plugin manifests2

plugins/evidence-gates/.codex-plugin/plugin.json
{
  "name": "evidence-gates",
  "version": "0.2.3",
  "description": "Optional offline evidence gates (freeze/prove/stop with guard digests) for machine-checkable red→green contracts without the autonomous engine. Use when the user says evidence-gates, offline evidence gates, freeze prove stop, or host-native verify gates. NOT the autonomous engine product.",
  "author": {
    "name": "whichguy",
    "url": "https://github.com/whichguy"
  },
  "homepage": "https://github.com/whichguy/skill-craft",
  "repository": "https://github.com/whichguy/skill-craft",
  "license": "MIT",
  "keywords": [
    "skill-craft",
    "evidence-gates",
    "portable-skills",
    "script-backed"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Evidence Gates",
    "shortDescription": "Optional offline evidence gates (freeze/prove/stop with guard digests) for machine-checkable red→green contracts…",
    "longDescription": "Optional offline evidence gates (freeze/prove/stop with guard digests) for machine-checkable red→green contracts without the autonomous engine. Use when the user says evidence-gates, offline evidence gates, freeze prove stop, or host-native verify gates. NOT the autonomous engine product.",
    "developerName": "whichguy",
    "category": "Software Development",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Use $evidence-gates:evidence-gates for this task."
    ]
  }
}
plugins/evidence-gates/.claude-plugin/plugin.json
{
  "name": "evidence-gates",
  "version": "0.2.3",
  "description": "Optional offline evidence gates (freeze/prove/stop with guard digests) for machine-checkable red→green contracts without the autonomous engine. Use when the user says evidence-gates, offline evidence gates, freeze prove stop, or host-native verify gates. NOT the autonomous engine product.",
  "author": {
    "name": "whichguy",
    "url": "https://github.com/whichguy"
  },
  "homepage": "https://github.com/whichguy/skill-craft",
  "repository": "https://github.com/whichguy/skill-craft",
  "license": "MIT",
  "keywords": [
    "skill-craft",
    "evidence-gates",
    "portable-skills",
    "script-backed"
  ]
}

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

[evidence-gates on Agent Plugins Marketplace](https://pluginsmp.com/plugins/evidence-gates)