examples-auto-run
Installation
SKILL.md
examples-auto-run
What it does
- Runs
pnpm build && pnpm -r build-checkfirst - Runs
pnpm examples:start-allin auto-input mode (interactive prompts are auto-answered, HITL/MCP/apply-patch are auto-approved). - Executes starts in parallel (default concurrency 4) and pipes each start’s stdout/stderr into its own log file under
.tmp/examples-start-logs/. - Provides start/stop/status/logs/tail helpers via
run.sh. - If the Codex session ends (no disown/nohup), the child processes receive SIGHUP and exit;
stopis also available to clean up manually.
Usage
# Start (auto mode, concurrency=4 by default)
.agents/skills/examples-auto-run/scripts/run.sh start [extra args to examples:start-all]
# If you invoke the skill name alone ($examples-auto-run):
# - when `.tmp/examples-rerun.txt` exists and is non-empty, it will run `rerun` automatically
# - otherwise it runs the default `start` command.