What problem does it solve? Claude sessions consume excessive tokens when parsing raw JSON, YAML, diffs, or large files without dedicated CLI utilities, and users lack a guided way to install and register these tools across Windows, macOS, and Linux. ## Core Features & Use Cases - Cross-platform tool installation: Detects the OS and package manager (winget, scoop, brew, apt, dnf, pacman) and installs tools like gh, jq, ast-grep, uv, git-delta, and duckdb with fallback methods when a package fails. - Safety-tiered tool groups: Separates tools into Group A (safe for Claude to call), Group B (mainly useful for humans), and Group C (interactive tools like lazygit, fzf, watchexec that Claude must never invoke directly). - CLAUDE.md registration: Writes a marker-delimited "Token-Efficient CLI Tools" section into CLAUDE.md so future sessions know which tools exist and when to use them, supporting idempotent re-runs. - Use Case: When setting up a new machine or project, run the skill to get a prioritized checklist, install selected tools, configure git-delta as the git pager, and record everything in CLAUDE.md. ## Quick Start Ask Claude to run /save-cost to install token-efficient CLI tools on this machine and register them in CLAUDE.md.