What problem does it solve?
When a research task involves statistics, econometrics, data wrangling, causal inference, or publication figures, it is hard to know which specialized analysis capability to invoke. This router resolves that ambiguity by searching available skills and loading the single best match.
Core Features & Use Cases
- Intent-Based Routing: Detects when a task requires statistical analysis, causal inference, data cleaning, econometrics, or chart generation.
- Skill Discovery Workflow: Calls skill_search with the concrete method, data type, and desired output, compares compact candidates, then loads exactly one stable Skill ID via skill_load.
- Use Case: You ask to "run a difference-in-differences analysis on my panel data and produce a publication-quality figure" — the router searches for the matching econometrics skill, selects one candidate, and loads it before executing.
Quick Start
Ask the assistant to analyze your dataset with a specific statistical method and let the router find and load the right analysis skill for the task.