원클릭으로
ds-tldt
Summarize the provided content using extractive techniques.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Summarize the provided content using extractive techniques.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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