5 Commits

  • Add image paste support for Claude Code CLI with Z.AI vision MCP
    Add clipboard image helper scripts to enable easy image paste functionality
    in Claude Code CLI using the Z.AI vision MCP server.
    
    Features:
    - clippaste-image: Simple clipboard image extractor (Wayland/X11)
    - clipimage-paste: Advanced handler with JSON/base64/watch modes
    - IMAGE-PASTE-README.md: Complete documentation
    
    Integration:
    - Works with Ctrl+V in Claude Code CLI
    - Automatic Wayland (wl-paste) and X11 (xclip) detection
    - Z.AI MCP server provides 8 vision analysis tools
    
    Usage:
      clippaste-image                    # Paste to temp file
      clippaste-image ~/screenshot.png   # Paste to specific file
      clipimage-paste --json             # Get JSON with metadata
      clipimage-paste --watch            # Watch for new images
    
    Co-Authored-By: Claude <noreply@anthropic.com>
  • Replace placeholder files with originals from system
    Found and copied original files from ~/.claude installation:
    
    - hooks/ - Original Qwen and Ralph hook scripts with full functionality
    - commands/ - Original command definitions (brainstorm, write-plan, execute-plan)
    - bin/ralphloop - Original 223-line Python wrapper (6,290 bytes)
    - scripts/sync-agents.sh - Original sync script with GitHub/Gitea backup
    - templates/ - Original config templates from working installation
    - plugins/ - Original comprehensive plugin README
    
    Files sourced from:
    - ~/.claude/skills/skills/hooks/
    - ~/.claude/skills/skills/commands/
    - ~/.claude/skills/skills/templates/
    - /home/uroma/obsidian-web-interface/bin/ralphloop
    - ~/.claude/agents/sync-agents.sh
    
    These are the production files from the working Claude Code
    installation, replacing the placeholder files I created earlier.
    
    Co-Authored-By: Claude <noreply@anthropic.com>
  • Add missing repository components for complete supercharge.sh installation
    Added all directories and files expected by supercharge.sh:
    
    - hooks/ (5 hook scripts for session management and AI consultation)
    - commands/ (3 custom slash commands: brainstorm, write-plan, execute-plan)
    - plugins/ (plugin references for glm-plan, rust-analyzer, marketplaces)
    - bin/ralphloop (Ralph Orchestrator wrapper for autonomous iteration)
    - scripts/sync-agents.sh (agent synchronization script)
    - templates/ (config templates: settings, hooks, config.json)
    
    This completes the repository structure so supercharge.sh can install
    all components without warnings.
    
    Co-Authored-By: Claude <noreply@anthropic.com>
  • Reorganize: Move all skills to skills/ folder
    - Created skills/ directory
    - Moved 272 skills to skills/ subfolder
    - Kept agents/ at root level
    - Kept installation scripts and docs at root level
    
    Repository structure:
    - skills/           - All 272 skills from skills.sh
    - agents/           - Agent definitions
    - *.sh, *.ps1       - Installation scripts
    - README.md, etc.   - Documentation
    
    Co-Authored-By: Claude <noreply@anthropic.com>
  • 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