
Schematic Diagram
- Updated May 17, 2026
- Tachy/claude-skills
schematic-diagram generates clean, well-structured circuit and schematic diagrams from natural-language descriptions. It outputs a Graphviz DOT file plus SVG and PNG, with clustered functional groups, per-cluster GND symbols, pin-labelled edges, and color-coded power nets. Useful for quickly visualizing electronics designs.
Key points
- Natural-language to schematic
- Graphviz DOT, SVG, PNG
- Clustered functional groups
- Pin-labelled edges
Schematic Diagram by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add Tachy/claude-skills/plugin install schematic-diagram@tachy-claude-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 17, 2026 |
|---|---|
| Repository | Tachy/claude-skills ↗ |
What it does
Generate clean circuit/schematic diagrams from natural-language descriptions, producing Graphviz DOT, SVG, and PNG with clustered groups, GND symbols, and labeled pins.
README.md
claude-skills
A collection of Claude Code plugins and skills by Johannes Güntert.
Den gesamten Marktplatz einbinden — alle enthaltenen Plugins werden damit auf einmal verfügbar:
claude marketplace add https://github.com/Tachy/claude-skills
Available plugins
schematic-diagram
Generates a clean, well-structured circuit/schematic diagram from a natural-language description.
Produces three files — a Graphviz DOT source, an SVG, and a 144 dpi PNG — complete with clustered functional groups, per-cluster GND symbols, pin-labelled edges, and color-coded power and signal nets.
Triggers automatically when you describe:
- Electronic circuits with components (MCU, SBC, transistors, ICs, LEDs, sensors, motors, relays)
- Wiring layouts with pin names or connection lists
- Power circuits (DC-DC converters, solar panels, battery management, H-bridges)
- Communication buses (I2C, SPI, UART, CAN)
- Phrases like "Schaltplan erstellen", "draw my circuit", "visualize my wiring", or "Blockschaltbild"
Requirements: Graphviz must be installed (apt install graphviz / brew install graphviz).
Version: 1.1.1 · License: MIT
Repository structure
plugins/
schematic-diagram/
.claude-plugin/plugin.json # Plugin manifest
skills/schematic-diagram/
SKILL.md # Skill instructions and rendering rules
.claude-plugin/marketplace.json # Marketplace index
Contributing
Bug reports and pull requests are welcome. Please open an issue before submitting significant changes.
License
MIT — see individual plugin directories for per-plugin licensing details.