Pcbway logo

Pcbway

CommunityPopular
aklofas
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.

Overview

Publisheraklofas
Repositorykicad-happy
Skill namepcbway
Stars
1.2K
Forks
109
Bundled files
Instructions only
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by aklofas on GitHub. Read the source before you install it.

Installation

Install the Pcbway AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/aklofas/kicad-happy.git /tmp/kicad-happy
mkdir -p .claude/skills
cp -r /tmp/kicad-happy/skills/pcbway .claude/skills/pcbway
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Pcbway in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Pcbway on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Pcbway is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

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

SkillPurpose
kicadRead/analyze KiCad project files, DFM scoring
bomBOM management, gerber/CPL export, stencil ordering
digikeySearch DigiKey (prototype sourcing, primary — also preferred for datasheet downloads via API)
mouserSearch Mouser (prototype sourcing, secondary)
lcscSearch LCSC (production sourcing, JLCPCB parts)
jlcpcbJLCPCB PCB fabrication & assembly (primary alternative)
emcEMC pre-compliance risk analysis — run before fab to catch EMC issues
spiceSPICE simulation — verify analog subcircuits before committing to fab

Key Differences from JLCPCB

FeaturePCBWayJLCPCB
Component sourcingTurnkey (PCBWay sources by MPN)LCSC parts library (you provide LCSC PNs)
Parts libraryNo fixed library — sources globallyLCSC library (basic/extended parts)
Assembly fee modelQuote-based per projectPer-part fees (basic free, extended $3 each)
Pricing turnaroundManual quote, 1–2 business daysInstant online pricing
BOM formatMPN-based (manufacturer part numbers)LCSC PN-based

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.

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)
  • Timeline allows for the manual-quote turnaround

Assembly Options

OptionDescription
TurnkeyPCBWay sources all parts by MPN — you just provide the BOM
Partial turnkeyPCBWay sources some parts, you supply others
Consigned/KittedYou 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:

ColumnDescription
Line#Row number
QtyQuantity per board
DesignatorReference designators (comma-separated)
MPNManufacturer Part Number — PCBWay sources by this
ManufacturerManufacturer name
DescriptionPart description
PackageFootprint/package name
TypeSMD, 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)

ParameterMinimum
Trace width0.1mm (4mil)
Trace spacing0.1mm (4mil)
Via diameter0.3mm
Via drill0.15mm
Annular ring0.15mm (6mil)
Min hole size0.15mm
Board thickness0.2-3.2mm (default 1.6mm)
Min board size3x3mm
Max board size600x1200mm (1-2 layer)

Multi-layer (4+ layers)

ParameterMinimum
Trace width0.09mm (3.5mil)
Trace spacing0.09mm (3.5mil)
Via drill0.15mm
Layer countUp to 14 layers (standard), 24+ (advanced)
Max board size560x1150mm

Additional Capabilities

FeatureSpecification
Copper weight (outer)1oz-8oz
Copper weight (inner)1oz-4oz
Solder mask colorsGreen, Red, Yellow, Blue, White, Black, Matt Green, Matte Black, Purple
Silkscreen colorsWhite, Black, Yellow
Surface finishesHASL (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

Frequently asked questions

What does the Pcbway AI skill do?

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.

Why use Pcbway on TypingMind?

Because you install it once and use it with any model. Pcbway is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Pcbway in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/aklofas/kicad-happy/tree/main/skills/pcbway. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use Pcbway?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Pcbway?

As many as you like. As long as a model supports skills, you can use Pcbway with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Pcbway AI skill free?

Yes. It is published on GitHub by aklofas under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