From cli-wrapper
Wrapped access to Claude Code CLI. Captures claude --help, caches subcommands, validates flags against pre-built digest, post-processes output for minimal token consumption. Use for ANY Claude Code CLI invocation from this or other harnesses. Saves ~85% tokens vs raw claude help/output.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cli-wrapper:claude-cliThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Wrapped Claude Code CLI access. Digest-driven, token-optimized.
Wrapped Claude Code CLI access. Digest-driven, token-optimized.
/claude-cli invoke <args> — run claude command with validated flags
/claude-cli explain <cmd> — show what a claude subcommand does
/claude-cli audit — token savings report
/claude-cli wrap — rebuild digest from live claude --help
Claude Code CLI has extensive help output (~5KB+). Digest = ~400 bytes. 92% savings.
| Phase | Raw | Wrapped |
|---|---|---|
| Discovery | 5.2KB | 0.4KB |
| Invocation | variable | filtered + deduped |
| Flag validation | trial/error | first-try via digest |
/claude-cli invoke --version
/claude-cli invoke config list
/claude-cli invoke mcp list
/claude-cli invoke plugin list
.claude/cli-wrappers/claude.json — auto-refreshed on /claude-cli wrap
Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.
npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin cli-wrapper