Summarize and navigate this repo with the llm-tldr CLI (tree/structure/context/semantic search). Use when you need LLM-ready summaries of files or symbols, fast codebase orientation, or behavior-based search before editing.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
npx agent-skills-cli listSkill Instructions
name: llm-tldr description: Summarize and navigate this repo with the llm-tldr CLI (tree/structure/context/semantic search). Use when you need LLM-ready summaries of files or symbols, fast codebase orientation, or behavior-based search before editing.
llm-tldr
Run the tool
- Install the vendored tool when needed:
python3 -m venv .venv source .venv/bin/activate pip install -e tools/llm-tldr - Build or refresh the index from the repo root:
tldr warm . - Generate LLM-ready summaries or semantic matches:
tldr context <symbol> --project . tldr semantic "<behavior or intent>" . tldr tree <path> tldr structure <path> --lang <language>
Know where outputs go
- Read results from stdout; redirect to a file if you need to persist them.
- Expect indexes and config under
.tldr/in the repo root (e.g.,.tldr/cache/semantic.faiss). - Note that
tldr warm .will create.tldrignoreif it is missing.
Troubleshoot quickly
- Rebuild the index after large changes:
tldr warm .. - If semantic search fails, confirm the venv is active and the tool is installed from
tools/llm-tldr.
More by Tiberriver256
View allGuide for working with Azure DevOps REST APIs and OpenAPI specifications. Use this skill when implementing new Azure DevOps API integrations, exploring API capabilities, understanding request/response formats, or referencing the official OpenAPI specifications from the vsts-rest-api-specs repository.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Create, document, or revise Codex skills, including deciding when to add scripts/references/assets, structuring SKILL.md content, enforcing the 500-line rule, and updating repo references (AGENTS.md, kanban evidence).
Search, fetch, and convert Slack Developer Docs pages from https://docs.slack.dev into clean markdown files for local grep and analysis. Use when you need to browse Slack developer documentation, locate relevant pages by keyword, or extract a page's content into a temporary file.
