loop
SolidStart an autonomous experiment loop with user-selected interval (10min, 1h, daily, weekly, monthly). Uses CronCreate for scheduling.
Install
Quality Score: 96/100
Skill Content
Details
- Author
- alirezarezvani
- Repository
- alirezarezvani/claude-skills
- Created
- 7 months ago
- Last Updated
- 3 days ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
experiment-loop
Autonomous experiment loop: hypothesize > modify > test > evaluate > keep/discard > repeat. Run N experiments automatically with measurable metrics. Works for performance optimization, A/B testing, prompt engineering, and any measurable improvement task.
run
Run a single experiment iteration. Edit the target file, evaluate, keep or discard.
autoresearch-agent
Autonomous experiment loop that optimizes any file by a measurable metric. Inspired by Karpathy's autoresearch. The agent edits a target file, runs a fixed evaluation, keeps improvements (git commit), discards failures (git reset), and loops indefinitely. Use when: user wants to optimize code speed, reduce bundle/image size, improve test pass rate, optimize prompts, improve content quality (headlines, copy, CTR), or run any measurable improvement loop. Requires: a target file, an evaluation command that outputs a metric, and a git repo.
loop-edit
Change the interval, prompt, or both of an active /loop without going through pause+resume and without spawning a duplicate via /loop. Use this when the user says "change the interval of my loop to 5m", "update the prompt of my loop", or "edit my loop". Falls back to /loop-pause-edit-resume internally — the user gets a single-command UX.
start
Scaffold LOOP_CONTRACT.md in the current project and kick off a self-revising autonomous loop.