Personal Claude Code plugin marketplace. It ships four plugins that can be installed independently:
| Plugin | Purpose | Skills |
|---|---|---|
spectrum |
Spec-driven development harness — Spec → Plan → Execute → Sync cycles with quality gates and session-persistent state |
/spectrum:spec, /spectrum:plan, /spectrum:exec-task, /spectrum:debug, … |
coding |
Everyday coding utilities | /coding:qcommit, /coding:pr, /coding:sync-base, /coding:cpp-dev, /coding:test-best-practices |
learning |
Learning and research tools | /learning:cognitive-learning, /learning:session-prerequisites, /learning:research |
fluent-korean |
Output style that makes Claude write clear, fluent Korean — mirror of snflkd/fluent-korean | output styles fluent-korean, fluent-korean-not-coding |
spectrum declares coding as a dependency (its workflow ends with /coding:qcommit → /coding:pr).
Register the marketplace once, then install the plugins you want:
/plugin marketplace add https://github.com/CHOIMINSEOK/Spectrum
/plugin install spectrum@spectrum
/plugin install coding@spectrum
/plugin install learning@spectrum
/plugin install fluent-korean@spectrum
Skills, subagents, and hooks are bundled inside each plugin — nothing else to copy. Pick up new versions with:
/plugin update
The spectrum plugin relies on a few external MCP servers and skills for its QA stages; see External Dependencies in its README.
.claude-plugin/marketplace.json # marketplace catalog (4 plugins)
plugins/
├── spectrum/ # spec-driven harness
│ ├── .claude-plugin/plugin.json
│ ├── skills/ # auto-discovered
│ ├── agents/
│ ├── hooks/hooks.json # SessionStart / Stop
│ └── scripts/ # hook entry points
├── coding/
│ └── skills/
├── learning/
│ └── skills/
└── fluent-korean/
└── output-styles/ # mirror of snflkd/fluent-korean
Maintainer docs: CONTRIBUTING.md · CLAUDE.md
MIT — see LICENSE.