readable-schematic
v0.1.0Lay out circuit schematics for human readers: sourced 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 readable-schematic for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install readable-schematic@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/readable-schematic/.
Plugin files
├── .claude-plugin/plugin.json└── skills/readable-schematic/SKILL.md
Included Skills1
人が読む回路図 (教科書・解説・記事・README の図) を、読みやすい配置で書く・直すときに使う。信号は左から右・電位の高いほうを上・4 方向の交点を作らない・計器は測る所の隣、といった回路図の一般的な流儀を出典つきでまとめ、描いた図を画像にして目で確かめる手順と点検表を添えてある。描く道具は問わない (circuitikz・Schemdraw・KiCad・Markdown のフェンスなど)。Use when drawing or cleaning up circuit schematics meant for human readers, in any tool — layout conventions (signal flow, power at top, ground at bottom, T-junctions, label placement, meter placement) with sources, plus a render-and-inspect checklist.
Plugin manifests1
{
"name": "readable-schematic",
"description": "Lay out circuit schematics for human readers: sourced 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.
[readable-schematic on Agent Plugins Marketplace](https://pluginsmp.com/plugins/readable-schematic)