Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add rcantarelli11/shared-skills --skill "tldr"
Install specific skill from multi-skill repository
# Description
Simplified man pages from tldr-pages. Use this to quickly understand CLI tools.
# SKILL.md
name: tldr
description: Simplified man pages from tldr-pages. Use this to quickly understand CLI tools.
metadata: {"clawdbot":{"emoji":"๐","requires":{"bins":["tldr"]}}}
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:
tldr <command>
Example: tldr tar
Update the local cache (do this if a command is missing):
tldr --update
List all available pages for the current platform:
tldr --list
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.