Personal Claude Code marketplace by Steven Syrek.
A marketplace is a Claude Code concept: a single repo that lists one or more plugins, so they can all be installed under one marketplace add step. Each plugin lives in its own source repo; this repo is just the pointer.
/plugin marketplace add sjsyrek/claude-plugins
/plugin list
Then install any plugin from the list:
/plugin install <plugin-name>@sjsyrek
| Plugin | Description | Source |
|---|---|---|
design-council |
Convene parallel role-specialized peer agents to debate a cross-domain decision or audit a codebase. Invoking Claude acts as CEO. | sjsyrek/design-council |
red-team |
Adversarial security review by independent specialist attacker agents. The Incident Commander cross-correlates findings to surface compound risks. | sjsyrek/red-team |
- Publish the plugin to its own GitHub repo (with
.claude-plugin/plugin.jsonat root). - Append an entry to
.claude-plugin/marketplace.jsonwith the repo URL assource. - Commit, push, and run
/plugin marketplace update sjsyrekfrom any session that already has the marketplace added.
MIT (this marketplace manifest only — each plugin carries its own license).