BeckhamLabsLLC

Pcb New — Development skill for Claude Code

Development community

Start a new PCB project from a text description.

How to install Pcb New

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

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

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

What Pcb New does


name: pcb-new description: Start a new PCB project from a text description. Sources parts, generates a wired .kicad_pcb, and hands off to EasyEDA for routing + JLCPCB ordering. argument-hint: "[short description of the board you want to design]" allowed-tools:

  • Read
  • Write
  • Glob
  • Grep
  • Task
  • 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_bo

Alternatives in Development

  • Package OfficeCLI Skill As AionUi Assistant — Convert an OfficeCLI skill into a fully wired AionUi assistant preset, or update an existing one 20.3k ★
  • Hackingtool Plugin — Claude Code plugin: 183+ pentesting & OSINT tools from Z4nzu/hackingtool 1k ★
  • Create API — Scaffold a new API endpoint — route, handler, types, tests — wired into the server 335 ★

Full documentation available on GitHub

View Source Repository