$npx -y skills add aklofas/kicad-happy --skill pcbwayPCBWay 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
| 1 | # PCBWay — PCB Fabrication & Assembly |
| 2 | |
| 3 | PCBWay is a PCB fabrication and assembly service based in Shenzhen, China. It is an alternative to JLCPCB with similar capabilities and pricing. |
| 4 | |
| 5 | **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. |
| 6 | |
| 7 | ## Related Skills |
| 8 | |
| 9 | | Skill | Purpose | |
| 10 | |-------|---------| |
| 11 | | `kicad` | Read/analyze KiCad project files, DFM scoring | |
| 12 | | `bom` | BOM management, gerber/CPL export, stencil ordering | |
| 13 | | `digikey` | Search DigiKey (prototype sourcing, primary — also preferred for datasheet downloads via API) | |
| 14 | | `mouser` | Search Mouser (prototype sourcing, secondary) | |
| 15 | | `lcsc` | Search LCSC (production sourcing, JLCPCB parts) | |
| 16 | | `jlcpcb` | JLCPCB PCB fabrication & assembly (primary alternative) | |
| 17 | | `emc` | EMC pre-compliance risk analysis — run before fab to catch EMC issues | |
| 18 | | `spice` | SPICE simulation — verify analog subcircuits before committing to fab | |
| 19 | |
| 20 | ## Key Differences from JLCPCB |
| 21 | |
| 22 | | Feature | PCBWay | JLCPCB | |
| 23 | |---------|--------|--------| |
| 24 | | Component sourcing | Turnkey (PCBWay sources by MPN) | LCSC parts library (you provide LCSC PNs) | |
| 25 | | Parts library | No fixed library — sources globally | LCSC library (basic/extended parts) | |
| 26 | | Assembly fee model | Quote-based per project | Per-part fees (basic free, extended $3 each) | |
| 27 | | Pricing turnaround | **Manual quote, 1–2 business days** | Instant online pricing | |
| 28 | | BOM format | MPN-based (manufacturer part numbers) | LCSC PN-based | |
| 29 | |
| 30 | > **Plan around manual quoting.** PCBWay assembly requires a human-reviewed quote before you can place the order — typically 1-2 business days after uploading files. JLCPCB shows assembly pricing instantly at checkout. If you're prototyping and need to iterate quickly, the JLCPCB feedback loop is much tighter. PCBWay's value is in sourcing parts JLCPCB can't, not in turnaround speed. |
| 31 | |
| 32 | **When to use PCBWay over JLCPCB:** |
| 33 | - Parts not available on LCSC — PCBWay sources globally by MPN |
| 34 | - Need turnkey sourcing — provide MPNs, PCBWay handles procurement |
| 35 | - Prefer quote-based pricing over per-part fee model |
| 36 | - Need consigned/kitted assembly (you ship parts to PCBWay) |
| 37 | - Timeline allows for the manual-quote turnaround |
| 38 | |
| 39 | ## Assembly Options |
| 40 | |
| 41 | | Option | Description | |
| 42 | |--------|-------------| |
| 43 | | **Turnkey** | PCBWay sources all parts by MPN — you just provide the BOM | |
| 44 | | **Partial turnkey** | PCBWay sources some parts, you supply others | |
| 45 | | **Consigned/Kitted** | You supply all parts, PCBWay assembles | |
| 46 | |
| 47 | ## BOM Format for Assembly |
| 48 | |
| 49 | PCBWay accepts XLS, XLSX, or CSV BOMs. |
| 50 | |
| 51 | ### Turnkey / Partial Turnkey BOM |
| 52 | |
| 53 | ```csv |
| 54 | Line#,Qty,Designator,MPN,Manufacturer,Description,Package,Type |
| 55 | 1,3,"C1,C2,C5",GRM155R71C104KA88D,Murata,100nF 16V X7R MLCC,0402,SMD |
| 56 | 2,1,U1,ESP32-S3-WROOM-1-N16R8,Espressif,ESP32-S3 WiFi/BT module,ESP32-S3-WROOM-1,SMD |
| 57 | ``` |
| 58 | |
| 59 | Required columns: |
| 60 | | Column | Description | |
| 61 | |--------|-------------| |
| 62 | | `Line#` | Row number | |
| 63 | | `Qty` | Quantity per board | |
| 64 | | `Designator` | Reference designators (comma-separated) | |
| 65 | | `MPN` | Manufacturer Part Number — PCBWay sources by this | |
| 66 | | `Manufacturer` | Manufacturer name | |
| 67 | | `Description` | Part description | |
| 68 | | `Package` | Footprint/package name | |
| 69 | | `Type` | `SMD`, `THT` (through-hole), or `Hybrid` | |
| 70 | |
| 71 | For turnkey, the **MPN** is the critical field — PCBWay uses it to source parts from their global supply chain. |
| 72 | |
| 73 | ### KiCad BOM Export for PCBWay |
| 74 | |
| 75 | 1. In KiCad, ensure MPN and Manufacturer fields are populated in symbol properties |
| 76 | 2. Export via Edit Symbol Fields > Export CSV |
| 77 | 3. Reformat columns to match PCBWay's expected format (add Line#, Qty, Type columns) |
| 78 | |
| 79 | For gerber export settings and CPL format, see the `bom` skill — both JLCPCB and PCBWay use the same formats. |
| 80 | |
| 81 | ## PCB Design Rules (PCBWay Capabilities) |
| 82 | |
| 83 | ### Standard PCB (1-2 layers) |
| 84 | |
| 85 | | Parameter | Minimum | |
| 86 | |-----------|---------| |
| 87 | | Trace width | 0.1mm (4mil) | |
| 88 | | Trace spacing | 0.1mm (4mil) | |
| 89 | | Via diameter | 0.3mm | |
| 90 | | Via drill | 0.15mm | |
| 91 | | Annular ring | 0.15mm (6mil) | |
| 92 | | Min hole size | 0.15mm | |
| 93 | | Board thickness | 0.2-3.2mm (default 1.6mm) | |
| 94 | | Min board size | 3x3mm | |
| 95 | | Max board size | 600x1200mm (1-2 layer) | |
| 96 | |
| 97 | # |