A personal Claude Code plugin marketplace — a versioned home for skills and plugins I use, so they can be shared and installed anywhere.
/plugin marketplace add RyanMKrol/claude-skills
/plugin install implementation-harness@claude-skills
(During local development you can point at a checkout instead:
/plugin marketplace add ~/Development/claude-skills.)
| Plugin | What it does |
|---|---|
implementation-harness |
Scaffolds a Ralph-style single-loop, CI-gated TASKS.json implementation harness into a project's self-contained .harness/ folder, authors its backlog, and operates it via skills — data-driven difficulty auto-tuning, a portable dashboard, an ideas-to-tasks pipeline, and an upgrade skill that reconciles an existing install with newer plugin versions. Day-to-day it's three moves: capture ideas → loop-prepare → start supervise.sh. See the plugin's own README for the full workflow and skill list. |
freshen-up |
One command to update everything: refreshes every configured marketplace and updates every installed plugin to its latest version, via the claude CLI's own scriptable subcommands. A single skill, nothing else. See the plugin's own README. |
claude-skills/
├── .claude-plugin/marketplace.json ← the marketplace manifest (lists the plugins below)
└── plugins/
└── implementation-harness/ ← one plugin (its own .claude-plugin/plugin.json)
├── skills/ ← 5 global skills (create, customize, evaluate-fit, upgrade, report-issue)
└── templates/skills/ ← 9 skills scaffolded project-locally by `create`
Each plugin is self-contained under plugins/<name>/. To add a new plugin, drop it under
plugins/ and add an entry to .claude-plugin/marketplace.json.