Agent Plugins Marketplace
All plugins

strangler-fig

v0.5.0

Clean-room legacy reimplementation — distill to requirements, rebuild greenfield behind a context firewall, audit each crossing for leaked legacy structure (taint/provenance), verify parity, optionally cut over.

Claude Code1 Skill

By Matt NoxonLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 11, 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 strangler-fig 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 strangler-fig@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/mnox/mnox-ai

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

Plugin files

plugins/strangler-fig/
├── .claude-plugin/plugin.json
└── skills/strangler-fig/SKILL.md

Included Skills1

strangler-figskills/strangler-fig/SKILL.md

Use when rebuilding a scoped section of legacy code clean-room — when the existing implementation is polluting attempts to improve it and a from-scratch rewrite is wanted. Distills the legacy code to pure functional requirements, builds a firewalled greenfield reimplementation that a separate agent designs WITHOUT ever seeing the legacy code, verifies behavioral parity, and audits each firewall crossing for leaked legacy structure (taint / provenance audit) so no legacy implementation detail becomes load-bearing in the clean design, and optionally cuts over. Triggers on /strangler-fig, clean-room rewrite, rebuild this module from scratch, strangle this legacy code, the old code keeps leading the rewrite astray, audit the port for taint, is the rewrite clean of legacy structure.

Plugin manifests1

plugins/strangler-fig/.claude-plugin/plugin.json
{
  "name": "strangler-fig",
  "version": "0.5.0",
  "description": "Clean-room legacy reimplementation — distill to requirements, rebuild greenfield behind a context firewall, audit each crossing for leaked legacy structure (taint/provenance), verify parity, optionally cut over.",
  "author": {
    "name": "Matt Noxon"
  },
  "homepage": "https://github.com/mnox/mnox-ai",
  "license": "MIT"
}

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

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