A marketplace for Claude Code productivity and development plugins
npx claudepluginhub jacexh/skill-workshopProject knowledge persistence and plan checkpoint tracking for superpowers workflows
Injects architectural design pattern standards as hard constraints into planning, execution, and code review workflows
A Claude Code plugin marketplace for productivity and development workflow extensions.
Skill Workshop is a curated collection of plugins that enhance Claude Code's capabilities for software development workflows. Each plugin is self-contained under plugins/<name>/ with its own hooks, skills, templates, and documentation.
/plugin marketplace add jacexh/skill-workshop
/plugin install superpowers-memory@skill-workshop
/plugin install superpowers-architect@skill-workshop
By default, third-party marketplaces do not auto-update. To automatically receive plugin updates:
Option 1: Via UI
/plugin → Marketplaces → skill-workshop → Enable auto-update
Option 2: Manual update
/plugin update --check
/plugin update superpowers-memory@skill-workshop
/plugin update --all
Project knowledge persistence and plan checkpoint tracking for superpowers workflows.
Injects architectural design pattern standards as hard constraints into planning, execution, and code review workflows.
.
├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog definition
├── plugins/
│ ├── superpowers-memory/ # Plugin source code
│ └── superpowers-architect/ # Plugin source code
└── docs/
└── superpowers/
├── specs/ # Plugin design specifications
└── plans/ # Implementation plans
plugins/<plugin-name>/.claude-plugin/plugin.json with plugin metadata.claude-plugin/marketplace.json to include the new plugindocs/superpowers/Each plugin must follow the Claude Code plugin format:
plugins/<plugin-name>/
├── .claude-plugin/
│ └── plugin.json # Required: plugin manifest
├── hooks/ # Optional: Claude Code hooks
├── skills/ # Optional: skill definitions
└── ... # Plugin-specific files
Plugins in this marketplace are individually licensed. See each plugin's plugin.json for license information.
This marketplace is maintained by xuhao.
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.