Skip to content

RForge Orchestrator Plugin v0.1.0

Choose a tag to compare

@Data-Wise Data-Wise released this 23 Dec 23:20
· 241 commits to main since this release

Auto-delegation orchestrator for RForge MCP tools

Features

  • 3 Slash Commands:

    • /rforge:analyze - Analyze R project and recommend tools
    • /rforge:quick - Quick project analysis
    • /rforge:thorough - Thorough multi-stage analysis
  • Orchestrator Agent:

    • Pattern recognition for R development tasks
    • Auto-delegation to RForge MCP tools
    • Parallel execution with result synthesis

Requirements

  • RForge MCP server configured in ~/.claude/settings.json
  • Claude Code CLI

Installation

Homebrew (Recommended)

brew install data-wise/tap/rforge-orchestrator

Manual

cd ~/.claude/plugins
git clone https://github.com/Data-Wise/claude-plugins.git temp
mv temp/rforge-orchestrator .
rm -rf temp

Documentation


🤖 Generated with Claude Code