Personal Claude Code plugin marketplace.
| Plugin | Version | Description |
|---|---|---|
| claude-hud | 0.0.16 | Real-time statusline HUD for Claude Code |
| motif | 0.9.14 | 4-stage development workflow (Research, Plan, Build, Validate) — also installable as a Codex CLI plugin |
| helm | 0.2.1 | Autonomous agent sessions from discovery to merged PR |
Add the marketplace:
/plugin marketplace add zackbart/agent-plugins
Install a plugin:
/plugin install claude-hud@agent-plugins
/plugin install motif@agent-plugins
/plugin install helm@agent-plugins
To pull the latest versions:
/plugin marketplace update agent-plugins
agent-plugins/
├── .claude-plugin/
│ └── marketplace.json # Claude Code marketplace manifest
├── .agents/plugins/
│ └── marketplace.json # Codex CLI marketplace manifest (registers motif)
└── plugins/
├── claude-hud/ # Statusline HUD
├── motif/ # Dev workflow (Claude Code + OpenCode + Codex CLI)
└── helm/ # Autonomous orchestrator
Each plugin has its own plugin.json in .claude-plugin/ with version tracking. Motif additionally ships a .codex-plugin/plugin.json for Codex CLI compatibility. See individual plugin READMEs for details.
claude plugin validate .Each plugin is individually licensed. See the LICENSE file in each plugin directory.