From claude-scholar
Selects optimal MCP tool (Serena for semantic ops or Morphllm for pattern edits) via complexity scoring and capability matching. Accepts [operation] [--analyze] [--explain].
npx claudepluginhub xxm-2025/sciconsist --plugin claude-scholarsc/# /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 requi...
/select-toolSelects optimal MCP tool (Serena for semantic ops or Morphllm for pattern edits) via complexity scoring and capability matching. Accepts [operation] [--analyze] [--explain].
/select-toolSelects optimal MCP tool (Serena for semantic ops or Morphllm for pattern edits) via complexity scoring and capability matching. Accepts [operation] [--analyze] [--explain].
/sc:select-tool [operation] [--analyze] [--explain]
Key behaviors:
/sc:select-tool "rename function across 10 files" --analyze
# Analysis: High complexity (multi-file, symbol operations)
# Selection: Serena MCP (LSP capabilities, semantic understanding)
/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:select-tool "save project context and discoveries"
# Direct mapping: Memory operations → Serena MCP
# Rationale: Project context and cross-session persistence
Will:
Will Not: