tldr

Analyze codebases with token-efficient methods for dependencies and call graphs.

41|3|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/darkroomengineering/cc-settings --skill tldr-darkroomengineering
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tldr
Source: https://github.com/darkroomengineering/cc-settings/tree/main/skills/tldr
Command: npx skills add https://github.com/darkroomengineering/cc-settings --skill tldr-darkroomengineering

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Token-efficient code analysis enables quick understanding of large codebases without reading every file, preserving context while reducing token usage.

Core Features & Use Cases

  • Semantic search for code meaning across projects
  • Dependency and call-graph analysis, data-flow tracing
  • Architecture overview and structure extraction, diagnostics

Quick Start

Ask the AI to run tldr on a project to generate token-efficient insights and summaries.

Frequently Asked Questions about tldr

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

FAQPage Schema
How do I perform token-efficient code analysis on a large codebase?

Semantic code search finds code meaning across large projects to quickly understand functionality. It generates context-aware summaries that preserve project context while significantly reducing token consumption during analysis.

How do I trace data flow and dependencies across large projects?

Data flow and dependency tracing maps call graphs and structural relationships across a local project workspace. This generates architecture views and change-impact analyses to show how components interact within the codebase.

Can I extract an architecture overview without reading every file in my project?

Yes, architecture overview extraction analyzes the local project workspace to generate structural views and diagnostics. It provides a high-level understanding of the codebase while remaining token-efficient by avoiding reading every individual file.

Do I need a local project workspace to run call-graph analysis?

Yes, call-graph analysis requires a local project workspace and the llm-tldr tools to generate context-aware insights. The local environment is necessary to accurately trace dependencies, data flow, and extract structural architecture views.

What are the limitations of token-efficient codebase analysis?

Token-efficient codebase analysis relies on generated summaries and structural views rather than exhaustive file reading. While it effectively traces dependencies and data flow, highly granular implementation details may be abstracted away to preserve context and reduce token usage.