Agent Plugins Marketplace
All plugins

claude-esra

v0.3.0

Bounded, value-aligned self-improvement workflows (ESRA) for Claude Code: five on-demand skills plus a dependency-free local runtime for evidence logs, baselines, experiments, audits, and human-reviewed oversight proposals.

Claude Code5 Skills

By Robert PaulsLicense: Apache-2.01 GitHub starsUpdated 5 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
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 claude-esra 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 claude-esra@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/rrpauls/claude-esra

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

claude-esra/
├── .claude-plugin/plugin.json
├── skills/esra-crisis/SKILL.md
├── skills/esra-decisions/SKILL.md
├── skills/esra-experiments/SKILL.md
├── skills/esra-orchestrator/SKILL.md
└── skills/esra-reflection/SKILL.md

Included Skills5

esra-crisisskills/esra-crisis/SKILL.md

Triage active incidents and build resilience after failures using containment, recovery, and controlled tests. Skip ordinary debugging without urgent impact.

esra-decisionsskills/esra-decisions/SKILL.md

Structure consequential choices under uncertainty using OODA, trade-offs, and system feedback. Skip straightforward factual or syntax questions.

esra-experimentsskills/esra-experiments/SKILL.md

Design bounded tests of proposed workflow or architecture improvements with baselines and rollback. Not required for ordinary test execution.

esra-orchestratorskills/esra-orchestrator/SKILL.md

Run bounded ESRA reviews after major architecture or skill changes, repeated failures, or an explicit full-cycle request. Skip routine work.

esra-reflectionskills/esra-reflection/SKILL.md

Review recurring errors or completed experiments and turn supported lessons into minimal workflow updates. Audit recorded ESRA cycles on request.

Plugin manifests1

.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "claude-esra",
  "displayName": "ESRA for Claude Code",
  "version": "0.3.0",
  "description": "Bounded, value-aligned self-improvement workflows (ESRA) for Claude Code: five on-demand skills plus a dependency-free local runtime for evidence logs, baselines, experiments, audits, and human-reviewed oversight proposals.",
  "author": {
    "name": "Robert Pauls",
    "url": "https://github.com/rrpauls"
  },
  "homepage": "https://github.com/rrpauls/claude-esra",
  "repository": "https://github.com/rrpauls/claude-esra",
  "license": "Apache-2.0",
  "keywords": [
    "esra",
    "claude-code",
    "agent-skills",
    "self-improvement",
    "decision-making",
    "experiments"
  ],
  "metadata": {
    "esraProtocolVersion": "1.2",
    "conformanceManifest": "./esra-conformance.json",
    "specification": "https://github.com/rrpauls/esra",
    "provenanceSource": "https://github.com/rrpauls/hermes-esra",
    "siblingImplementation": "https://github.com/rrpauls/chatgpt-esra"
  }
}

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

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