groundtruth: Skill for Claude Code

.claude/skills/tldr/SKILL.md

tldr is a skill for Claude Code from jackstewart254/groundtruth. It costs 94 tokens per session (629 once invoked), scanned A, original, MIT.

A skill that makes status updates and explanations brief, using three sections: problems, current work, and decisions needed.

In plain words
What is it for?
Use it when someone asks for a summary, says “tldr” or “too long,” or needs a concise progress report.
Why use it?
It helps when long or rambling updates make it difficult to see what is broken, what is happening, or what requires a decision.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is jackstewart254/groundtruth's own configuration. It tells Claude Code how to work on groundtruth itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything groundtruth configures →

Reuse

Borrowing it

Nothing to install: this file belongs to jackstewart254/groundtruth. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/jackstewart254/groundtruth/main/.claude/skills/tldr/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/jackstewart254/groundtruth

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tldr

README.md
[![agentmods](https://agentmods.dev/badge/skills/jackstewart254/groundtruth/tldr.svg)](https://agentmods.dev/skills/jackstewart254/groundtruth/tldr)
Your own site
<a href="https://agentmods.dev/skills/jackstewart254/groundtruth/tldr"><img src="https://agentmods.dev/badge/skills/jackstewart254/groundtruth/tldr.svg" alt="Measured on agentmods" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 629 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00094 $0.00629
Opus 5 $0.00047 $0.00315
Sonnet 5 $0.00019 $0.00126
Haiku 4.5 $0.00009 $0.00063

Measured 7d ago against content hash 2e9889368def, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

tldr scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/tldr/SKILL.md · 53 lines

How it starts

The opening of the file, as written. The whole thing — 53 lines — stays where its author put it; the contents beside it link to each section on GitHub.

TLDR

The user does not read long status updates. They need exactly three things: is anything broken, what is happening, and what do they have to decide. Everything else is noise to them — however useful it feels to write.

Format

Every status update, progress report, plan summary, or turn-ending message uses this exact template:

**Problems:** none
**Doing:**
- <one line>
- <one line>
**Needs you:** none
  • Always all three sections, always in this order — a fixed shape is scannable, a varying one is not.
  • 1–3 bullets per section, one line per bullet. No sub-bullets, no paragraph after a bullet.
  • A section with nothing in it says none on the header line — never omit the header, never pad with filler.
  • Problems = errors, blockers, failing tests, anything broken or risky. Quote the shortest decisive error line, not the log.
  • Doing = what just happened or is in progress, stated as outcomes ("auth middleware fixed") not process narration.
  • Needs you = decisions, approvals, or proposals awaiting the user. If a bullet here is a question, make it answerable with one word.

Behavior

  • On invocation: if the previous assistant message was a long update, restate it in the template first — that message is why the user invoked this.
  • Stays active for the rest of the session. Turn off only on "verbose", "stop tldr", or "normal updates".
  • Detail is available on request ("expand problems", "show the log") — compress by default, expand only when asked.
  • Applies to status prose only. Content the user explicitly asked for — code, a report, a walkthrough, a document — is delivered in full; the template wraps around it, it does not truncate it.
  • Safety-critical text (destructive-action confirmations, security warnings) is written in full clear sentences, then the template resumes.

Example

Instead of:

I've been working through the migration and wanted to give you a detailed update on where things stand. First, I analyzed the existing schema and found that the users table has a legacy column... (12 more paragraphs)

Read the full file on GitHub · 53 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 53 lines · 94 tokens per session scan A 2e9889368def

Subscribe to this mod's changes

tldr is a skill published in the GitHub repository jackstewart254/groundtruth (0 stars, last pushed 1mo ago), licensed MIT. It adds 94 tokens to every session and 629 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-01.

Related

Other skills, from other repositories

triage-inbox

Use this skill to walk the user through their unfiled or stale tasks and move them into the right Eisenhower quadrant.

vscarpenter/gsd-task-manager · 0 tokens

setup-slack-channel

Use for the PROVIDER half of getting a locally running CopilotKit Channels agent to answer in Slack, when no Slack app exists yet — setting up a Channels bot in Slack for the first time, creating the Slack app and its tokens, attaching it to a managed Intelligence Channel, or when a Channel reports setuprequired, sits…

CopilotKit/CopilotKit · 206 tokens

copilotkit-channels

Use for the CODE half of a managed Intelligence Channel with Slack or Microsoft Teams: customising the Channel a CLI-scaffolded project already ships, or — for a project the CLI did not generate — writing the Channel declaration, the long-running host, and the awaited activation call. Teams provider setup is in scope…

CopilotKit/CopilotKit · 112 tokens

channels-setup

Use when a developer wants to build their first CopilotKit Channels agent and get it answering in Slack or Microsoft Teams — "set up a channel", "connect my agent to Slack", "get my agent into Teams", or starting from nothing and wanting a working channel end to end. Covers the whole path: inspecting or scaffolding…

CopilotKit/CopilotKit · 147 tokens

karakeep

Official skill for how to use karakeep (the bookmark manager) and interact with it programmatically.

karakeep-app/karakeep · 25 tokens

email-formatting

Markdown formatting conventions for email summary documents — heading depth, list style, line length, emoji policy, and a mandatory provenance footer. Read this when producing a markdown report that summarizes one or more email messages so the output matches the project's house style.

provos/ironcurtain · 53 tokens