·kicad-schematic
</>

kicad-schematic

以编程方式生成、验证和修复 KiCad 8 原理图文件 (.kicad_sch)。每当用户想要创建或修改 KiCad 原理图、从电路描述生成网表或修复 ERC 错误时,请使用此技能。触发:KiCad、原理图、.kicad_sch、ERC、电气规则检查、电路设计、PCB 原理图、网表生成、S 表达式原理图。

29安装·3热度·@kenchangh

安装

$npx skills add https://github.com/kenchangh/kicad-schematic --skill kicad-schematic

如何安装 kicad-schematic

通过命令行快速安装 kicad-schematic AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/kenchangh/kicad-schematic --skill kicad-schematic
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:kenchangh/kicad-schematic。

SKILL.md

查看原文

Generate ERC-clean KiCad 8 schematics by writing Python scripts that use computed pin positions — never guess coordinates.

The #1 cause of broken schematics is guessed pin positions. When connecting labels to IC pins, you MUST compute exact coordinates using the symbol definition's pin positions and the coordinate transform formula. The helper library in scripts/kicadschhelpers.py does this automatically.

Symbol libraries (.kicadsym) use Y-up (math convention). Schematics (.kicadsch) use Y-down (screen convention). This means you MUST negate the Y coordinate when transforming from library to schematic space. Forgetting this will place labels 10-50mm away from their pins, causing massive pinnotconnected and labeldangling errors.

以编程方式生成、验证和修复 KiCad 8 原理图文件 (.kicad_sch)。每当用户想要创建或修改 KiCad 原理图、从电路描述生成网表或修复 ERC 错误时,请使用此技能。触发:KiCad、原理图、.kicad_sch、ERC、电气规则检查、电路设计、PCB 原理图、网表生成、S 表达式原理图。 来源:kenchangh/kicad-schematic。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/kenchangh/kicad-schematic --skill kicad-schematic
分类
</>开发工具
认证
收录时间
2026-02-25
更新时间
2026-03-11

Browse more skills from kenchangh/kicad-schematic

快速解答

什么是 kicad-schematic?

以编程方式生成、验证和修复 KiCad 8 原理图文件 (.kicad_sch)。每当用户想要创建或修改 KiCad 原理图、从电路描述生成网表或修复 ERC 错误时,请使用此技能。触发:KiCad、原理图、.kicad_sch、ERC、电气规则检查、电路设计、PCB 原理图、网表生成、S 表达式原理图。 来源:kenchangh/kicad-schematic。

如何安装 kicad-schematic?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/kenchangh/kicad-schematic --skill kicad-schematic 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/kenchangh/kicad-schematic

详情

分类
</>开发工具
来源
skills.sh
收录时间
2026-02-25

相关 Skills

暂无