v1.1.0 — Plugin Marketplace
Restructured from a flat configuration directory into a 9-plugin marketplace that anyone can install with a single command.
Highlights
- Installable plugins — each plugin is self-contained with its own manifest, skills, agents, hooks, and commands
- Marketplace format — follows the official Claude Code plugin marketplace specification
- Mix and match — install only the plugins you need instead of getting everything
Plugins
| Plugin | Skills | Agents | What It Does |
|---|---|---|---|
| dev-workflow | 7 | 25 | Code review, fixes, commits, linting hooks, and 24 language-specific review agents |
| go-dev | 1 | 1 | Idiomatic Go development with stdlib-first patterns |
| python-dev | 1 | 1 | Python 3.12+ with uv/ruff/pyright toolchain |
| typescript-dev | 1 | 1 | TypeScript with strict typing and React patterns |
| web-dev | 1 | 1 | Vanilla HTML, CSS, JavaScript, and HTMX |
| infra-ops | 3 | 1 | Kubernetes, Terraform, Helm, GitHub Actions, AWS, GCP |
| dev-tools | 10 | 2 | Modern CLI, worktrees, docs lookup, web research, brainstorming |
| spec-system | 0 | 1 | Spec-driven development with requirements, tasks, and planning |
| testing-e2e | 2 | 1 | E2E testing with Playwright browser automation |
Totals: 26 skills, 34 agents, 9 hooks, 9 commands
Installation
/plugin marketplace add alexei-led/cc-thingz
/plugin install dev-workflow@cc-thingzMCP Servers (optional)
All plugins work without MCP servers but benefit from these four:
| Server | Purpose |
|---|---|
| Context7 | Library documentation lookup |
| Perplexity | Web research |
| Sequential Thinking | Step-by-step reasoning |
| MorphLLM | Codebase search + batch edits |
Full Changelog: v1.0.0...v1.1.0