with one click
ds-tldt
Summarize the provided content using extractive techniques.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Summarize the provided content using extractive techniques.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Design a target architecture for a new system — module boundaries, dependency rules, seams, and build order — from its requirements. Reports a blueprint; changes nothing.
Analyze an existing codebase's architecture and produce a sequenced refactoring plan — assess module boundaries, dependency structure, and layering, then lay out ordered, risk-tagged steps. Language-agnostic. Reports a plan; changes nothing.
Turn a goal or another command's output into an ordered task roadmap.
Find the root cause of a failure with the scientific method — reproduce, isolate, fix, then prove it.
Interview the user relentlessly about a plan or design until reaching shared understanding.
Run an extremely strict maintainability + single-source-of-truth review of code changes — abstraction quality, file sprawl, spaghetti-condition growth, and duplicate/competing implementations. Reports findings by default; `--fix` applies the mechanical, unambiguous ones — structural/code-judo restructurings rest on judgment and stay reported.
| name | ds-tldt |
| description | Summarize the provided content using extractive techniques. |
| disable-model-invocation | true |
tldt performs graph-based extractive summarization. Output consists of verbatim sentences selected from the source — no paraphrasing, no generation, no hallucination. If tldt CLI is available in the environment, prefer using it directly for maximum fidelity.
Invoke this command with one of:
/ds-tldt — summarize the most recent large block of text in context/ds-tldt <filename> — summarize a file/ds-tldt <url> — fetch and summarize a URLtldt -f <file> for a file, tldt --url <url> for a URL, or pipe content through cat <file> | tldt.# File
tldt -f document.txt
# Pipe
cat document.txt | tldt
# URL
tldt --url https://example.com/article
# JSON output with compression stats
tldt -f document.txt --format json
Summary (<N> sentences, ~<X>% compression):
<sentence 1>
<sentence 2>
...
Source: <filename or url>
Install tldt: go install github.com/gleicon/tldt/cmd/tldt@latest