plugins marketplace
← All plugins

mudguard

v0.5.0

Autonomous, independently-verified architecture deepening — sweep a codebase for deep-module/deletion-test opportunities and file them as vertical-slice issues, headless and delta-aware, over a whole repo or a chosen part.

Claude Code1 skill

by Aijo24MIT29updated 1 month ago

Source

git clone https://github.com/Aijo24/mudguard

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

mudguard/
├── .claude-plugin/plugin.json
└── skills/mudguard/SKILL.md

Skills1

mudguardskills/mudguard/SKILL.md

Autonomous, independently-verified architecture deepening — sweep a codebase (whole or a chosen part) for deep-module/deletion-test opportunities and file them as vertical-slice issues, headless and delta-aware. Run it when you explicitly want a refactoring/deepening backlog, repo-wide or for one subsystem.

Manifests1

.claude-plugin/plugin.json
{
  "name": "mudguard",
  "version": "0.5.0",
  "description": "Autonomous, independently-verified architecture deepening — sweep a codebase for deep-module/deletion-test opportunities and file them as vertical-slice issues, headless and delta-aware, over a whole repo or a chosen part.",
  "author": {
    "name": "Aijo24"
  },
  "homepage": "https://github.com/Aijo24/mudguard#readme",
  "repository": "https://github.com/Aijo24/mudguard",
  "license": "MIT",
  "keywords": [
    "claude-code",
    "skill",
    "architecture",
    "refactoring",
    "deepening",
    "codebase",
    "agent",
    "deletion-test"
  ]
}