breadboard-wiring
v0.1.0Draw breadboard wiring diagrams people can follow: sourced wire-color and layout conventions and a check-by-image workflow
By tommie-jpLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install breadboard-wiring for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install breadboard-wiring@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/tommie-jp/electronics-drawing-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/breadboard-wiring/.
Plugin files
├── .claude-plugin/plugin.json└── skills/breadboard-wiring/SKILL.md
Included Skills1
ブレッドボードの実体配線図 (教科書・解説・記事・README の図) を、人が見て組めるように書く・直すときに使う。線の色 (赤は + だけ・黒は GND だけ)、電源レールの使い方、部品と線の置き方の流儀を出典つきでまとめ、描いた図を画像にして目で確かめる手順と点検表を添えてある。描く道具は問わない (Fritzing・Markdown のフェンス・手描きの清書など)。Use when drawing or cleaning up breadboard wiring diagrams for people to build from, in any tool — sourced wire-color conventions (red only for +, black only for ground), power-rail use, part and wire placement, plus a render-and-inspect checklist.
Plugin manifests1
{
"name": "breadboard-wiring",
"description": "Draw breadboard wiring diagrams people can follow: sourced wire-color and layout conventions and a check-by-image workflow",
"version": "0.1.0",
"author": {
"name": "tommie-jp"
},
"license": "MIT",
"repository": "https://github.com/tommie-jp/electronics-drawing-skills"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[breadboard-wiring on Agent Plugins Marketplace](https://pluginsmp.com/plugins/breadboard-wiring)