Zach Source Claude Marketplace
zach-source-claude-marketplace is a Claude Code plugin for the Build phase that provides an and-then task queue with sequential, parallel, and forked agent task execution.
Add an and-then task queue to Claude Code so multi-step agent work runs sequentially or in parallel with fork support instead of losing track mid-session.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install zach-source-claude-marketplace@zach-source/claude-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:zach-source/claude-marketplace") and the paste-ready config with skillselion.get_install_config("plugin:zach-source/claude-marketplace").
What it does
zach-source-claude-marketplace is a Claude Code plugins marketplace entry centered on an and-then task queue: a way to line up agent tasks, run them in order or in parallel, and advance the workflow when each step signals completion. Solo builders juggling long Claude Code sessions often lose continuity when one sub-task finishes and the next never starts; this plugin aims to formalize that handoff with queue semantics and fork support so you can branch work without abandoning the main line. It is best treated as workflow automation inside the agent runtime—closer to a lightweight PM layer than to a code generator or MCP bridge. Use it when you routinely decompose features into many agent steps (scaffold, test, fix, document) and want explicit queue and parallel controls instead of manual prompting between steps. Inspect the repo for exact command names and safety boundaries before running unattended autoadvance on production repos.
Highlights
- And-then task queue pattern for chaining Claude Code work after each step completes
- Supports sequential and parallel task execution with completion signals
- Fork support for branching agent task flows without blocking the main queue
- Autoadvance behavior so the queue moves forward when tasks finish
- Single-plugin listing (pluginCount: 1) from zach-source/claude-marketplace
Why builders use it
Long Claude Code builds stall when you must manually prompt the next step after every partial completion.
After install, you can enqueue and-then tasks so Claude Code advances through sequential or parallel work with explicit completion signals and optional forks.
At a glance
- Type - Plugin in Automation.
- Adoption - 0 installs, 1 stars, 0 votes.
FAQ
Who is zach-source-claude-marketplace for?
It is for Claude Code users who run chained agent tasks and need sequential, parallel, or forked queues instead of ad-hoc follow-up prompts.
When should I use the and-then task queue?
Use it during build and implementation when you have a defined sequence of agent steps and want autoadvance or parallel lanes after each task completes.
How do I add zach-source/claude-marketplace to my agent?
Install the plugin from the zach-source/claude-marketplace Claude Code marketplace entry, enable it in your workspace, and configure queue or and-then commands per the repository README.
Comments
Share how you use zach-source-claude-marketplace, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.