# Tldr

> Simplified, community-driven man pages

- Skill: `javimosch/tldr` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/tldr`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/tldr/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/tldr

---

# tldr Plugin

Simplified man pages with practical examples. Quick lookups for common CLI tools.

## Basic Usage

```bash
# Show help for a command
sc tldr command show --command tar
sc tldr command show --command find

# Update local cache
sc tldr cache update

# List all available commands
sc tldr cache list

# Passthrough
sc tldr _ _ -- tar -xzf archive.tar.gz
```

