Roo Commander — Summary
Roo Commander is a three-component system (CLI tool, custom mode, slash commands) that brings Claude Code's skill library to Roo Code VS Code extension through intelligent orchestration. The core concept is a lightweight "orchestrator mode" that analyzes user requests, searches a skills index for relevant production-tested patterns, and delegates implementation to specialized Roo Code modes (Code, Architect, Debug) with skill-loaded context. The framework ships an npm CLI (roocommander) with five subcommands for skill management and one Roo Code mode (roo-commander), plus 9 custom slash commands for session and project management. By serving as a bridge between Claude Code's documented skills and Roo Code's execution modes, it aims to save 60-87% tokens versus web search and trial-and-error approaches. The project is archived (November 2025) after the broader Roo Code ecosystem evolved.
differs_from_seeds: Most similar to agent-os (Archetype 4 — markdown scaffold that writes markdown), but with an important twist: it ships a real CLI binary (roocommander) that installs and manages the framework rather than relying solely on file-copy. The orchestration model — checking a skills index before delegating to specialized modes — resembles BMAD-METHOD's persona-based delegation, but Roo Commander delegates to IDE-native modes rather than LLM personas. The session management pattern (SESSION.md + git checkpoint) also mirrors agent-os's .agent-os/ state directory concept. Primary target is Roo Code (VS Code extension), making it the only framework in this batch with explicit Roo Code mode integration.