Agent skill

pcbway

PCBWay PCB fabrication and assembly — turnkey/consigned assembly, design rules, ordering workflow. Alternative to JLCPCB for manufacturing. Use with KiCad. Use this skill when the user mentions PCBWay, needs turnkey assembly (PCBWay sources parts by MPN), has parts not available on LCSC, needs assembled boards with non-LCSC components, wants to compare PCBWay vs JLCPCB, or needs assembly with parts sourced globally rather than from LCSC only. For gerber/CPL export, stencil ordering, and BOM management, see the `bom` skill.

Stars 160
Forks 11

Install this agent skill to your Project

npx add-skill https://github.com/aklofas/kicad-happy/tree/main/skills/pcbway

SKILL.md

PCBWay — PCB Fabrication & Assembly

PCBWay is a PCB fabrication and assembly service based in Shenzhen, China. It is an alternative to JLCPCB with similar capabilities and pricing.

Typical usage: Order bare prototype PCBs + framed stencil from PCBWay during prototyping (parts sourced separately from DigiKey/Mouser, hand-assembled in lab). For production runs (100s qty), order fully assembled boards from PCBWay using turnkey component sourcing (PCBWay sources parts by MPN). JLCPCB is the primary alternative. For BOM management, gerber/CPL export, and stencil ordering, see the bom skill.

Related Skills

Skill Purpose
kicad Read/analyze KiCad project files, DFM scoring
bom BOM management, gerber/CPL export, stencil ordering
digikey Search DigiKey (prototype sourcing, primary — also preferred for datasheet downloads via API)
mouser Search Mouser (prototype sourcing, secondary)
lcsc Search LCSC (production sourcing, JLCPCB parts)
jlcpcb JLCPCB PCB fabrication & assembly (primary alternative)
emc EMC pre-compliance risk analysis — run before fab to catch EMC issues
spice SPICE simulation — verify analog subcircuits before committing to fab

Key Differences from JLCPCB

Feature PCBWay JLCPCB
Component sourcing Turnkey (PCBWay sources by MPN) LCSC parts library (you provide LCSC PNs)
Parts library No fixed library — sources globally LCSC library (basic/extended parts)
Assembly fee model Quote-based per project Per-part fees (basic free, extended $3 each)
BOM format MPN-based (manufacturer part numbers) LCSC PN-based

When to use PCBWay over JLCPCB:

  • Parts not available on LCSC — PCBWay sources globally by MPN
  • Need turnkey sourcing — provide MPNs, PCBWay handles procurement
  • Prefer quote-based pricing over per-part fee model
  • Need consigned/kitted assembly (you ship parts to PCBWay)

Assembly Options

Option Description
Turnkey PCBWay sources all parts by MPN — you just provide the BOM
Partial turnkey PCBWay sources some parts, you supply others
Consigned/Kitted You supply all parts, PCBWay assembles

BOM Format for Assembly

PCBWay accepts XLS, XLSX, or CSV BOMs.

Turnkey / Partial Turnkey BOM

csv
Line#,Qty,Designator,MPN,Manufacturer,Description,Package,Type
1,3,"C1,C2,C5",GRM155R71C104KA88D,Murata,100nF 16V X7R MLCC,0402,SMD
2,1,U1,ESP32-S3-WROOM-1-N16R8,Espressif,ESP32-S3 WiFi/BT module,ESP32-S3-WROOM-1,SMD

Required columns:

Column Description
Line# Row number
Qty Quantity per board
Designator Reference designators (comma-separated)
MPN Manufacturer Part Number — PCBWay sources by this
Manufacturer Manufacturer name
Description Part description
Package Footprint/package name
Type SMD, THT (through-hole), or Hybrid

For turnkey, the MPN is the critical field — PCBWay uses it to source parts from their global supply chain.

KiCad BOM Export for PCBWay

  1. In KiCad, ensure MPN and Manufacturer fields are populated in symbol properties
  2. Export via Edit Symbol Fields > Export CSV
  3. Reformat columns to match PCBWay's expected format (add Line#, Qty, Type columns)

For gerber export settings and CPL format, see the bom skill — both JLCPCB and PCBWay use the same formats.

PCB Design Rules (PCBWay Capabilities)

Standard PCB (1-2 layers)

