Tldr

This skill should be used when the user types /tldr, or asks for a three-bullet summary of a file, a function, or a diff.

utsabpanta a66f3d5 793 B Updated

File contents

Summarize the following in exactly 3 bullets: $ARGUMENTS

  • If it's a file path: read the file and summarize what it does, its main exported functions/types, and any gotchas worth knowing.
  • If it's staged or HEAD or a git ref: run the appropriate git diff and summarize what the change does, why (from commit messages), and anything risky.
  • If the argument is missing or unclear: ask one brief question.

Rules:

  • Exactly 3 bullets. No headers, no preamble, no "here's the summary".
  • Each bullet ≤ 20 words.
  • Lead with the most important fact — a reader skimming only the first bullet should still get the gist.

utsabpanta/claude-code-toolkit/tree/main/plugins/team-power-pack/skills/tldr commit a66f3d50be

Frequently asked questions

npx skillmds@latest add utsabpanta/tldr