Files
SuperCharged-Claude-Code-Up…/README.md
uroma cd5c39811d Add Ralph Orchestrator dependency documentation and improved installation
Added comprehensive Ralph Orchestrator integration documentation:

1. requirements.txt
   - ralph-orchestrator (core dependency for /ralph command)
   - pyyaml (for config parsing)
   - Comments explaining each dependency

2. Updated supercharge.sh
   - Enhanced Ralph installation with dual detection:
     * Checks for 'ralph' command in PATH
     * Checks for ralph_orchestrator Python package
   - Installs from requirements.txt if available
   - Falls back to direct pip install
   - Provides helpful error messages with installation instructions
   - Confirms successful installation with detailed status

3. Updated README.md with new section "Ralph Orchestrator"
   - What is Ralph Orchestrator and how it works
   - Installation methods (automatic, manual, system-wide)
   - Detailed breakdown of our Ralph integration:
     * bin/ralphloop wrapper script (6,290 bytes, 223 lines)
     * skills/ralph/ Claude Code skill
     * skills/brainstorming/ multi-AI integration
     * hooks/ralph-auto-trigger.sh automatic triggering
     * hooks/qwen-consult.sh Qwen AI consultation
   - File structure created by Ralph
   - Environment variables reference
   - Troubleshooting guide
   - Ralph Orchestrator source links

The /ralph command will now work properly on:
- This machine (ralph already installed)
- Fresh clones (supercharge.sh auto-installs ralph-orchestrator)
- Any machine with pip3 available

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-23 18:28:00 +00:00

884 lines
28 KiB
Markdown

