Hey fellow KiCad users!
I wanted to share a plugin I recently built to make schematic design in KiCad more reliable and error-free it’s an Auto-Net Labeling Plugin that automatically assigns meaningful net names as you draw your schematic.
Why I Built It:
While working on several projects, I kept running into issues caused by unlabelled or inconsistently named nets which made debugging and PCB layout more difficult. So I decided to automate this part of the workflow.
What It Does:
Automatically detects unnamed nets and assigns labels based on context (e.g. connected components, pin names).
Ensures naming consistency across your schematic.
Helps reduce the chance of errors during simulation, ERC, and PCB layout stages.
How It Works:
Written in Python using KiCad’s scripting API.
Runs as a plugin from the Schematic Editor.
Lightweight and non-intrusive you can review and accept/reject the suggested labels.
Looking for Feedback:
I’d love to hear what you think!
Would this plugin be useful in your workflow?
Any additional features you’d suggest (like custom naming rules, integration with hierarchical sheets, etc.)?
I’m also open to contributors if anyone wants to help polish it up!
I’ll be sharing the GitHub repo and a demo video soon. Stay tuned!