ソース情報
- リポジトリ
- bryancostanich/Cercano
- ソースの最終更新活動
- 2026年7月9日 16:31
- 検出された SKILL.md の言語
- 英語
- スター
- 9
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/bryancostanich/Cercano --skill compute-before-simulateコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
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.
| 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.