# SuperCharged Claude Code - Ultimate Upgrade Package
> 🚀 Transform your Claude Code into an autonomous AI development powerhouse with 30+ custom skills, autonomous agents, and Z.AI GLM model integration. Install in 2 minutes.
[![Claude Code](https://img.shields.io/badge/Claude-Code-Supercharged-blue)](https://claude.com/claude-code)
[![Skills](https://img.shields.io/badge/Skills-30+-green)](https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade)
[![Agents](https://img.shields.io/badge/Agents-Autonomous-orange)](https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade)
[![License](https://img.shields.io/badge/License-MIT-purple)](LICENSE)
[![Gitea](https://img.shields.io/badge/Platform-Gitea-red)](https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade)
## ⚡ Quick Installation
### Linux / macOS (Bash)
```bash
# Clone the repository
git clone https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade.git
cd SuperCharged-Claude-Code-Upgrade
# 🎯 Run the installer
./supercharge.sh
```
### Windows Installation Options
> **⚠️ Windows Users:** The PowerShell installer is **experimental** and may have bugs. We strongly recommend using **WSL** (Option 2) for a reliable installation experience.
#### Option 1: PowerShell Installer ⚠️ **Experimental - Use WSL Instead**
```powershell
# Download and run the native PowerShell installer
irm https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/raw/branch/main/install-windows.ps1 | pwsh -ExecutionPolicy Bypass -
# OR download and run manually
Invoke-WebRequest -Uri "https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/raw/branch/main/install-windows.ps1" -OutFile "install-windows.ps1"
pwsh -ExecutionPolicy Bypass -File install-windows.ps1
# OR right-click install-windows.ps1 and select "Run with PowerShell"
```
#### Option 2: WSL (Windows Subsystem for Linux) ⭐ **Recommended**
```bash
# Clone and run in WSL
wsl bash -c "git clone https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade.git && cd SuperCharged-Claude-Code-Upgrade && ./supercharge.sh"
```
#### Option 3: Git Bash
```bash
# Clone the repository
git clone https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade.git
cd SuperCharged-Claude-Code-Upgrade
# Run the installer
./supercharge.sh
```
#### Option 4: Manual Download
```powershell
# 1. Download and extract the ZIP from:
# https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/archive/refs/heads/main.zip
# 2. Open PowerShell and navigate to extracted folder
cd path\to\SuperCharged-Claude-Code-Upgrade
# 3. Run the installer
pwsh -ExecutionPolicy Bypass -File install-windows.ps1
```
> **📝 Note:** The PowerShell installer (Option 1) downloads everything automatically. For bash/WSL options, you must clone the repository first since the script needs access to local files.
---
## ⚡ Why SuperCharge Claude Code?
**Claude Code is powerful. SuperCharge makes it unstoppable.**
This comprehensive customization package transforms your Claude Code installation with:
-**30+ Custom Skills** - Cognitive enhancement, development workflows, UI/UX intelligence
- 🤖 **Autonomous Agents** - RalphLoop "Tackle Until Solved" agent for complex tasks
- 🌐 **Z.AI API Integration** - GLM-4.5-air and GLM-4.7 model support with 10% OFF discount
- 🔌 **MCP Servers** - Image analysis, web search, GitHub integration built-in
- 🎯 **Agent Management** - Complete library with sync capabilities
- 🪝 **Smart Hooks** - Session automation and multi-AI consultation
**Perfect for:** Developers, AI enthusiasts, teams building with AI assistants, and anyone wanting to maximize their Claude Code productivity.
---
## 🎯 What Gets Installed
### 🧠 Cognitive Skills
| Skill | Purpose |
|-------|---------|
| `always-use-superpowers` | Auto-applies relevant skills before any action (Priority: 9999) |
| `cognitive-core` | Core cognitive processing framework |
| `cognitive-planner` | Strategic planning and architecture design |
| `cognitive-safety` | Security validation and best practices |
### 🤖 Autonomous Agents
| Agent | Capability |
|-------|------------|
| **RalphLoop** | Iterates autonomously until task completion |
| **Brainstorming** | Multi-AI collaborative ideation |
| **Test-Driven Development** | Automated TDD workflow |
| **Systematic Debugging** | Step-by-step bug resolution |
| **Verification** | Pre-completion validation checks |
### 🎨 Development Tools
| Tool | Features |
|------|----------|
| `ui-ux-pro-max` | 50 styles, 21 palettes, 50 font pairings |
| `agent-pipeline-builder` | Multi-agent workflow construction |
| `dispatching-parallel-agents` | Concurrent agent execution |
| `finishing-a-development-branch` | PR and merge automation |
### 🌐 Integrations
- **Z.AI GLM Models** - glm-4.5-air (fast), glm-4.7 (powerful)
- **Qwen Consultation** - Get second opinions from Qwen models
- **Dev-Browser** - Persistent browser automation
- **MCP Servers** - Vision, search, web reader, GitHub
### 📁 Installation Structure
```
~/.claude/
├── skills/ # 30+ custom skills
├── agents/ # 100+ agent library
├── hooks/ # Session automation
├── commands/ # Custom commands
├── plugins/ # MCP servers & integrations
└── settings.json # Z.AI API configuration
~/.local/bin/
└── ralphloop # Ralph Orchestrator wrapper
```
---
## 📖 Detailed Installation Guide
### 🎯 SuperCharge Installer (Main Script)
#### One-Line Installation
**Linux / macOS:**
```bash
curl -fsSL https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/raw/main/supercharge.sh | bash
```
**Windows (WSL/Git Bash):**
```bash
curl -fsSL https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/raw/main/supercharge.sh | bash
```
#### One-Line with Options
**Linux / macOS:**
```bash
# Skip dependency installation
curl -fsSL https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/raw/main/supercharge.sh | bash -s -- --skip-deps
# Development mode (verbose output)
curl -fsSL https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/raw/main/supercharge.sh | bash -s -- --dev-mode
```
**Windows (WSL/Git Bash):**
```bash
# Skip dependency installation
curl -fsSL https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/raw/main/supercharge.sh | bash -s -- --skip-deps
# Development mode (verbose output)
curl -fsSL https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/raw/main/supercharge.sh | bash -s -- --dev-mode
```
#### Manual Installation
**All Platforms (requires bash):**
```bash
# Clone the repository
git clone https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade.git
cd SuperCharged-Claude-Code-Upgrade
# Run the supercharge installer
bash supercharge.sh
# With options
bash supercharge.sh --skip-deps
bash supercharge.sh --dev-mode
```
> **🪟 Windows Users:** Use WSL, Git Bash, or run `wsl bash script.sh` after downloading.
### 🔧 Claude Code + Z.AI Installer (Optional)
#### One-Line Installation
**Linux / macOS:**
```bash
curl -fsSL https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/raw/main/install-claude-code.sh | bash
```
**Windows (WSL/Git Bash):**
```bash
curl -fsSL https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/raw/main/install-claude-code.sh | bash
```
#### One-Line with Options
**Linux / macOS / Windows (WSL/Git Bash):**
```bash
# Automatic installation (prompts for API key)
curl -fsSL https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/raw/main/install-claude-code.sh | bash -s -- --auto
# Manual instructions only (no installation)
curl -fsSL https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/raw/main/install-claude-code.sh | bash -s -- --manual
# Configure API only (skip Claude Code installation)
curl -fsSL https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/raw/main/install-claude-code.sh | bash -s -- --skip-install
```
#### Manual Installation
**All Platforms (requires bash):**
```bash
# Clone the repository
git clone https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade.git
cd SuperCharged-Claude-Code-Upgrade
# Run the Claude Code installer
bash install-claude-code.sh --auto
# Other options
bash install-claude-code.sh --manual # Show instructions only
bash install-claude-code.sh --skip-install # Configure API only
```
---
## 📋 Available Scripts & Options
### supercharge.sh - Main SuperCharge Installer
Transforms existing Claude Code with all customizations.
| Option | Description |
|--------|-------------|
| (default) | Interactive installation with all prompts |
| `--skip-deps` | Skip dependency installation checks |
| `--dev-mode` | Enable verbose output for debugging |
**One-liners (Linux / macOS / Windows WSL):**
```bash
# Full installation
curl -fsSL https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/raw/main/supercharge.sh | bash
# Skip dependencies
curl -fsSL https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/raw/main/supercharge.sh | bash -s -- --skip-deps
# Verbose mode
curl -fsSL https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/raw/main/supercharge.sh | bash -s -- --dev-mode
```
### install-claude-code.sh - Claude Code + Z.AI Installer
Installs Claude Code and configures Z.AI GLM models or Anthropic API.
**New Features:**
- 🔀 **Provider Switching** - Switch between Anthropic and Z.AI APIs
- 🔑 **API Key Update** - Update existing API keys easily
- 🧩 **Coding-Helper Addons** - Optional Z.AI coding-helper installation
| Option | Description |
|--------|-------------|
| `--auto` (default) | Automated installation with provider selection |
| `--manual` | Show manual installation steps only |
| `--skip-install` | Skip Claude Code install, configure API only |
**One-liners:**
```bash
# Auto install with provider selection
curl -fsSL https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/raw/main/install-claude-code.sh | bash
# Show manual instructions
curl -fsSL https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/raw/main/install-claude-code.sh | bash -s -- --manual
# Configure API only (skip Claude Code install)
curl -fsSL https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/raw/main/install-claude-code.sh | bash -s -- --skip-install
```
**Provider Switching:**
If Claude Code is already installed, the script will:
1. Detect your current API provider (Anthropic or Z.AI)
2. Offer to switch between providers
3. Allow you to update your API key
4. Optionally install Z.AI coding-helper addons
**Z.AI Coding-Helper Features:**
- Interactive wizard for easy setup
- Multi-tool management (Claude Code, OpenCode, etc.)
- MCP service configuration
- API key management for Global and China plans
- Bilingual interface (English/Chinese)
---
## 🔧 Claude Code Installation Details
If you don't have Claude Code installed yet, we've got you covered with **Z.AI API support**.
### What is Z.AI API?
[Z.AI](https://docs.z.ai/devpack/tool/claude) provides GLM (General Language Model) models optimized for Claude Code:
- **glm-4.5-air** - Fast, efficient model (Haiku class) - ideal for quick iterations
- **glm-4.7** - Powerful model (Sonnet/Opus class) - for complex tasks
> [!TIP]
> **🎁 Grab 10% OFF Token for z.ai coding plan**: [https://z.ai/subscribe?ic=R0K78RJKNW](https://z.ai/subscribe?ic=R0K78RJKNW)
### Manual Claude Code Installation
```bash
# 1. Install Claude Code via npm
npm install -g @anthropic-ai/claude-code
# 2. Configure Z.AI API in ~/.claude/settings.json:
{
"env": {
"ANTHROPIC_API_KEY": "your-zai-api-key-here",
"ANTHROPIC_DEFAULT_HAIKU_MODEL": "glm-4.5-air",
"ANTHROPIC_DEFAULT_SONNET_MODEL": "glm-4.7",
"ANTHROPIC_DEFAULT_OPUS_MODEL": "glm-4.7"
}
}
# 3. Start Claude Code
claude
# 4. Check model status
/status
```
### Documentation
- **Z.AI Official Docs**: https://docs.z.ai/devpack/tool/claude
- **Claude Code Docs**: https://docs.anthropic.com/en/docs/claude-code/overview
---
## 💡 Usage Examples
### RalphLoop - Autonomous Agent
```bash
# Let Ralph tackle complex problems autonomously
claude
> /ralph "Design a microservices architecture for an e-commerce platform"
# Ralph iterates until completion:
# - Creates .ralph/PROMPT.md with success criteria
# - Iterates continuously until all criteria met
# - Updates .ralph/state.json with progress
# - Outputs final result to .ralph/iterations/final.md
```
**Configuration:**
```bash
export RALPH_AGENT=claude # Agent selection
export RALPH_MAX_ITERATIONS=100 # Max iterations
export RALPH_MAX_RUNTIME=14400 # 4 hours
export RALPH_VERBOSE=true # Debug output
```
### Multi-AI Brainstorming
```bash
> /brainstorming "Create a viral TikTok marketing strategy"
# Collaborates with multiple AI perspectives:
# - Content strategist (copy & messaging)
# - SEO expert (keywords & optimization)
# - Social media manager (platforms & tactics)
# - Product manager (goals & metrics)
# - Developer (implementation)
```
### Test-Driven Development
```bash
> /test-driven-development "Implement user authentication"
# Automated TDD workflow:
# 1. Write failing tests
# 2. Implement minimal code
# 3. Refactor while tests green
```
### Systematic Debugging
```bash
> /systematic-debugging "Database connection timing out"
# Step-by-step resolution:
# 1. Gather error information
# 2. Form hypotheses
# 3. Test each hypothesis
# 4. Verify fix doesn't break functionality
```
---
## 🎨 UI/UX Intelligence
The `ui-ux-pro-max` skill provides comprehensive design capabilities:
### 50 Design Styles
Glassmorphism, Claymorphism, Neumorphism, Brutalism, Minimalism, Bento Grid, Dark Mode, Skeuomorphism, Flat Design, and more...
### 21 Color Palettes
Pre-configured themes for instant visual consistency
### 50 Font Pairings
Typographic combinations proven to work well together
### 9 Tech Stacks
React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui
---
## ⚙️ Configuration
### Environment Variables
```bash
# Ralph Configuration
export RALPH_AGENT=claude # claude|gemini|kiro|q|auto
export RALPH_MAX_ITERATIONS=100 # Maximum iterations
export RALPH_MAX_RUNTIME=14400 # Max runtime (4 hours)
# Qwen Consultation
export QWEN_CONSULT_MODE=always # always|delegate|off
export QWEN_MODEL=qwen-coder-plus # Model selection
export QWEN_MAX_ITERATIONS=3 # Max consultation iterations
# Auto Superpowers
export AUTO_SUPERPOWERS=true # Auto-inject context
```
### Settings Files
**~/.claude/settings.json**
```json
{
"customInstructions": "enabled",
"permissions": {
"allowedTools": ["*"],
"allowedPrompts": ["*"]
}
}
```
**~/.claude/hooks.json**
```json
{
"sessionStart": ["session-start-superpowers.sh"],
"userPromptSubmit": ["qwen-consult.sh", "ralph-auto-trigger.sh"]
}
```
---
## 📦 Package Contents
| Component | Count | Description |
|-----------|-------|-------------|
| **Skills** | 30+ | Cognitive, development, UI/UX, autonomous agents |
| **Agents** | 100+ | Engineering, marketing, product, testing, design |
| **Hooks** | 5+ | Session automation, multi-AI consultation |
| **Commands** | 3 | /brainstorm, /write-plan, /execute-plan |
| **MCP Servers** | 6 | Vision, search, web reader, GitHub, feedback, usage |
| **Binaries** | 1 | ralphloop wrapper |
| **Size** | 126MB | Complete package |
### Full Inventory
See [INVENTORY.md](INVENTORY.md) for complete component listing.
---
## 🔍 Troubleshooting
### Ralph Loop Not Working
```bash
# Check Ralph installation
ralph --version
# Reinstall Ralph Orchestrator
pip3 install --upgrade ralph-orchestrator
# Check RalphLoop wrapper
which ralphloop
ls -la ~/.local/bin/ralphloop
```
### Skills Not Loading
```bash
# Check skills directory
ls -la ~/.claude/skills/
# Verify skill syntax
cat ~/.claude/skills/your-skill/SKILL.md
# Check for errors
claude --debug
```
### Claude Code Not Found
The supercharge script will offer to install Claude Code automatically if not detected.
```bash
# Or install manually
npm install -g @anthropic-ai/claude-code
# Then run supercharge again
./supercharge.sh
```
### Z.AI API Configuration
```bash
# Check settings
cat ~/.claude/settings.json | grep ANTHROPIC
# Verify API key works
curl -X POST https://dashscope-intl.aliyuncs.com/compatible-mode/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"glm-4.7","messages":[{"role":"user","content":"test"}]}'
```
---
## 🔄 Updates & Maintenance
### Update SuperCharge Package
```bash
cd SuperCharged-Claude-Code-Upgrade
git pull origin main
./supercharge.sh
```
### Update Agents
```bash
~/.claude/scripts/sync-agents.sh
```
### Backup Current Setup
```bash
~/.claude/agents/export-claude-customizations.sh
```
---
## 🗑️ Uninstallation
```bash
# Remove customizations
rm -rf ~/.claude/skills/*
rm -rf ~/.claude/agents/*
rm -rf ~/.claude/hooks/*
rm -rf ~/.claude/commands/*
rm -rf ~/.claude/plugins/*
rm ~/.claude/hooks.json
rm ~/.local/bin/ralphloop
# Restore from backup if needed
cp -r ~/.claude-backup-YYYYMMDD_HHMMSS/* ~/.claude/
```
---
## 🤝 Contributing
Contributions welcome! Please:
1. Fork the repository
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request
### Adding Custom Skills
Create `~/.claude/skills/your-skill/SKILL.md`:
```markdown
# Your Custom Skill
## When to Use
Use this skill when...
## What It Does
This skill provides...
```
---
## 🔧 Ralph Orchestrator - Autonomous "Tackle Until Solved" Agent
### What is Ralph Orchestrator?
**Ralph Orchestrator** is a Python package that enables autonomous agent looping - the "Tackle Until Solved" capability that powers the `/ralph` command in this package.
### How Ralph Works
```
┌─────────────────────────────────────────────────────────┐
│ Ralph Orchestrator │
│ "Tackle Until Solved" │
├─────────────────────────────────────────────────────────┤
│ │
│ 1. Analyze Task ──────> 2. Generate Approach │
│ │ │ │
│ ▼ ▼ │
│ 3. Execute Step ──────> 4. Validate Result │
│ │ │ │
│ │ Complete? ────────No──┤ │
│ │ │ │
│ │ Yes ▼ │
│ └────────────────> 5. Output Solution │
│ │
└─────────────────────────────────────────────────────────┘
```
### Ralph Dependency
| Component | Status | Notes |
|-----------|--------|-------|
| **Python Package** | Required | `ralph-orchestrator` |
| **System Command** | Optional | `ralph` CLI (if installed) |
| **Fallback Mode** | Available | Creates project files without running loop |
### Installation Methods
**Option 1: Automatic (via supercharge.sh)**
```bash
./supercharge.sh
# Automatically installs ralph-orchestrator via pip3
```
**Option 2: Manual Installation**
```bash
# Install Python package
pip3 install ralph-orchestrator
# OR install from requirements.txt in this repo
pip3 install -r requirements.txt
```
**Option 3: System-Wide Installation**
```bash
# Install for all users
sudo pip3 install ralph-orchestrator
# This creates the 'ralph' command system-wide
```
### How We Built the Ralph Integration
Our Ralph integration consists of several components working together:
#### 1. **bin/ralphloop** - Python Wrapper Script
- **Size**: 6,290 bytes (223 lines)
- **Purpose**: Standalone wrapper for Ralph Orchestrator
- **Features**:
- Creates `.ralph/` project structure
- Generates `PROMPT.md` with task description
- Creates `ralph.yml` configuration
- Streams Ralph output in real-time
- Handles interrupts gracefully (Ctrl+C)
```python
# Key components:
- check_dependencies() # Verifies ralph installation
- create_ralph_project() # Creates .ralph/ directory
- run_ralph_loop() # Executes autonomous iteration
```
#### 2. **skills/ralph/** - Claude Code Skill
- **Purpose**: Integrates Ralph with Claude Code's `/ralph` command
- **Trigger**: User types `/ralph "task description"`
- **Flow**:
1. Receives task from user
2. Sets `RALPH_AUTO=true` environment variable
3. Delegates to `brainstorming` skill with Ralph mode
4. Ralph runs autonomous iterations until complete
#### 3. **skills/brainstorming/** - Multi-AI Brainstorming
- **Purpose**: Creative thinking with Ralph integration
- **Modes**:
- **Direct Mode**: Quick ideation (simple tasks)
- **Ralph Mode**: Autonomous iteration (complex tasks)
- **Auto-Trigger**: Task complexity automatically determines mode
#### 4. **hooks/ralph-auto-trigger.sh** - Automatic Triggering
- **Purpose**: Auto-starts Ralph for complex tasks
- **Triggers**: Agent requests, development keywords
- **Modes**:
- `RALPH_AUTO_MODE=always` - Every request
- `RALPH_AUTO_MODE=agents` - Agent/dev tasks only (default)
- `RALPH_AUTO_MODE=off` - Disabled
#### 5. **hooks/qwen-consult.sh** - Qwen AI Integration
- **Purpose**: Multi-AI consultation with Qwen
- **Modes**:
- `QWEN_CONSULT_MODE=always` - Every request
- `QWEN_CONSULT_MODE=delegate` - Keyword-triggered (default)
- `QWEN_CONSULT_MODE=off` - Disabled
### File Structure Created by Ralph
```
.ralph/
├── PROMPT.md # Task description with success criteria
├── ralph.yml # Configuration (agent, max_iterations, etc.)
├── state.json # Progress tracking
└── iterations/
├── 001.md # First iteration output
├── 002.md # Second iteration output
├── ...
└── final.md # Validated final result
```
### Environment Variables
| Variable | Default | Description |
|----------|---------|-------------|
| `RALPH_AGENT` | `claude` | AI agent to use (claude, gemini, kiro, q, auto) |
| `RALPH_MAX_ITERATIONS` | `100` | Maximum iterations before giving up |
| `RALPH_MAX_RUNTIME` | `14400` | Maximum runtime in seconds (4 hours) |
| `RALPH_AUTO_MODE` | `agents` | Auto-trigger mode (always, agents, off) |
| `QWEN_CONSULT_MODE` | `delegate` | Qwen consultation mode |
| `AUTO_SUPERPOWERS` | `true` | Auto-inject superpowers context |
### Troubleshooting Ralph
**Ralph command not found:**
```bash
# Check if Python package is installed
python3 -c "import ralph_orchestrator; print('OK')"
# If not, install it
pip3 install ralph-orchestrator
```
**Ralph won't start:**
```bash
# Check ralphloop is executable
ls -la ~/.claude/skills/bin/ralphloop
chmod +x ~/.claude/skills/bin/ralphloop
# Check Python 3 is available
python3 --version
```
**Loop not running (fallback mode):**
```bash
# This is expected if ralph-orchestrator isn't installed
# The script still creates project files for manual use
cat .ralph/PROMPT.md
cat .ralph/ralph.yml
```
### Ralph Orchestrator Source
- **GitHub**: https://github.com/mikeyobrien/ralph-orchestrator
- **PyPI**: https://pypi.org/project/ralph-orchestrator/
- **Author**: Mike O'Brien
- **License**: MIT
---
## 📄 License
MIT License - See [LICENSE](LICENSE) file for details
---
## 🙏 Credits & Inspiration
This project is built on the shoulders of giants. We gratefully acknowledge:
### Core Inspirations
🎭 **[contains-studio/agents](https://github.com/contains-studio/agents)**
> 40+ specialized agents with PROACTIVELY auto-triggering
*Inspired our agent architecture and auto-triggering patterns*
[View on GitHub →](https://github.com/contains-studio/agents)
---
🤖 **[@iannuttall/ralph](https://github.com/iannuttall/ralph)**
> Autonomous agent looping with background execution
*Ralph Orchestrator: "Fire and forget" complex tasks with autonomous iteration*
[View on GitHub →](https://github.com/iannuttall/ralph)
---
🖼️ **[@z_ai/mcp-server](https://github.com/ZAI-China/mcp-server)**
> 8 vision tools for images, videos, diagrams, and data visualization
*Comprehensive MCP server for AI vision capabilities*
[View on GitHub →](https://github.com/ZAI-China/mcp-server)
---
### Additional Inspiration
📊 **llm-tldr**
> 95% token reduction via 5-layer analysis
*Inspired our cognitive optimization approach*
---
🎨 **[ui-ux-pro-max-skill](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill)**
> Professional UI/UX design guidance
*50+ styles, 97 color palettes, 57 font pairings across 9 tech stacks*
[View on GitHub →](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill)
---
🧠 **[Cognitive User Simulation](https://github.com/HighMark-31/Cognitive-User-Simulation)**
> Multi-agent analysis and coordination optimization
*Inspired our multi-AI brainstorming and consultation patterns*
[View on GitHub →](https://github.com/HighMark-31/Cognitive-User-Simulation)
---
### Core Technologies
- **[Ralph Orchestrator](https://github.com/mikeyobrien/ralph-orchestrator)** - Autonomous agent iteration engine
- **[Claude Code](https://claude.com/claude-code)** - Anthropic's AI coding assistant
- **[Z.AI](https://docs.z.ai/devpack/tool/claude)** - GLM model integration with 90% cost savings
---
### Community Contributors
This package incorporates skills, agents, and plugins from the Claude Code community. Thank you to all contributors who make this ecosystem better!
---
## 📞 Support
- **Issues**: [Gitea Issues](https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/issues)
- **Discussions**: [Gitea Discussions](https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/discussions)
- **Documentation**: [Full Docs](INVENTORY.md)
---
## 🌟 Star History
[![Star History Chart](https://api.star-history.com/svg?repos=admin/SuperCharged-Claude-Code-Upgrade&type=Date)](https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade)
---
**Made with ❤️ for the Claude Code community**
*SuperCharge your AI development workflow today!*
---
**Keywords:** Claude Code customization, Claude Code skills, Claude Code agents, AI coding assistant, Z.AI API, GLM models, RalphLoop, autonomous AI development, CLI tools, developer tools, Claude Code plugins, MCP servers, Qwen integration, AI workflow automation