AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Interconnect

skill-jinchen-yang-diansai-skill-interconnect · by Jinchen-Yang

生成模块接线图、引脚映射与接线表(scope-A 核心交付,解放硬件 lane)。当用户要"出接线图/连线图""分配引脚/pinmap""怎么接线""harness/线束"时使用。把 BOM 里各模块的对 MCU 引脚映射到主控可用引脚,产出 contracts/pinmap.yaml(经 pinmux_check 门)+ design/wiring.svg + harness.md,需逐网人工核对。

No reviews yet
0 installs
18 views
0.0% view→install

Install

$ agentstack add skill-jinchen-yang-diansai-skill-interconnect

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jinchen-yang-diansai-skill-interconnect)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Interconnect? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

interconnect —— 模块接线图(流水线 ⑥)

lane: 任何模型产 YAML(正确性交 pinmux_check.py) · : pinmux PASS + 逐网人工核对

这是 scope-A 的心脏:人照它连线。正确性靠确定性门 + 人工逐网核对,不靠模型"觉得对"。

前置

design/bom.csv(选了哪些模块)+ design/power.yaml(供电轨)+ lib/modules/(接法块)+ contracts/mcu/.yaml(引脚能力)。

步骤

  1. 列对 MCU 网络:对 BOM 每个模块,读其 lib/modules/.yaml,取 to_mcu: true 的脚(PWM/GPIO/UART/I2C/ADC/QEI…)。没有现成块就按 KB 03/04/05 引脚说明补一个最小块到 lib/modules/
  2. 分配主控引脚:从 contracts/mcu/.yaml 给每条网络挑一个支持该功能、且未被占的引脚;同类外设实例(UART/I2C/QEI…)注意不超数量上限。I2C/SPI 总线多模块共享同一对引脚(只占一次)。
  3. contracts/pinmap.yaml(结构见 contracts/pinmap.schema.yaml,照 contracts/pinmap.example.yaml)。
  4. 跑确定性门python tools/pinmux_check.py contracts/pinmap.yaml。FAIL(撞脚/非法功能/超限)就改分配,重跑直到 PASS。
  5. 渲染python tools/render_wiring.py contracts/pinmap.yaml design/wiringdesign/wiring.svg(接线图)+ design/harness.md(接线表)。
  6. 人工门(高危·必做):让用户逐网核对 harness.md,重点:电源/GND、K230 串口 TX↔RX 交叉、I2C 上拉、舵机独立供电、SWD 没被占。核对打勾后才交硬件 lane。
  7. 更新 STATUS.md:硬件 lane 段贴 design/wiring.svg、阶段→可连线;契约版本记 pinmap vX

注意

  • pinmap 是神圣契约(CLAUDE.md):改完必过 pinmux_check 才提交,并通知控制 lane 重 pull(固件 SysConfig 据此生成)。
  • MCU 能力表 verified:false 时,pinmux PASS 只保证逻辑自洽;真实引脚复用要 lead 用 SysConfig 核(读手册=多模态)。
  • 接线图一出,硬件 lane 即可开工——这是解放人手的解锁件,优先最先交付

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.