dse-loop

Featured

Autonomous design space exploration loop for computer architecture and EDA. Runs a program, analyzes results, tunes parameters, and iterates until objective is met or timeout. Use when user says "DSE", "design space exploration", "sweep parameters", "optimize", "find best config", or wants iterative parameter tuning.

AI & Automation 16,018 stars 1375 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# DSE Loop: Autonomous Design Space Exploration > ๐Ÿ” **Do not wrap this skill in `/loop` / `CronCreate`.** It already loops > internally until its objective is met or it times out. Unlike the > verdict-bearing review/audit skills, its stop gate is an **objective > machine-checkable metric** (Type-A), so its self-termination is safe > same-model โ€” the reason not to wrap it is **scheduler duplication**, not the > verdict fence. See > [`shared-references/external-cadence.md`](../shared-references/external-cadence.md). Autonomously explore a design space: run โ†’ analyze โ†’ pick next parameters โ†’ repeat, until the objective is met or timeout is reached. Designed for computer architecture and EDA problems. ## Context: $ARGUMENTS ## Safety Rules โ€” READ FIRST **NEVER do any of the following:** - `sudo` anything - `rm -rf`, `rm -r`, or any recursive deletion - `rm` any file you did not create in this session - Overwrite existing source files without reading them first - `git push`, `git reset --hard`, or any destructive git operation - Kill processes you did not start **If a step requires any of the above, STOP and report to the user.** ## Constants (override via $ARGUMENTS) | Constant | Default | Description | |----------|---------|-------------| | `TIMEOUT` | 2h | Total wall-clock budget. Stop exploring after this. | | `MAX_ITERATIONS` | 50 | Hard cap on number of design points evaluated. | | `PATIENCE` | 10 | Stop early if no improvement for this many consecutive iterations. ...

Details

Author
wanshuiyin
Repository
wanshuiyin/Auto-claude-code-research-in-sleep
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content โ€” not just same category

AI & Automation Listed

dse-loop

Autonomous design space exploration loop for computer architecture and EDA. Runs a program, analyzes results, tunes parameters, and iterates until objective is met or timeout. Use when user says "DSE", "design space exploration", "sweep parameters", "optimize", "find best config", or wants iterative parameter tuning.

2 Updated 1 months ago
wookat
AI & Automation Listed

loop-designer

Use this skill when the user says turn this into a loop, run this on a schedule, automate this daily, build me a loop, make this recurring, design a loop for a task, or loop this task โ€” any request to make a one-off task a recurring autonomous job. Interviews minimally (goal, sources/inputs, output destination, schedule), then generates a five-part loop spec (Discover, Plan, Execute, Verify with a separate verifier checklist, Stop-or-Repeat), a non-negotiable guardrails block (max-iterations cap, cost ceiling, seen-log cross-run dedup, no-destructive-actions allowlist, completion/trip notification), and two ready-to-paste runners โ€” a Claude Code Routine prompt and a local cron/launchd variant. Do NOT use for improving an existing prompt ("improve this prompt" is prompt-optimizer-loop's job), for one-off tasks, for debugging an already-built loop, or to run something on an interval in the current session โ€” the built-in /loop command does that; this skill designs durable guarded loops, it doesn't run them.

2 Updated 1 months ago
Abhillashjadhav
AI & Automation Solid

optimize-loop

Autonomous metric-optimization loop - run N bounded iterations against a mechanical metric, commit each attempt, auto keep/discard on the number, revert regressions. Use to improve a measurable metric: test coverage, bundle size, lint/type-error count, p95 latency, LOC. Triggers: 'drive coverage up', 'reduce bundle size', 'get lint errors to zero', 'optimize <metric> over iterations', 'keep/discard loop'.

7 Updated today
vanducng