From rlm-claude-code
Invokes the RLM orchestrator agent for complex context management across large codebases, with REPL-based context externalization, recursive sub-queries, and model cascade management.
How this command is triggered — by the user, by Claude, or both
Slash command
/rlm-claude-code:rlm-orchestratorThe summary Claude sees in its command listing — used to decide when to auto-load this command
# RLM Orchestrator Invoke the RLM orchestrator agent for complex context management tasks. ## Usage `/rlm-orchestrator [task description]` ## When to Use Use this when you need: - Multi-file context management across large codebases - Parallel tracking of multiple work streams - Complex reasoning with context externalization - REPL-based context decomposition ## How It Works This command launches the RLM orchestrator as a Task agent with full tool access. The agent: 1. Externalizes conversation context to Python variables 2. Uses REPL operations (peek, search, summarize) for efficie...
Invoke the RLM orchestrator agent for complex context management tasks.
/rlm-orchestrator [task description]
Use this when you need:
This command launches the RLM orchestrator as a Task agent with full tool access. The agent:
When this skill is invoked, use the Task tool to launch the RLM orchestrator agent:
Task(
subagent_type="rlm-claude-code:rlm-orchestrator",
prompt="[user's task description]",
description="RLM orchestration"
)
The agent will receive the full conversation context and can use all available tools.
/rlm - Configure RLM mode settings/rlm status - Check current configuration/simple - Bypass RLM for simple operationsnpx claudepluginhub narailabs/rlm-claude-code2plugins reuse this command
First indexed Jan 16, 2026
/rlm-orchestratorInvokes the RLM orchestrator agent for complex context management across large codebases, with REPL-based context externalization, recursive sub-queries, and model cascade management.
/orchestrateDecomposes complex multi-step tasks into subtasks and delegates them to specialized agents in a forked context, keeping the main conversation clean.
/delegateOrchestrates complex tasks: decomposes into agent waves/tasks, plans execution, awaits user approval, then executes via subagents or teams.
/orchestrateActivates memory orchestrator mode for complex tasks: decomposes into subtasks, delegates to subagents, updates persistent memory files with tags and context.
/devfleetOrchestrates parallel Claude Code agents in isolated git worktrees: plans projects from natural language, dispatches missions, monitors progress, and reads structured reports.