Files
SuperCharged-Claude-Code-Up…/plugins/marketplaces/superpowers-marketplace/.claude-plugin/marketplace.json
uroma 7a491b1548 SuperCharge Claude Code v1.0.0 - Complete Customization Package
Features:
- 30+ Custom Skills (cognitive, development, UI/UX, autonomous agents)
- RalphLoop autonomous agent integration
- Multi-AI consultation (Qwen)
- Agent management system with sync capabilities
- Custom hooks for session management
- MCP servers integration
- Plugin marketplace setup
- Comprehensive installation script

Components:
- Skills: always-use-superpowers, ralph, brainstorming, ui-ux-pro-max, etc.
- Agents: 100+ agents across engineering, marketing, product, etc.
- Hooks: session-start-superpowers, qwen-consult, ralph-auto-trigger
- Commands: /brainstorm, /write-plan, /execute-plan
- MCP Servers: zai-mcp-server, web-search-prime, web-reader, zread
- Binaries: ralphloop wrapper

Installation: ./supercharge.sh
2026-01-22 15:35:55 +00:00

84 lines
2.9 KiB
JSON

{
"name": "superpowers-marketplace",
"owner": {
"name": "Jesse Vincent",
"email": "jesse@fsck.com"
},
"metadata": {
"description": "Skills, workflows, and productivity tools",
"version": "1.0.9"
},
"plugins": [
{
"name": "superpowers",
"source": {
"source": "url",
"url": "https://github.com/obra/superpowers.git"
},
"description": "Core skills library: TDD, debugging, collaboration patterns, and proven techniques",
"version": "4.0.3",
"strict": true
},
{
"name": "superpowers-chrome",
"source": {
"source": "url",
"url": "https://github.com/obra/superpowers-chrome.git"
},
"description": "BETA: VERY LIGHTLY TESTED - Direct Chrome DevTools Protocol access via 'browsing' skill. Skill mode (17 CLI commands) + MCP mode (single use_browser tool). Zero dependencies, auto-starts Chrome.",
"version": "1.6.2",
"strict": true
},
{
"name": "elements-of-style",
"source": {
"source": "url",
"url": "https://github.com/obra/the-elements-of-style.git"
},
"description": "Writing guidance based on William Strunk Jr.'s The Elements of Style (1918) - foundational rules for clear, concise, grammatically correct writing",
"version": "1.0.0",
"strict": true
},
{
"name": "episodic-memory",
"source": {
"source": "url",
"url": "https://github.com/obra/episodic-memory.git"
},
"description": "Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns across sessions. Gives you memory that persists between sessions.",
"version": "1.0.15",
"strict": true
},
{
"name": "superpowers-lab",
"source": {
"source": "url",
"url": "https://github.com/obra/superpowers-lab.git"
},
"description": "Experimental skills for Superpowers: Control interactive CLI tools (vim, menuconfig, REPLs, git rebase -i) through tmux automation",
"version": "0.1.0",
"strict": true
},
{
"name": "superpowers-developing-for-claude-code",
"source": {
"source": "url",
"url": "https://github.com/obra/superpowers-developing-for-claude-code.git"
},
"description": "Skills and resources for developing Claude Code plugins, skills, MCP servers, and extensions. Includes comprehensive official documentation and self-update mechanism.",
"version": "0.3.1",
"strict": true
},
{
"name": "double-shot-latte",
"source": {
"source": "url",
"url": "https://github.com/obra/double-shot-latte.git"
},
"description": "Stop 'Would you like me to continue?' interruptions. Automatically evaluates whether Claude should continue working using Claude-judged decision making.",
"version": "1.1.5",
"strict": true
}
]
}