tldr-router

Map natural language questions to specific tldr commands for code analysis.

3.9k|296|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill tldr-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tldr-router
Source: https://github.com/parcadei/Continuous-Claude-v3/tree/main/.claude/skills/tldr-router
Command: npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill tldr-router

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill intelligently maps natural language questions to the most appropriate tldr command, simplifying code exploration and analysis by selecting the correct layer of tldr functionality.

Core Features & Use Cases

  • Intent-Based Routing: Automatically determines the user's need (e.g., finding files, understanding complexity, tracing data flow) based on keywords.
  • Command Mapping: Translates identified intents into specific tldr commands for various code analysis tasks.
  • Use Case: When you ask "What files are in the src directory?", the skill will automatically execute tldr tree . --ext .py to provide a file overview.

Quick Start

Ask "What files exist in the current directory?" to get a file overview.

Frequently Asked Questions about tldr-router

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I map natural language questions to code analysis commands?

To route questions for code analysis, intent detection identifies keywords in the query and maps them to specific tldr commands. This mechanism translates natural language into targeted actions for architecture understanding and data flow tracing.

What is the best way to explore code architecture using natural language?

The best way to explore code architecture is by querying with natural language questions, which leverages intent detection to automatically select the correct tldr layer. This approach simplifies code exploration by translating user intent directly into structural analysis commands.

How do I trace data flow and assess complexity without memorizing commands?

You can trace data flow and assess complexity by asking plain questions, as the routing mechanism uses intent detection to automatically execute the correct tldr command. This eliminates the need to memorize specific syntax for data flow tracing or complexity assessment.

Does tldr-router require manual command selection for impact analysis?

No, tldr-router does not require manual command selection for impact analysis because it uses automatic hook integration. Intent detection keywords automatically route the query to the appropriate tldr layer, seamlessly handling the impact analysis process.

How do I get a file overview of a specific directory extension?

To get a file overview of a specific directory extension, ask a natural language question like "What files are in the src directory?". The intent detection maps this query to automatically execute the tldr tree command with the appropriate extension filter.

What are the limitations of intent-based routing for code exploration?

Intent-based routing for code exploration relies on keyword matching to map questions to tldr commands, meaning it is limited by the specific intent detection keywords configured. Queries lacking these keywords may not route to the correct code analysis layer.