From sc
Selects optimal MCP tool (Serena for semantic/LSP ops or Morphllm for pattern/speed ops) via complexity scoring and capability matching. Supports [operation] [--analyze] [--explain].
How this command is triggered — by the user, by Claude, or both
Slash command
/sc:sc-select-toolThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /sc:sc:sc:select-tool - Intelligent MCP Tool Selection ## Triggers - Operations requiring optimal MCP tool selection between Serena and Morphllm - Meta-system decisions needing complexity analysis and capability matching - Tool routing decisions requiring performance vs accuracy trade-offs - Operations benefiting from intelligent tool capability assessment ## Usage ## Behavioral Flow 1. **Parse**: Analyze operation type, scope, file count, and complexity indicators 2. **Score**: Apply multi-dimensional complexity scoring across various operation factors 3. **Match**: Compare operation...
/sc:sc:select-tool [operation] [--analyze] [--explain]
Key behaviors:
/sc:sc:select-tool "rename function across 10 files" --analyze
# Analysis: High complexity (multi-file, symbol operations)
# Selection: Serena MCP (LSP capabilities, semantic understanding)
/sc:sc:select-tool "update console.log to logger.info across project" --explain
# Analysis: Pattern-based transformation, speed priority
# Selection: Morphllm MCP (pattern matching, bulk operations)
/sc:sc:select-tool "save project context and discoveries"
# Direct mapping: Memory operations → Serena MCP
# Rationale: Project context and cross-session persistence
Will:
Will Not:
npx claudepluginhub superclaude-org/superclaude_plugin --plugin sc/select-toolSelects optimal MCP tool (Serena for semantic ops or Morphllm for pattern edits) via complexity scoring and capability matching. Accepts [operation] [--analyze] [--explain].
/autoRoutes natural language requests to the optimal workflow (research, debug, TDD, security, etc.). Also supports direct invocation of any /octo:* command.
/opusSwitches current session to Claude Opus behavioral mode for maximum reasoning depth on complex architecture decisions, deep analysis, critical code review, and similar tasks.
/adaptive-workflowDiscovers available workflows via MCP, analyzes user request intent and requirements, selects the best match, and executes with JIT resource loading.
/cc-setupAnalyzes current repo, detects tech stack and infra, deploys full 4-layer Claude Code setup (CLAUDE.md routing, Skills, Hooks, Agents), MCP servers, LSP hints, memory, and cost optimization. Supports --auto, --dry-run, --audit flags.
/planGuides Claude through a structured planning workflow: context assessment, strategic analysis, execution plan presentation, and user approval before proceeding.