A collection of Claude Code plugins by zxela.
Orchestrated development workflow from idea to implementation with native subagents and Agent Teams. See the homerun repo for full documentation.
Plugins live as git submodules under plugins/. The .claude-plugin/marketplace.json file defines plugin metadata and versions for the marketplace.
Add the marketplace in Claude Code:
/plugin marketplace add Zxela/claude-plugins
Then install individual plugins:
/plugin install homerun@zxela-claude-plugins
git clone --recurse-submodules git@github.com:Zxela/claude-plugins.gitIf already cloned without submodules:
git submodule update --init --recursive