From tldr
Displays a quick-reference card listing all TLDR modes (lite, full, ultra, wenyan), skills (commit, review, compress), and usage triggers. Invoke with /tldr-help.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tldr:tldr-helpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display this reference card when invoked. One-shot — do NOT change mode, write flag files, or persist anything. Output in TLDR style.
Display this reference card when invoked. One-shot — do NOT change mode, write flag files, or persist anything. Output in TLDR style.
| Mode | Trigger | What change |
|---|---|---|
| Lite | /tldr lite | Drop filler. Keep sentence structure. |
| Full | /tldr | Drop articles, filler, pleasantries, hedging. Fragments OK. Default. |
| Ultra | /tldr ultra | Extreme compression. Bare fragments. Tables over prose. |
| Wenyan-Lite | /tldr wenyan-lite | Classical Chinese style, light compression. |
| Wenyan-Full | /tldr wenyan | Full 文言文. Maximum classical terseness. |
| Wenyan-Ultra | /tldr wenyan-ultra | Extreme. Ancient scholar on a budget. |
Mode stick until changed or session end.
| Skill | Trigger | What it do |
|---|---|---|
| tldr-commit | /tldr-commit | Terse commit messages. Conventional Commits. ≤50 char subject. |
| tldr-review | /tldr-review | One-line PR comments: L42: bug: user null. Add guard. |
| tldr-compress | /tldr-compress <file> | Compress .md files to TLDR prose. Saves ~46% input tokens. |
| tldr-help | /tldr-help | This card. |
Say "stop tldr" or "normal mode". Resume anytime with /tldr.
Default mode = full. Change it:
Environment variable (highest priority):
export TLDR_DEFAULT_MODE=ultra
Config file (~/.config/tldr/config.json):
{ "defaultMode": "lite" }
Set "off" to disable auto-activation on session start. User can still activate manually with /tldr.
Resolution: env var > config file > full.
Full docs: https://github.com/jqbit/TLDR
npx claudepluginhub jqbit/tldr --plugin tldrDisplays one-shot quick-reference card for unslop modes (subtle, balanced, full), sub-skills (/commit, /review), slash commands, deactivation phrases, and config options.