BeckhamLabsLLC

Pcb From Bom — Design skill for Claude Code

Design community

Start a PCB project from an existing LCSC BOM file (CSV with C-numbers) and a design-intent description.

How to install Pcb From Bom

Installs to ~/.claude/skills/beckhamlabsllc-kicad-jlcpcb-pcb-from-bom/SKILL.md

Terminal
mkdir -p ~/.claude/skills/beckhamlabsllc-kicad-jlcpcb-pcb-from-bom && curl -fsSL https://raw.githubusercontent.com/BeckhamLabsLLC/kicad-jlcpcb/HEAD/commands/pcb-from-bom.md -o ~/.claude/skills/beckhamlabsllc-kicad-jlcpcb-pcb-from-bom/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Pcb From Bom does


name: pcb-from-bom description: Start a PCB project from an existing LCSC BOM file (CSV with C-numbers) and a design-intent description. argument-hint: "[path to BOM CSV] [optional: design intent notes]" allowed-tools:

  • Read
  • Write
  • Glob
  • Grep
  • mcp__kicad-jlcpcb__detect_kicad
  • mcp__kicad-jlcpcb__create_project
  • mcp__kicad-jlcpcb__load_project
  • mcp__kicad-jlcpcb__session_resume
  • mcp__kicad-jlcpcb__session_confirm_bom
  • mcp__kicad-jlcpcb__lcsc_resolve_bom
  • mcp__

Alternatives in Design

  • Brand Guidelines — Apply Anthropic's official brand colors and typography to artifacts 94.1k ★
  • Od Contribute — Open a first-contribution PR (or bug issue) on nexu-io/open-design — works for non-coders too 91.8k ★
  • Export Diagram — Export a diagram-design HTML file to .svg and .png next to the source 27.2k ★

Full documentation available on GitHub

View Source Repository