GitHub - oxplot/burn2kicad: burn2kicad converts a small component asset directory plus a text netlist into a KiCad project. This is an aid for AI agents to work on stripped down design without needing to deal with complexities of KiCad's file formats. · GitHub
/" data-turbo-transient="true" />
Skip to content
Search or jump to...
Search code, repositories, users, issues, pull requests...
-->
Search
Clear
Search syntax tips
Provide feedback
--><br>We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Cancel
Submit feedback
Saved searches
Use saved searches to filter your results more quickly
-->
Name
Query
To see all available qualifiers, see our documentation.
Cancel
Create saved search
Sign in
/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up
Appearance settings
Resetting focus
You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
oxplot
burn2kicad
Public
Notifications<br>You must be signed in to change notification settings
Fork
Star
main
BranchesTags
Go to file
CodeOpen more actions menu
Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit
History<br>3 Commits<br>3 Commits
internal/burn2kicad
internal/burn2kicad
skills/burn2kicad
skills/burn2kicad
.gitignore
.gitignore
AGENTS.md
AGENTS.md
LICENSE
LICENSE
README.md
README.md
go.mod
go.mod
go.sum
go.sum
main.go
main.go
View all files
Repository files navigation
burn2kicad
burn2kicad converts a small component asset directory plus a text netlist into<br>a KiCad project. This is an aid for AI agents to work on stripped down design<br>without needing to deal with complexities of KiCad's file formats.
Installation
go install github.com/oxplot/burn2kicad@latest
Basic Usage
Create a documented input directory:
burn2kicad init ./input
Populate ./input/components// for each distinct part:
symbol.kicad_sym
footprint.kicad_mod
datasheet.pdf
model.step optional
Edit ./input/netlist.txt to declare components and named nets, then generate<br>a KiCad project:
burn2kicad convert ./input ./kicad-output
Preview planned writes without changing the output directory:
burn2kicad convert --dry-run ./input ./kicad-output
burn2kicad writes project-local symbol and footprint library tables, copies<br>datasheets and optional STEP models, and generates a schematic containing labeled<br>net stubs for the nets in netlist.txt.
About
burn2kicad converts a small component asset directory plus a text netlist into a KiCad project. This is an aid for AI agents to work on stripped down design without needing to deal with complexities of KiCad's file formats.
Resources
Readme
License
BSD-3-Clause license
Uh oh!
There was an error while loading. Please reload this page.
Activity
Stars
stars
Watchers
watching
Forks
forks
Report repository
Uh oh!
There was an error while loading. Please reload this page.
Contributors
Uh oh!
There was an error while loading. Please reload this page.
Languages
Go<br>100.0%
You can’t perform that action at this time.