Skill Workshop banner
jacexh jacexh

Skill Workshop

Productivity community

Description

A Claude Code plugin marketplace for productivity and development workflow extensions.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Skill Workshop

A dual-track [Claude Code](https://claude.ai/code) and Codex CLI plugin marketplace for productivity and development workflow extensions.

Overview

Skill Workshop is a curated collection of plugins that enhance agentic software development workflows. Claude Code remains the primary supported track under `plugins//`; the experimental Codex CLI track lives under `codex-plugins//`. Each plugin is self-contained and ships only the skills, optional hooks, references, and documentation it needs.

Claude Code Usage

Add this marketplace to Claude Code

/plugin marketplace add jacexh/skill-workshop

Install plugins

/plugin install superpowers-memory@skill-workshop
/plugin install superpowers-architect@skill-workshop
/plugin install ddd-expert@skill-workshop
/plugin install designing-tests@skill-workshop

Enable auto-update

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

Available Plugins

Current versions are declared in `.claude-plugin/marketplace.json` and each Codex plugin's `.codex-plugin/plugin.json`. The release pipeline bumps those manifests; this README intentionally avoids duplicating version numbers.

superpowers-memory

Project Knowledge Base query, ingest, lint, and write-lock support for superpowers workflows.

superpowers-architect

Injects architectural design pattern standards as constraints into planning, execution, and code review workflows. Bundled patterns load automati