Agent Plugins Marketplace
← All plugins

eo-reason

eoreader7 reasons and Claude is the mouth: every Claude Code event goes onto an eoreader7 ledger, and a turn can't end until eoreader7 has checked its reasoning.

Claude Code2 Skills

By clovenbradshaw-ctrlLicense: ISC0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 26, 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 eo-reason for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install eo-reason@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/clovenbradshaw-ctrl/eoreader7

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

Plugin files

claude-code/
├── .claude-plugin/plugin.json
├── skills/ground/SKILL.md
└── skills/reason/SKILL.md

Included Skills2

groundskills/ground/SKILL.md

Open the live grounding/citation report, or steer a NEW grounding check when the user gives you something specific to verify — a claim, a file, a commit. Use whenever the user invokes /ground, asks to see their citations/sources/grounding, or asks to verify/check/confirm something concrete ("is X actually true", "verify commit Y really did that", "check that Z's claim holds up"). Works from any project once the eo-reason plugin is installed — reached entirely through eo-reason/$ER7_URL, never by reading a checkout's filesystem directly.

reasonskills/reason/SKILL.md

Check a turn's claims, orderings, numbers and "every X" statements with eoreader7's reasoning engine and report what it returns. Use when the eoreader7 Stop gate asks for a reasoning check, or before relying on a design, ordering, cause, count or universal claim.

Plugin manifests1

claude-code/.claude-plugin/plugin.json
{
  "name": "eo-reason",
  "description": "eoreader7 reasons and Claude is the mouth: every Claude Code event goes onto an eoreader7 ledger, and a turn can't end until eoreader7 has checked its reasoning.",
  "author": {
    "name": "clovenbradshaw-ctrl"
  },
  "homepage": "https://github.com/clovenbradshaw-ctrl/eoreader7/tree/main/claude-code",
  "repository": "https://github.com/clovenbradshaw-ctrl/eoreader7",
  "license": "ISC",
  "keywords": [
    "eoreader7",
    "reasoning",
    "hooks",
    "ledger"
  ]
}

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

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