This is a decision tree for mapping natural language questions to the right tldr command layer. Instead of guessing whether you need cfg, dfg, or context for a given task, it gives you the question-to-command shortcuts: "What does X call" maps to context, "Where does variable Y come from" goes to dfg, "What affects line Z" needs slice. The intent detection table is the useful bit, breaking down keywords by navigation, architecture, complexity, data flow, and impact analysis. It's meant to work with the tldr-read-enforcer and tldr-context-inject hooks that auto-route based on your messages, but you can override manually when the automation gets it wrong. Basically a cheat sheet to stop you from running the wrong analysis command.
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill tldr-router