Agent skill · Frontend

legacy-circuit-mockups

Generate breadboard circuit mockups and visual diagrams using HTML5 Canvas drawing techniques. Use when asked to create circuit layouts, visualize electronic component placements, draw breadboard diagrams, mockup 6502 builds, generate retro computer schematics, or design vintage electronics projects. Supports 555 timers, W65C02S microprocessors, 28C256 EEPROMs, W65C22 VIA chips, 7400-series logic gates, LEDs, resistors, capacitors, switches, buttons, crystals, and wires.

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotMIT
Install
npx skills add github/awesome-copilot --skill legacy-circuit-mockups --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 21
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/legacy-circuit-mockups/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Legacy Circuit Mockups A skill for creating breadboard circuit mockups and visual diagrams for retro computing and electronics projects. This skill leverages HTML5 Canvas drawing mechanisms to render interactive circuit layouts featuring vintage components like the 6502 microprocessor, 555 timer ICs, EEPROMs, and 7400-series logic gates. ## When to Use This Skill - User asks to "create a breadboard layout" or "mockup a circuit" - User wants to visualize component placement on a breadboard - User needs a visual reference for building a 6502 computer - User asks to "draw a circuit" or "diagram electronics" - User wants to create educational electronics visuals - User mentions Ben Eater tutorials or retro computing projects - User asks to mockup 555 timer circuits or LED projects - User needs to visualize wire connections between components ## Prerequisites - Understanding of component pinouts from bundled reference files - Knowledge of breadboard layout conventions (rows, columns, power rails) ## Supported Components ### Microprocessors & Memory | Component | Pins | Description | |-----------|------|-------------| | W65C02S | 40-pin DIP | 8-bit microprocessor with 16-bit address bu

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Prerequisites
  3. Supported Components
  4. Microprocessors & Memory
  5. Logic & Timer ICs
  6. Passive & Active Components
  7. Grid System
  8. Component Rendering Pattern
  9. Wire Connections
  10. Step-by-Step Workflows
  11. Creating a Basic LED Circuit Mockup
  12. Creating a 555 Timer Circuit
  13. Creating a 6502 Microprocessor Layout
  14. Component Pinout Quick Reference
Ships with 20 files
  • references/28256-eeprom.md
  • references/555.md
  • references/6502.md
  • references/6522.md
  • references/6C62256.md
  • references/7400-series.md
  • references/assembly-compiler.md
  • references/assembly-language.md
  • references/basic-electronic-components.md
  • references/breadboard.md
  • references/common-breadboard-components.md
  • references/connecting-electronic-components.md
  • references/emulator-28256-eeprom.md
  • references/emulator-6502.md
  • references/emulator-6522.md
  • references/emulator-6C62256.md
  • references/emulator-lcd.md
  • references/lcd.md
  • references/minipro.md
  • references/t48eeprom-programmer.md
More from awesome-copilot
All skills →
About this skill
What does the legacy-circuit-mockups skill do?

Generate breadboard circuit mockups and visual diagrams using HTML5 Canvas drawing techniques. Use when asked to create circuit layouts, visualize electronic component placements, draw breadboard diagrams, mockup 6502 builds, generate retro computer schematics, or design vintage electronics projects. Supports 555 timers, W65C02S microprocessors, 28C256 EEPROMs, W65C22 VIA chips, 7400-series logic gates, LEDs, resistors, capacitors, switches, buttons, crystals, and wires.

How do I install it?

Run `npx skills add github/awesome-copilot --skill legacy-circuit-mockups --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going