← ClaudeAtlas

stagiairelisted

Use when the current session needs an answer or a work product from a model on ANOTHER vendor's stack - a second opinion from a different model family, a cheap fast model for bulk work, or a cross-model review - by dispatching that vendor's own CLI as a one-shot worker. Triggers include "ask grok/composer/gemini/claude/codex what it thinks", "get a second opinion from a different model", "cross-model review", "run this by another model", "poll several models". No orchestration framework required; if a Brigade roster exists, prefer `brigade run --worker` instead.
escoffier-labs/skillet · ★ 2 · AI & Automation · score 71
Install: claude install-skill escoffier-labs/skillet
# stagiaire A stagiaire is a cook visiting from another kitchen. This skill dispatches one-shot workers on other vendors' CLIs: the user's own logins, one model call per dispatch, no API keys, no framework. Each invocation below is the exact argv that works headless, including the flag that stops that CLI from silently doing nothing. **Precondition:** the CLI must already be installed and authenticated by the user. Never run a login flow, never touch auth files, never fall back to an API key. If a CLI is missing or logged out, report it and move on to the vendors that work. ## The dispatch table Run these with the task text substituted. Every one returns the worker's answer on stdout. | Vendor / model | Write-capable dispatch | Read-only dispatch | |---|---|---| | Cursor (composer, grok, gpt, claude families) | `cursor-agent --model <id> -p --output-format text -f "<task>"` | same with `--mode plan --trust` instead of `-f` | | Grok CLI (grok.com login) | `grok -m grok-4.5 -p "<task>" --always-approve` | `grok -m grok-4.5 -p "<task>" --permission-mode plan` | | Codex (ChatGPT login) | `codex exec --sandbox workspace-write -m <model> "<task>"` | `codex exec --sandbox read-only -m <model> "<task>"` | | Claude Code | `claude --model <id> --permission-mode bypassPermissions -p "<task>"` | `claude --model <id> -p "<task>"` (plain `-p` cannot edit files) | | Antigravity (Google login) | `agy --model "<display name>" --add-dir <dir> --dangerously-skip-permissions --print "<task>