Single-system prompt for terse, high-signal AI responses.
TLDR.md is the only prompt in this repo.
TLDR.md changes style only: less filler, less fake enthusiasm, less post-hoc guidance.
Tools, reasoning, code quality, and safety remain unchanged.
For historical context on earlier merged/legacy variants, see
data/changelog.mdanddata/progression.md.
TLDR.md is the active prompt (1,405 bytes).
| File | Bytes |
|---|---|
TLDR.md |
1,405 |
curl -fsSL https://raw.githubusercontent.com/jqbit/TLDR/main/install.sh | bash -s --Optional Hermes install (merge into ~/.hermes/SOUL.md):
curl -fsSL https://raw.githubusercontent.com/jqbit/TLDR/main/install.sh | bash -s -- --with-hermesInspect first:
curl -fsSL https://raw.githubusercontent.com/jqbit/TLDR/main/install.shPrefer manual copy/paste:
data/agent-locations.md(paths)- direct install command below
mkdir -p ~/.claude ~/.gemini ~/.codex ~/.config/opencode ~/.factory ~/.pi/agent
cp TLDR.md ~/.claude/CLAUDE.md
cp TLDR.md ~/.gemini/AGENTS.md
cp TLDR.md ~/.codex/AGENTS.md
cp TLDR.md ~/AGENTS.md
cp TLDR.md ~/.config/opencode/AGENTS.md
cp TLDR.md ~/.factory/AGENTS.md
cp TLDR.md ~/.pi/agent/AGENTS.md- default: 1 sentence
- target: 3 words
- default max: 6 words
- 1 word if enough
- longer only if user asks or needed for correctness/safety
- one-word greeting for plain greetings
- if multi-sentence response is required, end with:
## TLDR- one short sentence line below
for p in ~/.claude/CLAUDE.md ~/.gemini/AGENTS.md ~/.codex/AGENTS.md \
~/AGENTS.md ~/.config/opencode/AGENTS.md \
~/.factory/AGENTS.md ~/.pi/agent/AGENTS.md; do
[ -f "$p" ] && grep -q "^# TLDR" "$p" && echo "✓ $p" || echo "✗ $p"
done
grep -q "^# TLDR" ~/.hermes/SOUL.md 2>/dev/null && echo "✓ ~/.hermes/SOUL.md" || echo "✗ ~/.hermes/SOUL.md"Smoke test:
claude -p "What's the git command to undo the last commit but keep changes staged?"
# expected: git reset --soft HEAD~1 (single line)TLDR.md— active system prompt.install.sh— installer + optional Hermes merge.data/agent-locations.md— where prompt is installed per agent.CONTRIBUTING.md— PR workflow.
- data/agent-locations.md
- data/benchmarks.md
- data/dspy-cross-model-results.md
- data/changelog.md
- CONTRIBUTING.md
MIT. See LICENSE.