Claude Plugin Powerpack
Purpose
Set up the recommended global Claude Code plugin stack for Studio projects.
This is a human-run setup workflow. Slash commands such as /plugin install ... must be pasted into Claude Code; shell commands such as npx ... run in a terminal.
Install Order
Run these in Claude Code:
/plugin install skill-creator@claude-plugins-official
/plugin install superpowers@claude-plugins-official
/plugin marketplace add mksglu/context-mode
/plugin install context-mode@context-mode
/plugin marketplace add thedotmack/claude-mem
/plugin install claude-mem
/plugin install frontend-design@claude-plugins-official
Run this in your terminal:
npx get-shit-done-cc --claude --global
What Each Piece Adds
| Tool | Purpose |
|---|---|
skill-creator |
Create and refine reusable Claude skills. |
superpowers |
Adds structured agent workflows and skill-triggering conventions. |
get-shit-done-cc |
Adds global Claude Code productivity defaults. |
context-mode |
Helps switch and preserve working context. |
claude-mem |
Adds memory-oriented workflow support. |
frontend-design |
Improves frontend design implementation behavior. |
Verification
After installation:
- Restart Claude Code.
- Run
/plugin list. - Confirm each installed plugin appears.
- Open a fresh Claude Code session in a project.
- Check that plugin-provided commands or behaviors are available.
Project Policy
Do not assume these plugins are installed in every contributor's environment. When a workflow depends on one of them, mention the dependency and provide the command to install it.
Related Skills
write-a-skillfor creating repo-native skills.setup-matt-pocock-skillsfor adding repo-level agent docs.frontend-designplugin for UI-heavy work.