Parameter Minimum
Trace width 0.1mm (4mil)
Trace spacing 0.1mm (4mil)
Via diameter 0.3mm
Via drill 0.15mm
Annular ring 0.15mm (6mil)
Min hole size 0.15mm
Board thickness 0.2-3.2mm (default 1.6mm)
Min board size 3x3mm
Max board size 600x1200mm (1-2 layer)

Multi-layer (4+ layers)

Parameter Minimum
Trace width 0.09mm (3.5mil)
Trace spacing 0.09mm (3.5mil)
Via drill 0.15mm
Layer count Up to 14 layers (standard), 24+ (advanced)
Max board size 560x1150mm

Additional Capabilities

Feature Specification
Copper weight (outer) 1oz-8oz
Copper weight (inner) 1oz-4oz
Solder mask colors Green, Red, Yellow, Blue, White, Black, Matt Green, Matte Black, Purple
Silkscreen colors White, Black, Yellow
Surface finishes HASL (leaded/lead-free), ENIG, OSP, Hard Gold, Immersion Silver/Tin, ENEPIG
Impedance control +/-10% tolerance
Castellated holes >=0.4mm diameter

Importing DRU into KiCad

If you have a PCBWay .kicad_dru design rules file, import it in KiCad Board Editor > Board Setup > Design Rules > Import Settings.

Assembly Constraints

  • Minimum order: 5 PCBs
  • Sides: Top, bottom, or both
  • Component types: SMD, through-hole, or mixed
  • Fine-pitch: BGA and QFP supported
  • Assembly drawings: recommended (photos/diagrams of special placement)
  • Special instructions: add notes for polarity, orientation, or non-standard placement

PCBWay Partner API (Approval Required)

Contact PCBWay for partner API access. Partner API at https://api-partner.pcbway.com.

Available endpoints:

  • PCB QuotationPOST api/Pcb/PcbQuotation — get PCB price
  • Place OrderPOST api/Pcb/PlaceOrder — add to cart
  • Confirm OrderPOST api/Pcb/ConfirmOrder — finalize and pay
  • Query OrderPOST api/Pcb/QueryOrderProcess — track order status

Documentation: https://api-partner.pcbway.com/Help

Ordering Workflow

Prototype Order (Bare PCB + Stencil)

  1. Export gerbers from KiCad (see bom skill for export settings)
  2. Upload gerbers to https://www.pcbway.com/orderonline.aspx — configure layers, thickness, color, qty
  3. Order a framed stencil separately at https://www.pcbway.com/stencil.aspx
  4. Order — PCBs and stencil typically arrive in ~1 week

Production Order (Assembled Boards)

  1. Export gerbers from KiCad (see bom skill for export settings)
  2. Export BOM as CSV with MPN, Manufacturer, Description, Package, Type columns
  3. Export CPL (centroid/placement file) as CSV (see bom skill for format)
  4. Upload gerbers to PCBWay — configure PCB specs
  5. Select "PCB Assembly" — choose Turnkey, Partial Turnkey, or Consigned
  6. Upload BOM and centroid files
  7. Add assembly drawings/photos if needed (recommended for complex boards)
  8. PCBWay reviews files and provides quote
  9. Confirm and order

Tips

  • MPN is what matters — unlike JLCPCB (LCSC PNs), PCBWay sources globally by Manufacturer Part Number
  • Turnkey is easiest — just provide MPNs in BOM, PCBWay handles sourcing
  • Assembly requires manual quoting — unlike JLCPCB's instant pricing, PCBWay reviews your files and provides a custom quote (typically 1-2 business days). Factor this into your timeline.
  • Assembly drawings help — submit photos or annotated PDFs for complex placement
  • Lead time varies — turnkey assembly depends on component sourcing time; check with PCBWay
  • Rotation offsets — PCBWay may have different rotation conventions than KiCad; verify with assembly drawings
  • Solder mask colors — more options than JLCPCB (includes purple, matt variants)
  • Edge clearance — keep copper >=0.3mm from board edge

Expand your agent's capabilities with these related and highly-rated skills.

aklofas/kicad-happy

emc

