← ClaudeAtlas

claude-supervisionlisted

Use when the user wants to delegate work to the local Claude Code CLI (`claude --print`, `claude --bg`, `claude ultrareview`) — substantive tasks, multi-turn resume, structured output, multi-agent code review, background sessions — and then independently verify what Claude did. Useful from Codex / Kimi / any agent that wants to hand work to Claude Code and inspect the result. Wraps the CLI as PowerShell scripts with deadlock-safe async I/O, timeout, native JSONL recovery, and on-disk artifacts.
drippy-passport968/agent-supervision-skills · ★ 1 · AI & Automation · score 74
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