examples-auto-run Skill
Run examples:start-all in auto mode with parallel execution, per-script logs, and start/stop helpers. Published by openai in openai-agents-js.
What is examples-auto-run Skill?
Run examples:start-all in auto mode with parallel execution, per-script logs, and start/stop helpers. Published by openai in openai-agents-js. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using openai-agents-js
Technical details
- Install or run with Copy skill directory
When to use examples-auto-run Skill
- Use it for developers using openai-agents-js.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/openai-agents-js
- Skill file: .agents/skills/examples-auto-run/SKILL.md
What it does
Run examples:start-all in auto mode with parallel execution, per-script logs, and start/stop helpers.
Skill instructions
examples-auto-run What it does - Runs pnpm build && pnpm -r build-check first - Runs pnpm examples:start-all in 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; stop is also available to clean up manually. Usage bash 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. Examples: .agents/skills/examples-auto-run/scripts/run.sh start --filter basic .agents/skills/examples-auto-run/s
Explore related resources
Frequently asked questions
What is examples-auto-run?
examples-auto-run is a open-source AI agent skill with Copy skill directory. Run examples:start-all in auto mode with parallel execution, per-script logs, and start/stop helpers.
Who is examples-auto-run best for?
examples-auto-run is best for reusing agent instructions, scripts, and references.
How do I install examples-auto-run?
Install or run examples-auto-run using Copy skill directory. Check examples-auto-run for the latest setup command.
Is examples-auto-run actively maintained?
examples-auto-run may need a closer maintenance check before production use.
Auto-fetched from GitHub.