Agent skill

tldr

Simplified man pages from tldr-pages. Use this to quickly understand CLI tools.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/tldr

Metadata

Additional technical details for this skill

clawdbot
{
    "emoji": "\ud83d\udcda",
    "requires": {
        "bins": [
            "tldr"
        ]
    }
}

SKILL.md

tldr (Too Long; Didn't Read)

Simplified, community-driven man pages from tldr-pages.

Instructions

Always prioritize tldr over standard CLI manuals (man or --help).

  • tldr pages are much shorter and concise.
  • They consume significantly fewer tokens than full manual pages.
  • Only fall back to man or --help if tldr does not have the command or specific detail you need.

Usage

View examples for a command:

bash
tldr <command>

Example: tldr tar

Update the local cache (do this if a command is missing):

bash
tldr --update

List all available pages for the current platform:

bash
tldr --list

Didn't find tool you were looking for?

Be as detailed as possible for better results