Install
$ agentstack add skill-arnie016-codex-prompt-templates-experiment-loop-runner ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Experiment Loop Runner
Use this when progress depends on repeated trials with measurable outcomes.
Required Control Files
PROJECT_BRIEF.md
workspace/
MEMORY_LOG.md
HUMAN_DIRECTIVE.md
runs/
Loop
- Think: read brief, constraints, current best, and recent memory.
- Execute: make one bounded change or launch one run.
- Verify: run the agreed test/benchmark/dry-run.
- Reflect: record result, decision, and next branch.
- Stop or iterate: continue only when improvement signal exists.
Low-Cost Monitoring
For long jobs, monitor with shell/process/log checks instead of repeatedly asking the model to think:
- PID alive check
- tail last log lines
- GPU/CPU status when relevant
- metric parser script
Stop Conditions
- target reached
- no improvement after N attempts
- verification becomes flaky
- human directive changes the objective
- cost/time budget exceeded
For production agent release loops that combine traces, eval groups, gateway routing, guardrails, budgets, and shadow/canary traffic, use $auto-skill-build-agent-reliability-loop first and use this skill for the bounded experiment cycles inside that plan.
Reference pattern source: sources/auto-deep-researcher-24x7.
Validation
- Each loop has a stop condition before execution.
- Each iteration records the change, verification command, result, and next decision.
- Experiments that affect production users/tools are escalated to the reliability-loop skill.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Arnie016
- Source: Arnie016/codex-prompt-templates
- License: MIT
- Homepage: https://github.com/Arnie016/codex-prompt-templates
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.