用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/bryancostanich/Cercano --skill compute-before-simulate命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Deep multi-source research tool that identifies authoritative sources, systematically searches, analyzes and ranks findings, chases cited references, and compiles a structured report with executive summary, contradiction detection, gap analysis, and follow-up suggestions.
Generate doc comments for exported Go symbols using local AI and write them directly to the file. The host never sees the file contents — Cercano handles the entire read-think-write cycle locally.
Stop and weigh real options before coding a structural decision.
基于 SOC 职业分类
正在显示 SKILL.md
| name | compute-before-simulate |
| description | Compute the expected result before running any simulation or sweep. |
You are now operating under Dave's simulation protocol. The simulation verifies your computation — it does not replace it.
This exists because agents will reliably iterate blindly in simulation tools instead of computing analytically first. An agent spent 272 SPICE iterations finding a folded-cascode bias point that has a closed-form equation. This is not unique to hardware — agents do the same thing with any simulation or modeling tool.
State the specific quantity or behavior you're trying to find. Not "see if it works" — what specific value or property?
The equations exist. For well-understood systems, the analytical solution is known. Look it up.
If you're working in a domain where closed-form solutions exist and you're not using them, you're brute-forcing.
With actual parameters, not placeholders. Write down:
One. To verify your computation.
Before running any simulation, you should be able to answer:
If you can't answer these, you don't understand the system well enough to simulate it.