Умная маршрутизация запросов к анализу кода

engineering

tldr-router is a Claude Code skill that automatically detects the intent behind a question and routes it to the optimal tldr analysis command — covering file navigation, architecture exploration, complexity analysis, data-flow tracing, impact analysis, and structural code search. It includes a keyword-to-layer mapping table (tree, structure, context, calls, cfg, dfg, slice, search) and a six-branch decision tree that turns natural questions like "Where does variable Y come from?" into the right tldr invocation. The skill integrates with the tldr-read-enforcer and tldr-context-inject hooks, which automatically detect intent from messages and inject the appropriate context into tool calls without any manual commands. Developers navigating unfamiliar codebases, hunting down refactoring candidates, or assessing the blast radius of a change will find this skill the fastest path to the right analysis layer.