claude-supervisionlisted
Install: claude install-skill drippy-passport968/agent-supervision-skills
# Claude Supervision
Hand work to the local `claude` CLI (Anthropic's Claude Code) and **supervise** the result — read what Claude actually did, inspect artifacts, verify claims, only then answer the user.
Supervision, not blind delegation.
This is the Claude-Code analog of `kimi-supervision` and `codex-supervision`. Use it when you (Codex, another Claude session, a CI script, etc.) want to delegate to Claude Code non-interactively and need the answer + artifacts in a structured place.
## Requirements
- **PowerShell 7+** (`pwsh.exe`). `claude-setup.ps1` refuses to mark `ready=true` on PS 5.1.
- **Claude Code CLI** (`claude` from `@anthropic-ai/claude-code`). Install: `npm install -g @anthropic-ai/claude-code`.
- **Authentication**: `claude auth login` (interactive once), OR `$env:ANTHROPIC_API_KEY` / `$env:ANTHROPIC_AUTH_TOKEN`. Verified by `claude auth status` (JSON output, exit 0=in / 1=out).
## What this skill provides
Scripts under `scripts/`:
- `common.ps1` — claude path resolution, env hygiene, async I/O, timeout, artifact capture, secret-redacted CLI arg recording, **native session JSONL recovery** (reads `~/.claude/projects/<encoded-cwd>/<uuid>.jsonl` when stdout is unexpectedly empty)
- `claude-setup.ps1` — `claude auth status` JSON probe + PS 7+ + writable state dir
- `claude-task.ps1` — delegate a task via `claude --print` (foreground, blocking)
- `claude-review.ps1` — multi-agent cloud-hosted review via `claude ultrareview`
- `claude-bg.ps1` — manage backg