create_project
Scaffold a KiCad project with JLCPCB-tuned design rules, an empty schematic, and libs/manufacturing folders, then activate it as the current workspace.
Instructions
Scaffold a new KiCad project at // with a .kicad_pro carrying JLCPCB-tuned design rules, an empty .kicad_sch, and libs/ + manufacturing/ subdirectories. Sets the new project as the active session workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name. Letters, digits, underscore, hyphen only. Becomes both the folder name and the .kicad_pro/.kicad_sch stem. | |
| parent_dir | Yes | Existing directory under which to create the project folder. |