nextboard-hardware-solution
v0.2.0Hardware solution design skills and workflows for embedded and hardware engineers.
By NextBoardLicense: MIT329 GitHub starsUpdated 4 months ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- May 5, 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 nextboard-hardware-solution for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add nextboard-hardware-solution@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/LeoKemp223/NextBoardClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/hardware-solution/SKILL.md
Included Skills1
Use when the user needs embedded hardware architecture, MCU/SoC selection, power tree design, interface planning, sensor/actuator selection, RF/connectivity, BOM risk assessment, PCB/layout constraints, schematic-ready proposals, validation plans, or hardware design review.
Plugin manifests2
{
"name": "nextboard-hardware-solution",
"version": "0.2.0",
"description": "Hardware solution design skills and workflows for embedded and hardware engineers.",
"author": {
"name": "NextBoard"
},
"license": "MIT",
"keywords": [
"hardware",
"embedded",
"schematic",
"architecture",
"bom",
"pcb",
"workflow",
"design-review",
"component-selection"
],
"skills": "./skills/",
"agents": "./agents/",
"hooks": "./hooks/",
"interface": {
"displayName": "NextBoard Hardware Solution",
"shortDescription": "Embedded hardware design workflows",
"longDescription": "Use this plugin to turn embedded product requirements into hardware architecture options, component selection, power trees, interface plans, PCB constraints, BOM risk notes, and validation plans.",
"developerName": "NextBoard",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Use $hardware-solution to design a hardware proposal for my embedded product.",
"Use $hardware-solution to review this schematic and BOM risk."
],
"brandColor": "#0F766E",
"screenshots": []
}
}{
"name": "nextboard-hardware-solution",
"description": "Hardware solution design skills and workflows for embedded and hardware engineers.",
"version": "0.2.0",
"author": {
"name": "NextBoard"
},
"license": "MIT",
"keywords": [
"hardware",
"embedded",
"schematic",
"architecture",
"bom",
"pcb",
"workflow",
"design-review",
"component-selection"
]
}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.
[nextboard-hardware-solution on Agent Plugins Marketplace](https://pluginsmp.com/plugins/nextboard-hardware-solution)