claude-cli
Installation
SKILL.md
Claude CLI Assistant
Use the Claude Code CLI (claude -p) to get a second opinion, review code
changes, or run adversarial security/correctness reviews from a fresh Claude
instance. The value is a new session and an independent prompt, not a
different underlying model.
Do not use --bare in this skill. Current claude -p --help says bare mode
skips OAuth and keychain auth reads, so the common Claude login path fails.
Pre-flight Checklist
Before invoking claude -p, run this readiness check. Tell the user what's
active — knowing the subscription tier and auth method explains rate limits
and plan-specific behavior without having to ask:
# Binary + version
which claude && claude --version