Tldr Update banner
jqbit jqbit

Tldr Update

Git community

Description

--- description: Update TLDR from GitHub and refresh installed agent hooks/skills/rules argument-hint: "[--check|--dry-run|--force|--ref <tag|branch>]" --- Update TLDR to the latest release (or a named ref), then refresh installed agents. How to run — pick the first that applies: 1. If `bin/install.js` exists in the current repo (a TLDR checkout), run: `node bin/install.js update $ARGUMENTS` 2. Else if `tldr` is on PATH: `tldr update $ARGUMENTS` 3. Else: `npx -y github:0p9b/TLDR -- update $AR

Installation

Installs to ~/.claude/skills/jqbit-taut-tldr-update/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jqbit-taut-tldr-update && curl -fsSL https://raw.githubusercontent.com/jqbit/TAUT/HEAD/commands/tldr-update.md -o ~/.claude/skills/jqbit-taut-tldr-update/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository