# SuperCharge Claude Code - Complete Inventory ## Installation Date 2026-01-22 ## Package Contents ### 1. Skills (30+) #### Cognitive Skills | Skill | Path | Description | |-------|------|-------------| | always-use-superpowers | `skills/always-use-superpowers/SKILL.md` | CRITICAL - Checks all skills before any action (Priority: 9999) | | auto-superpowers | `skills/auto-superpowers/SKILL.md` | Injects superpowers context on session start | | cognitive-context | `skills/cognitive-context/SKILL.md` | Enhanced understanding and analysis | | cognitive-core | `skills/cognitive-core/` | Core cognitive processing framework | | cognitive-planner | `skills/cognitive-planner/SKILL.md` | Strategic planning capabilities | | cognitive-safety | `skills/cognitive-safety/SKILL.md` | Security and safety validation | #### Development Skills | Skill | Path | Description | |-------|------|-------------| | agent-pipeline-builder | `skills/agent-pipeline-builder/` | Multi-agent pipeline construction | | dispatching-parallel-agents | `skills/dispatching-parallel-agents/` | Parallel agent execution | | executing-plans | `skills/executing-plans/` | Plan execution coordination | | finishing-a-development-branch | `skills/finishing-a-development-branch/` | Development branch completion | | subagent-driven-development | `skills/subagent-driven-development/` | Execute plans with subagents | | test-driven-development | `skills/test-driven-development/` | TDD workflow automation | | systematic-debugging | `skills/systematic-debugging/` | Automated debugging workflow | | verification-before-completion | `skills/verification-before-completion/` | Pre-completion validation | | receiving-code-review | `skills/receiving-code-review/` | Handle code review feedback | | requesting-code-review | `skills/requesting-code-review/` | Request code reviews | | using-git-worktrees | `skills/using-git-worktrees/` | Git worktree management | #### Autonomous Agents | Skill | Path | Description | |-------|------|-------------| | ralph | `skills/ralph/SKILL.md` | RalphLoop "Tackle Until Solved" autonomous agent | | brainstorming | `skills/brainstorming/SKILL.md` | Creative thinking with Ralph integration | | multi-ai-brainstorm | `skills/multi-ai-brainstorm/` | Multi-AI collaborative brainstorming | #### Design & UI/UX | Skill | Path | Description | |-------|------|-------------| | ui-ux-pro-max | `skills/ui-ux-pro-max/SKILL.md` | UI/UX intelligence (50 styles, 21 palettes) | #### Tools & Utilities | Skill | Path | Description | |-------|------|-------------| | dev-browser | `skills/dev-browser/` | Persistent browser automation | | tool-discovery-agent | `skills/tool-discovery-agent/` | Auto-discover helpful tools | | using-superpowers | `skills/using-superpowers/` | Guide for using superpowers | | writing-plans | `skills/writing-plans/` | Create implementation plans | | writing-skills | `skills/writing-skills/` | Create custom skills | ### 2. Agents #### Agent Library Located in `agents/` with categories: - **engineering** - Development and engineering agents - **marketing** - Marketing and content agents - **product** - Product management agents - **studio-operations** - Studio workflow agents - **project-management** - Project management agents - **testing** - QA and testing agents - **design** - Design and UX agents - **bonus** - Additional specialized agents #### Agent Management Scripts | Script | Description | |--------|-------------| | `claude-setup-manager.sh` | Interactive setup management menu | | `sync-agents.sh` | Sync agents from GitHub/Gitea | | `install-claude-customizations.sh` | Installation automation | | `export-claude-customizations.sh` | Export for backup/transfer | ### 3. Hooks #### Session Hooks | Hook | Trigger | Description | |------|---------|-------------| | `session-start-superpowers.sh` | Session start/resume | Injects superpowers context | #### User Prompt Hooks | Hook | Trigger | Description | |------|---------|-------------| | `qwen-consult.sh` | User prompt | Qwen AI consultation | | `consult-qwen.sh` | User prompt | Qwen consultation wrapper | | `ralph-auto-trigger.sh` | User prompt | Ralph auto-trigger | | `demo-qwen-consult.sh` | User prompt | Demo Qwen integration | ### 4. Commands | Command | File | Description | |---------|------|-------------| | `/brainstorm` | `commands/brainstorm.md` | Multi-AI brainstorming | | `/execute-plan` | `commands/execute-plan.md` | Execute implementation plans | | `/write-plan` | `commands/write-plan.md` | Create implementation plans | ### 5. Plugins #### Installed Plugins | Plugin | Category | Description | |--------|----------|-------------| | `glm-plan-bug` | Feedback | Bug case feedback system | | `glm-plan-usage` | Usage | Usage query system | | `rust-analyzer-lsp` | LSP | Rust language support | #### Plugin Categories - `agent-browse` - Web browsing - `claude-code-safety-net` - Safety validation - `claude-delegator` - Task delegation - `claude-hud` - Heads-up display - `frontend-design` - Frontend tools - `marketplaces` - Plugin marketplace ### 6. MCP Servers | MCP Server | Capabilities | |------------|--------------| | `zai-mcp-server` | Image/video analysis, UI analysis, text extraction, data visualization | | `web-search-prime` | Enhanced web search | | `web-reader` | Web content fetching | | `zread` | GitHub repository integration | | `glm-plan-bug:case-feedback` | Bug feedback | | `glm-plan-usage:usage-query` | Usage tracking | ### 7. Binaries | Binary | Path | Description | |--------|------|-------------| | `ralphloop` | `bin/ralphloop` | Ralph Orchestrator wrapper (6,290 bytes) | ### 8. Scripts | Script | Description | |--------|-------------| | `sync-agents.sh` | Agent synchronization with GitHub/Gitea | ### 9. Configuration Templates | File | Description | |------|-------------| | `settings.json` | Main Claude Code settings | | `settings.local.json` | Local permissions and settings | | `hooks.json` | Hook configuration | | `config.json` | Marketplace configuration | ## Dependencies ### Required - **Python 3** - For ralphloop wrapper - **Git** - For agent synchronization - **Node.js/npm** - For plugin/skill development ### Optional but Recommended - **Ralph Orchestrator** - `pip3 install ralph-orchestrator` - **Qwen CLI** - For consultation integration - **Chromium** - For dev-browser automation - **TypeScript** - For modern skill development ## Environment Variables ### Ralph Configuration ```bash RALPH_AGENT=claude # Agent selection (claude|gemini|kiro|q|auto) RALPH_MAX_ITERATIONS=100 # Maximum iterations RALPH_MAX_RUNTIME=14400 # Max runtime in seconds (4 hours) RALPH_VERBOSE=true # Enable verbose output ``` ### Qwen Configuration ```bash QWEN_CONSULT_MODE=always # Consultation mode (always|delegate|off) QWEN_MODEL=qwen-coder-plus # Model selection QWEN_MAX_ITERATIONS=3 # Max consultation iterations ``` ### Superpowers ```bash AUTO_SUPERPOWERS=true # Auto-inject superpowers context ``` ## File Structure After Installation ``` ~/.claude/ ├── skills/ # 30+ custom skills │ ├── always-use-superpowers/ │ ├── ralph/ │ ├── brainstorming/ │ ├── ui-ux-pro-max/ │ └── ... ├── agents/ # Agent library │ ├── engineering/ │ ├── marketing/ │ ├── claude-setup-manager.sh │ ├── sync-agents.sh │ └── ... ├── hooks/ # Custom hooks │ ├── session-start-superpowers.sh │ ├── qwen-consult.sh │ ├── ralph-auto-trigger.sh │ └── ... ├── commands/ # Custom commands │ ├── brainstorm.md │ ├── execute-plan.md │ └── write-plan.md ├── plugins/ # Plugin references ├── scripts/ # Utility scripts │ └── sync-agents.sh ├── settings.json # Configuration ├── settings.local.json # Local settings ├── hooks.json # Hook configuration └── config.json # Marketplace config ~/.local/bin/ └── ralphloop # Ralph Orchestrator wrapper ``` ## Installation Summary - **Total Skills**: 30+ - **Total Agents**: 100+ (across all categories) - **Custom Hooks**: 5+ - **Custom Commands**: 3+ - **MCP Servers**: 6 - **Binary Tools**: 1 (ralphloop) - **Installation Time**: ~2-5 minutes - **Disk Space**: ~50-100 MB ## Version Information - **Package Version**: 1.0.0 - **Claude Code Compatibility**: 2024+ - **Last Updated**: 2026-01-22 - **Source Environment**: Arch Linux with Claude Code