EMC pre-compliance risk analysis for KiCad PCB designs — 17 check categories, 42 rule IDs covering ground planes, decoupling, I/O filtering, switching harmonics, clock routing, differential pair skew, board edge radiation, PDN impedance, return paths, crosstalk, ESD protection, and shielding. Produces severity-ranked risk report with pre-compliance test plan. Supports FCC Part 15, CISPR 32, CISPR 25 (automotive), MIL-STD-461G. SPICE-enhanced when available. Use when the user asks about EMC, EMI, radiated/conducted emissions, FCC compliance, CE marking, CISPR, ground plane issues, decoupling strategy, clock routing EMC, switching noise, differential pair skew, or whether their board will pass EMC testing. Also for "will this pass FCC?", "check my EMC", "is my ground plane okay?", "check my decoupling", or "generate an EMC test plan".

160 11
Explore
aklofas/kicad-happy

spice

Run automatic SPICE simulations on subcircuits detected from KiCad schematic analysis — validates filter frequencies, divider ratios, opamp gains, LC resonance, and crystal load capacitance. Supports ngspice, LTspice, and Xyce (auto-detected). Generates testbenches, runs batch mode, produces structured pass/warn/fail report. Use when the user asks to simulate, verify, or validate any analog subcircuit — RC filters, LC filters, voltage dividers, opamp circuits, crystal oscillators. Also for "simulate my circuit", "run spice", "verify with simulation", "check my filter cutoff", "does this divider give the right voltage", "what's the bandwidth of this opamp stage". Consider suggesting simulation during design reviews when the schematic analyzer reports simulatable subcircuits and a SPICE simulator is available.

160 11
Explore
aklofas/kicad-happy

lcsc

Search LCSC Electronics for electronic components — find parts by LCSC number (Cxxxxx) or MPN, check stock/pricing, download datasheets, analyze specifications. Sister company to JLCPCB, same parts library. Sync and maintain a local datasheets directory for a KiCad project. No API key needed — uses the free jlcsearch community API. Use this skill when the user mentions LCSC, JLCPCB parts library, JLCPCB assembly parts, production sourcing, Cxxxxx part numbers, needs to find LCSC equivalents for parts, is preparing a BOM for JLCPCB assembly, or wants to download datasheets and LCSC is available. For package cross-reference tables and BOM workflow, see the `bom` skill.

160 11
Explore
aklofas/kicad-happy

mouser

Search Mouser Electronics for electronic components — secondary source for prototype orders. Find parts, check pricing/stock, download datasheets, analyze specifications. Use with KiCad for BOM creation and part selection. Use this skill when the user specifically mentions Mouser, when DigiKey is out of stock or has worse pricing, when comparing prices across distributors, or when searching for parts that DigiKey doesn't carry. For package cross-reference tables and BOM workflow, see the `bom` skill.

160 11
Explore
aklofas/kicad-happy

kidoc

Generate professional engineering documentation from KiCad projects — Hardware Design Descriptions (HDD), CE Technical Files, Interface Control Documents (ICD), Design Review Packages, and Manufacturing Transfer Packages. Auto-runs schematic, PCB, EMC, and thermal analyses; renders schematic and PCB SVGs with subsystem cropping, focus dimming, net highlighting, and pin-net annotation; generates power tree, bus topology, and architecture block diagrams. Produces styled PDF with cover pages, TOC, and vector SVG embedding. Markdown source of truth — human-editable, version-controllable. Use for "generate documentation", "create report", "HDD", "CE technical file", "design review package", "ICD", "render schematic", "render layout", "generate block diagram", "manufacturing package", "generate PDF", or "custom report".

160 11
Explore
aklofas/kicad-happy

bom

BOM (Bill of Materials) management for electronics projects — the primary orchestrator skill that coordinates DigiKey, Mouser, LCSC, element14, JLCPCB, PCBWay, and KiCad skills into a unified workflow. Create, update, and maintain BOMs with part numbers, costs, quantities stored as KiCad symbol properties. ALWAYS trigger this skill for any task involving component sourcing, pricing, ordering, distributor searches, BOM export, or fabrication preparation — even if the user names a specific distributor or fab house (e.g. "search DigiKey for...", "generate JLCPCB BOM", "order from Mouser"). This skill decides which distributor/fab skills to invoke and in what order. Also trigger on phrases like "what parts do I need", "order components", "how much will this cost", "export for JLCPCB", "find parts for this board", "cost estimate", "compare pricing", or "check stock".

160 11
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results