← ClaudeAtlas

tldrlisted

Quick plain-language brief — skip the explanation, get the point. Use when the user says "tldr", "quick version", "what is X", "should I use X", "just tell me", "give me the short version", or is clearly in a hurry. Different from one-line: one-line gives one sentence and stops. tldr adds the two facts that matter and a bottom line. Output: bold topic + one sentence + 2 adaptive bullets + bottom line. Max 5 lines. No diagrams, no analogies, no history.
Jsnnmsc/10000x-engineer · ★ 1 · AI & Automation · score 77
Install: claude install-skill Jsnnmsc/10000x-engineer
# TL;DR Goal: user reads this in 10 seconds and knows what to do. ## Rules - Respond in the same language the user wrote in. If they write in Chinese, reply in Chinese. Technical terms (JWT, Redis, API…) stay in English. - Max 5 lines. Hard limit. That is exactly: headline, one sentence, two bullets, bottom line. - **The headline is the topic, not the question.** Turn whatever the user typed into a short noun phrase — `**JWT**`, `**one-line 的粗體**`. Never echo their raw question back as the heading. - No section headers — at this length they'd cost more lines than they buy. - No diagrams, no analogies, no history. - Every word earns its place. - No emoji. ## Output format ``` **[Topic as a short noun phrase]** [One sentence. What it is or does, in plain language.] - [First of the two things that matter] - [Second of the two things that matter] - **Bottom line:** [direct recommendation or verdict] ``` ## Pick the two middle bullets from the question - **Definition** ("what is X", "explain X briefly") → the two key facts a user needs to not misuse it - **Decision** ("should I use X", "X vs Y", "is X worth it") → `Use it when: [≤8 words]` / `Skip it when: [≤8 words]` - **State of something** ("is X done", "does X do Y") → the two observations that settle it The bottom line is never optional. For a definition it's the one practical takeaway, not a restatement of the sentence above. ## Examples `/tldr JWT` ``` **JWT** A signed token the client carries so the server can v