Commit Graph

19 Commits

  • Update README and add CHANGELOG for Tauri skill
    - Update README.md badges to reflect 270+ skills
    - Add Tauri to Development Tools section
    - Update skill counts throughout README
    - Create comprehensive CHANGELOG.md documenting:
      - Tauri framework skill addition
      - Ralph Orchestrator documentation improvements
      - Missing repository components (hooks, commands, bin, scripts, templates)
      - Repository consolidation
    
    Co-Authored-By: Claude <noreply@anthropic.com>
  • 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>
  • Add experimental disclaimer for PowerShell installer
    Users are now warned that the PowerShell installer is experimental
    and WSL is recommended for reliable installation.
    
    Changes:
    - README: Added warning banner, changed WSL to "Recommended"
    - PowerShell script: Added interactive warning at startup
    - WordPress article: Added yellow warning box before Windows section
    
    PowerShell installer now shows:
    - Yellow warning about experimental status
    - WSL command for reliable installation
    - Prompt to press Ctrl+C to exit or Enter to continue
    
    Co-Authored-By: Claude <noreply@anthropic.com>
  • Fix Gitea raw file URLs (use /raw/branch/main/ instead of /raw/main/)
    Gitea's raw file URL format requires /raw/branch/{branch}/ not /raw/{branch}/
    This fixes the 403 redirect issue when downloading install-windows.ps1
    
    Changed URLs:
    - /raw/main/install-windows.ps1 → /raw/branch/main/install-windows.ps1
    
    Also updated WordPress article with correct URLs.
    
    Co-Authored-By: Claude <noreply@anthropic.com>
  • Add native PowerShell installer for Windows
    Features:
    - Automatic download of repository from GitHub
    - Full installation of all components (skills, agents, hooks, commands, plugins, scripts)
    - Claude Code detection and optional installation via npm
    - Dependency checking (Node.js, Git, Python, Ralph Orchestrator)
    - Automatic backup of existing configuration
    - Color-coded output for better user experience
    - Error handling with clear messages
    
    Usage:
      irm https://.../install-windows.ps1 | pwsh -ExecutionPolicy Bypass -
      OR right-click "Run with PowerShell"
    
    Updated README with PowerShell installer as Option 1 (recommended)
    Updated WordPress article with Windows PowerShell option
    
    Co-Authored-By: Claude <noreply@anthropic.com>
  • Fix installation instructions - one-line curl install doesn't work
    - Remove broken one-line curl install commands
    - Add proper git clone + run installer instructions
    - Add clear explanation that repo must be cloned first
    - Fix Windows WSL and Git Bash instructions
    - Add warning about curl in PowerShell
    
    The installer script needs access to files in the repository
    (skills/, agents/, hooks/, etc.) so one-line piping won't work.
    
    Co-Authored-By: Claude <noreply@anthropic.com>
  • docs: Add clear Windows installation options with WSL wrapper
    Added 3 Windows installation methods:
    1. WSL wrapper: wsl bash -c "curl ... | bash"
    2. Git Bash instructions
    3. Download & Run with Invoke-WebRequest
    
    Added warning: Do NOT run curl directly in PowerShell.
    
    Co-Authored-By: Claude <noreply@anthropic.com>
  • docs: Fix Windows installation instructions (PowerShell scripts don't exist yet)
    - Changed PowerShell references to WSL/Git Bash
    - Added clear Windows user guidance
    - Removed non-existent .ps1 script references
    - Added note: "Windows Users: Run commands in WSL, Git Bash, or download scripts"
    
    PowerShell versions will be added in future update.
    
    Co-Authored-By: Claude <noreply@anthropic.com>
  • docs: Add Windows PowerShell one-line installation commands
    Added PowerShell equivalents for all installation commands:
    - Quick one-liners section with Windows commands
    - Detailed installation guide with PowerShell options
    - Updated script references to include .ps1 files
    - Cross-platform option documentation (--skip-deps / -SkipDeps)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
  • docs: Add GitHub link to ui-ux-pro-max-skill credit
    Updated ui-ux-pro-max-skill credit with GitHub repository link:
    https://github.com/nextlevelbuilder/ui-ux-pro-max-skill
    
    Co-Authored-By: Claude <noreply@anthropic.com>
  • docs: Add GitHub link to Cognitive User Simulation credit
    Updated Cognitive User Simulation credit with GitHub repository link:
    https://github.com/HighMark-31/Cognitive-User-Simulation
    
    Co-Authored-By: Claude <noreply@anthropic.com>
  • docs: Add comprehensive credits & inspiration section
    Added credits for core inspirations:
    - contains-studio/agents - 40+ specialized agents with auto-triggering
    - iannuttall/ralph - Autonomous agent looping
    - ZAI-China/mcp-server - 8 vision tools
    - llm-tldr - Token reduction optimization
    - ui-ux-pro-max - UI/UX design guidance
    - Cognitive User Simulation - Multi-agent coordination
    
    Co-Authored-By: Claude <noreply@anthropic.com>
  • Enhance install-claude-code.sh with provider switching and coding-helper
    Major Features Added:
    - Provider Switching: Detect current API provider (Anthropic/Z.AI) and offer switching
    - API Key Update: Easy update of existing API keys without reinstalling
    - Z.AI Coding-Helper Integration: Optional installation of @z_ai/coding-helper
    
    Provider Detection:
    - Detects Z.AI by checking for dashscope-intl.aliyuncs.com URL
    - Detects Anthropic by checking for anthropic.com or ANTHROPIC_API_KEY
    - Shows current provider and API key (masked) when script runs
    
    Provider Switching Options:
    1. Switch to Z.AI (GLM models: glm-4.5-air, glm-4.7)
    2. Switch to Anthropic (Official Claude models)
    3. Update API key only (keep current provider)
    4. Skip configuration
    
    Z.AI Coding-Helper Addons:
    - Interactive wizard for easy setup
    - Multi-tool management (Claude Code, OpenCode, Crush, Factory Droid)
    - MCP service configuration
    - API key management for Global and China plans
    - Bilingual interface (English/Chinese)
    - Automatic tool detection and installation
    - Configuration backup and sync
    
    Configuration Management:
    - Automatic backup of settings.json before changes
    - Smart merging of existing configurations
    - Proper model switching (GLM ↔ Claude models)
    - Base URL configuration for Z.AI
    
    Enhanced Banner:
    - Shows all three main features (Z.AI, Provider Switching, Coding-Helper)
    
    README Updates:
    - Documented new features in install-claude-code.sh section
    - Added provider switching workflow explanation
    - Listed coding-helper addon features
  • Add one-line command options for all scripts
    Added comprehensive one-line installation options for all scripts:
    
    Quick One-Liners Section (top of README):
    - SuperCharge installer one-liner
    - Claude Code + Z.AI installer one-liner
    - Manual instructions one-liner
    
    Detailed Installation Guide:
    - SuperCharge Installer with all options
    - Claude Code + Z.AI Installer with all options
    - All scripts support argument passing via bash -s --
    
    Available Scripts Reference:
    - supercharge.sh: Main installer with --skip-deps, --dev-mode
    - install-claude-code.sh: Claude Code + Z.AI with --auto, --manual, --skip-install
    
    Total: 16 one-liner command examples
    
    Features:
    - curl | bash for direct execution
    - bash -s -- for argument passing
    - All script options documented
    - Clear tables showing options and descriptions
  • SEO-optimized README rewrite
    Multi-AI collaboration (Content + SEO + Web + PM agents) complete rewrite with:
    
    SEO Enhancements:
    - Keyword-optimized H1 title and description
    - Strategic heading structure (H1, H2, H3)
    - Primary keywords: Claude Code customization, skills, agents, Z.AI API
    - Long-tail keywords in natural context
    - Internal links to INVENTORY.md
    - External links to official docs
    - Social proof badges (skills count, agents, license)
    - Keywords section at bottom for discoverability
    
    Content Improvements:
    - Compelling above-the-fold value proposition
    - Feature highlights with emojis for scannability
    - Clear installation instructions (one-line + manual)
    - Comprehensive usage examples
    - Troubleshooting section
    - Structured with tables and code blocks
    - Contributing guidelines
    - Star History badge
    - Support links
    
    Target Keywords:
    - Claude Code customization
    - Claude Code skills
    - Claude Code agents
    - Z.AI API integration
    - GLM models
    - RalphLoop autonomous agent
    - MCP servers
    - AI workflow automation
  • Add 10% OFF discount link for z.ai coding plan
    Added discount offer link in multiple locations:
    - README.md: In "What is Z.AI API?" section
    - install-claude-code.sh: In hero banner, API key prompt, and manual instructions
    
    Discount link: https://z.ai/subscribe?ic=R0K78RJKNW
  • Add optional Claude Code installation with Z.AI API support
    Features:
    - New install-claude-code.sh script for automated Claude Code installation
    - Z.AI API integration (GLM models: glm-4.5-air, glm-4.7)
    - Automated and manual installation modes
    - Supercharge.sh now offers to install Claude Code if not present
    - Updated README with comprehensive Claude Code installation guide
    
    Z.AI Models:
    - glm-4.5-air: Fast, efficient model (Haiku class)
    - glm-4.7: Powerful model (Sonnet/Opus class)
    
    Documentation: https://docs.z.ai/devpack/tool/claude
  • 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