Commit Graph

3 Commits

  • feat: Add unified agent integration with Prometheus, Every Code, and Dexto
    This commit adds comprehensive integration of three major AI agent platforms:
    
    ## MCP Servers (3)
    - Prometheus MCP: Knowledge graph code reasoning with AST analysis
    - Every Code MCP: Fast terminal-based coding agent with Auto Drive
    - Dexto MCP: Agent harness with orchestration and session management
    
    ## Claude Code Skills (6)
    - /agent-plan: Generate implementation plans
    - /agent-fix-bug: Fix bugs end-to-end
    - /agent-solve: Solve complex problems
    - /agent-review: Review code quality
    - /agent-context: Get code context
    - /agent-orchestrate: Orchestrate workflows
    
    ## Ralph Auto-Integration
    - Pattern-based auto-trigger for all three platforms
    - Intelligent backend selection
    - Multi-platform coordination
    - Configuration in ralph/ralph.yml
    
    ## Documentation
    - Complete integration guides
    - Ralph auto-integration documentation
    - Setup scripts
    - Usage examples
    
    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>
  • Add 260+ Claude Code skills from skills.sh
    Complete collection of AI agent skills including:
    - Frontend Development (Vue, React, Next.js, Three.js)
    - Backend Development (NestJS, FastAPI, Node.js)
    - Mobile Development (React Native, Expo)
    - Testing (E2E, frontend, webapp)
    - DevOps (GitHub Actions, CI/CD)
    - Marketing (SEO, copywriting, analytics)
    - Security (binary analysis, vulnerability scanning)
    - And many more...
    
    Synchronized from: https://skills.sh/
    
    Co-Authored-By: Claude <noreply@anthropic.com>