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

Power Design

skill-jinchen-yang-diansai-skill-power-design · by Jinchen-Yang

设计多路隔离供电系统并校验余量。当用户要"设计供电/电源""算电流预算""选稳压/DCDC""分电源轨"时使用。按电机堵转电流(不是标称)算每轨负载,产出 design/power.yaml + power.md,并用 tools/power_budget.py 做确定性校验,需人工批准。

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

Install

$ agentstack add skill-jinchen-yang-diansai-skill-power-design

✓ 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-power-design)

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 Power Design? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

power-design —— 供电系统(流水线 ⑤)

lane: 任何模型(正确性交 power_budget.py) · : 人工批 + power_budget PASS

电源是 1 号翻车点:电机堵转瞬态把 MCU 拉掉电复位。一切按最坏情况算。

前置

design/solution.md(需求)+ design/bom.csv(选了哪些件/稳压)。

步骤

  1. 分轨(典型 4 轨,按方案裁剪):
  • VM_motor —— 电池直供电机驱动(不稳压,加保险/铺铜)。
  • V5_servo —— 舵机独立 5~6V 高电流轨(勿挂逻辑轨,堵转>1A)。
  • V3V3_logic —— MCU + 模拟传感器,AMS1117 或 buck。
  • V5_k230 —— K230 独立 5V(耗流远大于 MCU)。
  1. 派负载(Read KB 04/05 取电流;电机/舵机标 stall: true 用堵转电流)。稳压器从 bom.csv 取,没有就提示在配件表/jlc_search 选。
  2. design/power.yaml(schema 见 tools/power_budget.py 头注;参考 examples/sending-medicine-2023/power.yaml)。
  3. 跑确定性门python tools/power_budget.py design/power.yaml。FAIL(某轨欠流)就换更大稳压或加 buck,重跑直到 PASS。
  4. design/power.md(人类可读:分轨图 + 预算表 + 选的稳压 + 注意),更新 STATUS.md
  5. 人工门:用户确认稳压选型与电池容量。

关键纪律

  • 电机/舵机一律 stall: true;逻辑用标称。默认余量 30%。
  • 电机 VM 与逻辑 GND 分开回流再单点汇合(接线阶段落实)。
  • power_budget PASS 是必要非充分——电池容量/放电倍率、保险、铺铜宽度仍需人工核(接线阶段)。

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.