-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New skill for building legacy hardware circuit mockups #592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a new skill for generating breadboard circuit mockups and visual diagrams for legacy hardware projects. The skill targets retro computing enthusiasts and electronics hobbyists building circuits with vintage components like 6502 microprocessors, 555 timers, and 7400-series logic gates.
Changes:
- Adds the
legacy-circuit-mockupsskill with comprehensive documentation and 12 technical reference files - Provides detailed component specifications for microprocessors, memory chips, logic ICs, and passive components
- Includes step-by-step build guides for common circuits
- Updates README.skills.md with the new skill entry
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/legacy-circuit-mockups/SKILL.md | Main skill documentation defining components, workflows, and drawing mechanisms |
| skills/legacy-circuit-mockups/references/555.md | Complete 555 timer IC specification with formulas and circuit diagrams |
| skills/legacy-circuit-mockups/references/6502.md | MOS 6502 microprocessor reference |
| skills/legacy-circuit-mockups/references/6522.md | W65C22 VIA interface adapter specification |
| skills/legacy-circuit-mockups/references/28256-eeprom.md | AT28C256 EEPROM specification |
| skills/legacy-circuit-mockups/references/6C62256.md | AS6C62256 SRAM specification |
| skills/legacy-circuit-mockups/references/7400-series.md | 7400-series logic IC reference |
| skills/legacy-circuit-mockups/references/basic-electronic-components.md | Fundamental component reference |
| skills/legacy-circuit-mockups/references/common-breadboard-components.md | Comprehensive breadboard components guide |
| skills/legacy-circuit-mockups/references/connecting-electronic-components.md | Step-by-step circuit build instructions |
| skills/legacy-circuit-mockups/references/lcd.md | LCD character display specification |
| skills/legacy-circuit-mockups/references/minipro.md | EEPROM programming utility reference |
| skills/legacy-circuit-mockups/references/t48eeprom-programmer.md | T48 programmer specification |
| docs/README.skills.md | Adds new skill entry with all reference files listed |
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Built using another electronics-breadboard-simulator.html, then used that to finalize this skill in terms of adding components. Wrote the
referencesmarkdown files, and finalized the sameelectronics-breadboard-simulator.htmlpage. Seems good, or at the very least a starting point for someone to download, and customize per their project (probably a hobby breadboard simulator).Type of Contribution
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.