Commit Graph

18 Commits

  • Add skills installation to all 3 installers (manual, auto, prompt)
    FEATURES:
    - All 3 installation methods now include skills installation
    - Skills are user-invocable slash commands (like /ui-ux-pro-max)
    
    CHANGES:
    
    1. Interactive Installer (interactive-install-claude.sh)
       - Added skills directory creation
       - Automatic skills installation from repository
       - Copies all skills to ~/.claude/skills/
       - Makes Python scripts executable
       - Displays skills count in summary
    
    2. Master Prompt (MASTER-PROMPT.md)
       - Updated Step 1.5 with current repository structure
       - Simplified skills installation instructions
       - Removed deprecated external repository references
       - Uses local repository files
    
    3. Manual Installation (README.md)
       - Updated Step 4 with skills installation
       - Clear verification steps
       - Explains what skills provide
       - Proper chmod +x for scripts
    
    SKILLS NOW INCLUDED:
    - ui-ux-pro-max: Design patterns, colors, typography
    - 50+ design styles (minimalism, glassmorphism, etc.)
    - Search 8 domains: landing, style, product, color, typography
    - Python script search.py for design recommendations
    
    TESTING:
    - All 3 installers tested and working
    - Skills install to correct location: ~/.claude/skills/
    - Python scripts are executable
    - Skills count shows in installation summary
    
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
  • Add complete Manual Installation instructions to README.md
    Fixes missing "Option 3: Manual Installation" guide
    
    Added comprehensive manual installation steps:
    - Prerequisites (Node.js, Python, Claude Code)
    - Step 1: Configure Claude Code (Anthropic/Z.AI)
    - Step 2: Install Agents (38 agents with git clone)
    - Step 3: Install MCP Tools (3 packages)
    - Step 4: Install UI/UX Pro Max Skill
    - Step 5: Configure MCP Tools (settings.local.json)
    - Step 6: Install Ralph CLI (Optional, Advanced)
      * Full hook script with background spawning
      * hooks.json configuration
      * Environment variables
    - Step 7: Verify Installation
    
    Users now have 3 complete installation options:
    1. Master Prompt (copy-paste)
    2. Interactive Installer (automated)
    3. Manual Installation (step-by-step control)
    
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
  • Add Ralph CLI section to README.md
    Changes:
    - Update "What's Included": Add Ralph CLI Integration (Advanced)
    - Add comprehensive "Ralph CLI Integration" section:
      * What Ralph CLI does
      * How it works (background execution)
      * Key features table
      * Control modes (agents/always/off)
      * Monitoring & control commands
      * Real-life example workflow
      * Ralph vs PROACTIVELY comparison table
      * Installation instructions
      * When to use Ralph CLI
    - Update "Complete Source Guide": 6 → 7 major open-source projects
    - Add Ralph CLI as 6th component in source guide
    
    Total Ralph mentions: 0 → 37
    
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
  • Update README with all recent features and 7 PROACTIVELY coordinators
    - Add 'What's New (January 2026)' section with latest updates
    - Correct PROACTIVELY agent count from 4 to 7
    - Add comprehensive Architecture Overview section
    - Document all 7 coordinators with trigger conditions
    - Add ui-ux-pro-max, studio-producer, project-shipper to Design/PM departments
    - Add real workflow example showing coordinator orchestration
    - Update agent counts (38 total = 7 coordinators + 31 specialists)
    - Add PROACTIVELY badge to shields
    - Link to new documentation files (workflow-example-pro.html, coordination-system-pro.html)
    - Simplify documentation section
    - Update agent department listings with PROACTIVELY indicators
    - Add multi-agent task impact comparison
    
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
  • Add 10% OFF invite token tip to README
    - Added tip at top of README with invite code R0K78RJKNW
    - Links to Z.AI GLM Plan subscription with discount
    
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
  • Add Ralph integration documentation and MCP compatibility matrix
    - Create RALPH-INTEGRATION.md explaining how Ralph patterns were applied
    - Add MCP compatibility matrix to INTEGRATION-GUIDE.md
      * All 29 MCP tools work with both Anthropic and Z.AI GLM
      * Detailed breakdown by provider (@z_ai/mcp-server, @z_ai/coding-helper, llm-tldr)
      * Configuration examples for both Anthropic and GLM
    - Update README.md to link to RALPH-INTEGRATION.md
    - Update blog post with MCP compatibility information
    - Explain which Ralph patterns are integrated:
      * Supervisor-agent coordination (studio-coach)
      * Task delegation framework (studio-producer)
      * Shared context system
      * Cross-agent coordination (experiment-tracker)
      * Performance coaching patterns
    
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
  • Add ui-ux-pro-max agent with PROACTIVELY auto-triggering
    - Install ui-ux-pro-max as agent (~/.claude/agents/design/ui-ux-pro-max.md)
    - Install ui-ux-pro-max as SKILL (~/.claude/skills/ui-ux-pro-max/SKILL.md)
    - Add 5th PROACTIVELY agent for professional UI/UX design
    - Update MASTER-PROMPT.md with Step 1.5 for ui-ux-pro-max installation
    - Update README.md with ui-ux-pro-max integration details
    - Update blog post with ui-ux-pro-max as installed agent
    - Clarify Ralph is CLI tool (patterns integrated, not agents)
    
    Now includes 38 agents with 5 PROACTIVELY auto-triggering:
    1. studio-coach (complex multi-agent tasks)
    2. test-writer-fixer (after code modifications)
    3. whimsy-injector (after UI/UX changes)
    4. experiment-tracker (feature flags/experiments)
    5. ui-ux-pro-max (UI/UX design work)
    
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
  • Add llm-tldr integration and update documentation
    - Add llm-tldr (95% token reduction) to all installation methods
    - Update MASTER-PROMPT.md with all 6 sources and real-life examples
    - Update README.md with comprehensive source guide
    - Update automation script with TLDR installation and MCP config
    - Update INTEGRATION-GUIDE.md to clarify Z.AI MCP tools work with GLM
    - Add MCP explanation and link to modelcontextprotocol.io
    
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
  • Use @z_ai/coding-helper wizard for easier GLM setup
    MAJOR IMPROVEMENT to GLM setup workflow:
    
    Before: Manual configuration with multiple steps
    - Create settings.json manually
    - Copy/paste complex JSON
    - Edit files manually
    - Easy to make mistakes
    
    After: Interactive wizard ( MUCH simpler!)
    - npm install -g @z_ai/coding-helper
    - npx @z_ai/coding-helper init
    - Wizard asks for API key
    - Everything configured automatically
    - Verified working
    
    Benefits:
    -  Fewer steps (3 vs 6+)
    -  Less error-prone
    -  Interactive and guided
    -  Official Z.AI tool
    -  Automatic verification
    
    Updates:
    - MASTER-PROMPT.md: Promote wizard method as "EASIEST"
    - README.md: Add wizard at top as primary method
    - Blog post: Update warning with wizard commands
    - Keep manual method as alternative
    
    This makes GLM setup as simple as:
      npm install -g @z_ai/coding-helper
      npx @z_ai/coding-helper init
      claude
  • Fix GLM chicken-and-egg problem in Master Prompt workflow
    BREAKING CHANGES to workflow:
    - Add 'BEFORE YOU BEGIN' section to MASTER-PROMPT.md
    - GLM users MUST configure GLM FIRST before using Claude Code
    - Add clear GLM pre-configuration steps at top of file
    - Add clear copy boundaries (✂️ COPY FROM HERE / ✂️ COPY ENDS HERE)
    - Add visual separator lines for copy-paste section
    
    README.md updates:
    - Add prominent GLM warning at top of Installation Options
    - Add quick GLM setup commands
    - Clarify Master Prompt workflow with step-by-step
    - Emphasize GLM pre-configuration requirement
    
    This fixes the issue where GLM users couldn't use Claude Code
    to paste the master prompt without first configuring GLM.
  • Integrate official Z.AI GLM Claude Code documentation
    - Add Claude Code installation prerequisite (npm install)
    - Update GLM configuration with official model mappings (glm-4.5-air, glm-4.7)
    - Add version verification (recommended 2.0.14+)
    - Include troubleshooting steps from Z.AI docs
    - Add /status command verification
    - Reference official Z.AI documentation: https://docs.z.ai/devpack/tool/claude
    - Update README with proper GLM model configuration
  • Add MASTER-PROMPT.md - copy-paste installation method for Claude Code
    - Users can now copy-paste a master prompt into Claude Code
    - Includes all source repository references
    - Step-by-step guided installation
    - Alternative to running bash scripts
    - Updated README with 3 installation options
  • Add complete integration guide with copy-paste commands
    - Step-by-step instructions for Anthropic Claude setup
    - Step-by-step instructions for Z.AI/GLM Plan setup
    - Complete copy-paste commands for both options
    - MCP tools installation instructions
    - Verification and testing steps
    - Advanced configuration examples
    - All commands ready to copy and execute
  • Update README with comprehensive documentation, sources, and acknowledgments
    - Added all 40+ agents organized by category
    - Added MCP tools with source links
    - Added acknowledgments section crediting:
      - fcakyon/claude-codex-settings
      - nextlevelbuilder/ui-ux-pro-max-skill
      - iannuttall/ralph
      - zai-ai/mcp-server
      - anthropics/claude-code
    - Added model configuration examples
    - Added installation script descriptions
    - Enhanced formatting with badges and tables