dse-loop
仓库创建 2026年3月10日最近提交 6 天前SkillHot 收录 21 天前
▸ 精选理由
可显著加速架构与EDA参数搜索,适合需要大量实验的工程团队。
▸ 风险提示
会运行外部程序/仿真并消耗大量计算资源,需谨慎授予执行与网络权限。
这个 Skill 做什么
针对计算架构/EDA 的自动化设计空间探索:运行仿真、分析结果并自动调参迭代。
帮你自动跑仿真、看指标、调参数、再跑,直到达成目标或超时。常用在计算架构和 EDA 的参数扫查、性能优化或找最佳配置时,能替你把大量配置空间遍历完。特别之处是内部用机器可检验的目标来决定何时停止,能安全自我终止,不需要人一直盯着。
▸ 展开 SKILL.md 英文原文
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.
1.4w
Stars
1.2k
Forks
40
仓库内 Skill
+876
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/wanshuiyin/Auto-claude-code-research-in-sleep/main/skills/dse-loop/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/wanshuiyin/Auto-claude-code-research-in-sleep/main/skills/dse-loop/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# 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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有