Agent Plugins Marketplace
All plugins

keymaker

v0.9.0

Pay down tech debt one verified fix at a time: point it at a suppression, a rule, or an outdated package, and it reports the blast radius before editing, fixes in gated batches, and commits each batch only once its acceptance gate passes.

Claude Code6 Skills

By johantorLicense: Apache-2.01 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
6 skill or MCP entries
Source updated
Sep 4, 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 keymaker 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 keymaker@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/johantor/zion

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

Plugin files

plugins/keymaker/
├── .claude-plugin/plugin.json
├── skills/context-discipline/SKILL.md
├── skills/debt-taxonomy/SKILL.md
├── skills/debt-taxonomy-dotnet/SKILL.md
├── skills/debt-taxonomy-typescript/SKILL.md
├── skills/loop-engineering/SKILL.md
└── skills/operator-voice/SKILL.md

Included Skills6

context-disciplineskills/context-discipline/SKILL.md

Token/context discipline — process large data with code and surface only the answer, never read raw bulk output into context. Preload into agents that run verbose commands (tests, builds, log/data analysis). Use whenever about to read a large file, command output, or big API/tool response.

debt-taxonomyskills/debt-taxonomy/SKILL.md

Stack-neutral core for the keymaker crew — stack detection, classification rubric, blast-radius gate, upgrade tiers, batch commit shape, and handoff-outline format. Pairs with a per-stack taxonomy skill (debt-taxonomy-dotnet, debt-taxonomy-typescript). Load into keymaker and twin.

debt-taxonomy-dotnetskills/debt-taxonomy-dotnet/SKILL.md

.NET / C# suppression mechanisms, safe-removal recipes, NuGet package-manager variance, and upgrade-tier examples for the keymaker crew. Apply when stack detection (debt-taxonomy) finds a .NET project. Load into keymaker and twin.

debt-taxonomy-typescriptskills/debt-taxonomy-typescript/SKILL.md

TypeScript / JavaScript suppression mechanisms, safe-removal recipes, npm/pnpm/yarn package-manager variance, and upgrade-tier examples for the keymaker crew. Covers any JS/TS project — React frontend or Node backend/CLI. Apply when stack detection (debt-taxonomy) finds a JS/TS project. Load into keymaker and twin.

loop-engineeringskills/loop-engineering/SKILL.md

Loop-mode discipline for orchestrated runs — recognize loop intent ("keep going until done", "loop this", "finish it", "clear all the stale ones", "bump everything SAFE"), offer to loop on open-ended work, and run to completion under explicit stop rules that always end at the run's terminal gate. Preload into orchestrator agents (crew's morpheus, keymaker); each defines its own bindings. Use whenever the user asks to keep going, loop, or finish the work without further check-ins.

operator-voiceskills/operator-voice/SKILL.md

ASD-STE-100 (Simplified Technical English) for operator-facing messages — short sentences, active voice, one term per thing, exact numbers. Preload into agents that report to the operator directly (plans, gates, summaries, blockers). Use whenever writing a message the operator reads to make a decision.

Plugin manifests1

plugins/keymaker/.claude-plugin/plugin.json
{
  "name": "keymaker",
  "version": "0.9.0",
  "license": "Apache-2.0",
  "description": "Pay down tech debt one verified fix at a time: point it at a suppression, a rule, or an outdated package, and it reports the blast radius before editing, fixes in gated batches, and commits each batch only once its acceptance gate passes.",
  "author": {
    "name": "johantor"
  },
  "homepage": "https://github.com/johantor/zion",
  "repository": "https://github.com/johantor/zion",
  "keywords": [
    "claude-code",
    "tech-debt",
    "dependency-upgrade",
    "refactoring",
    "code-quality",
    "dotnet",
    "typescript"
  ],
  "commands": "./commands",
  "skills": "./skills"
}

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

[keymaker on Agent Plugins Marketplace](https://pluginsmp.com/plugins/keymaker)