← Back to list

llm-tldr
by Tiberriver256
⭐ 0🍴 0📅 Jan 12, 2026
SKILL.md
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.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon