King8fisher Claude Code Marketplace
king8fisher-claude-code-marketplace is a Claude Code plugin collection for the Build phase that provides one iterative, self-referential task-completion plugin (Ralph/Wiggum-style) until work is actually finished.
Add a Claude Code plugin that iterates on self-referential tasks until completion so long agent jobs do not stop at the first partial answer.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install king8fisher-claude-code-marketplace@king8fisher/claude-code-marketplaceBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:king8fisher/claude-code-marketplace") and the paste-ready config with skillselion.get_install_config("plugin:king8fisher/claude-code-marketplace").
What it does
king8fisher-claude-code-marketplace is a minimal Claude Code plugins collection with one entry aimed at completion-oriented agent behavior. Public metadata and keywords (iterates, tasks, until, self-referential, ralph, wiggum) describe a pattern where the agent keeps working a task loop rather than declaring victory early—useful when specs are multi-step, tests must pass, or refactors span many files. Solo builders running unattended or semi-attended Claude Code sessions can treat it as a workflow plugin: define the outcome, let the loop re-enter until criteria are met, then move on. It is not a full stack skill pack like larger marketplaces; it is a focused automation for task persistence. Pair it with clear acceptance criteria in your prompt or plan. Intermediate complexity because misuse can burn tokens on endless loops without guardrails.
Highlights
- Single-plugin marketplace focused on iterative task completion until done.
- Keywords point to self-referential Ralph/Wiggum-style loops that re-invoke work on the same task chain.
- Designed for Claude Code plugin install from king8fisher/claude-code-marketplace repo.
- Complements manual stop-and-continue prompting with structured iteration behavior.
- Small surface area (1 plugin)—easy to trial without a large bundle.
Why builders use it
Claude Code often stops after a plausible first pass, leaving tests failing, todos open, or acceptance criteria unmet.
After install, you can run tasks that automatically iterate on the same work unit until completion conditions are satisfied instead of manually nudging the agent to continue.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is king8fisher-claude-code-marketplace for?
It is for Claude Code users who need a completion loop plugin when standard single-pass responses leave work incomplete.
When should I use king8fisher-claude-code-marketplace?
Use it during implementation when you have explicit finish lines—tests green, files updated, checklist done—and want the agent to keep iterating until those are met.
How do I add king8fisher-claude-code-marketplace to my agent?
Register the king8fisher/claude-code-marketplace repository as a Claude Code plugin source, install the collection’s plugin, then invoke it according to that plugin’s SKILL or README instructions.
Comments
Share how you use king8fisher-claude-code-marketplace, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.