Agent Plugins Marketplace
All plugins

reclaim-code-entropy

v0.1.0

Evidence-first simplification: prove and remove accidental codebase complexity

Claude CodeAgent Plugins1 Skill

By YevanchenLicense: MIT0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Claude Code and Agent Plugins
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 reclaim-code-entropy 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 reclaim-code-entropy@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/HernandoR/agent-skillset

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

Plugin files

plugins/reclaim-code-entropy/
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/reclaim-code-entropy/SKILL.md

Included Skills1

reclaim-code-entropyskills/reclaim-code-entropy/SKILL.md

Find, rank, and safely remove accidental codebase complexity by proving real consumers, dynamic entrypoints, compatibility obligations, duplicate representations, speculative surfaces, and lifecycle ownership. Use when asked to simplify or clean up a repository, reclaim code entropy, reduce over-engineering or redundancy, find deletion candidates, collapse duplicate state/APIs, remove dead or added-then-abandoned code beyond static-tool output, or implement an evidence-backed simplification pass in any language or stack. Also trigger for 代码化简、熵回收、删代码、清理冗余、收敛抽象、去除过度设计. Do not use as a performance audit unless simplification is the stated goal.

Plugin manifests2

plugins/reclaim-code-entropy/.claude-plugin/plugin.json
{
  "name": "reclaim-code-entropy",
  "version": "0.1.0",
  "description": "Evidence-first simplification: prove and remove accidental codebase complexity",
  "keywords": [
    "simplification",
    "deletion",
    "refactoring",
    "code-entropy"
  ],
  "skills": "./skills",
  "interface": {
    "displayName": "Reclaim Code Entropy",
    "shortDescription": "Find and safely remove accidental codebase complexity, backed by consumer evidence",
    "longDescription": "Vendored upstream skill (Yevanchen/reclaim-code-entropy, MIT) that turns deletion into a repeatable workflow: establish the public, persisted, generated, and dynamic contract; survey duplicate representations, speculative surfaces, extra routes, and lifecycle duplication; prove each cut against its real consumer graph and history; then apply one cut end to end with proportional verification. Audit mode ranks candidates without editing; apply mode implements the safest proved cut.",
    "developerName": "Yevanchen",
    "category": "Productivity",
    "capabilities": [
      "Interactive"
    ],
    "defaultPrompt": [
      "Audit this repository and rank the safest simplification candidates.",
      "Prove whether this export still has a consumer.",
      "Implement one high-confidence cut and verify it."
    ]
  }
}
plugins/reclaim-code-entropy/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "reclaim-code-entropy",
  "version": "0.1.0",
  "description": "Evidence-first simplification: prove and remove accidental codebase complexity",
  "author": {
    "name": "Yevanchen"
  },
  "homepage": "https://github.com/Yevanchen/reclaim-code-entropy",
  "repository": "https://github.com/Yevanchen/reclaim-code-entropy",
  "license": "MIT",
  "keywords": [
    "simplification",
    "deletion",
    "refactoring",
    "code-entropy"
  ]
}

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

[reclaim-code-entropy on Agent Plugins Marketplace](https://pluginsmp.com/plugins/reclaim-code-entropy)