Generate step-by-step assembly instructions for a project — the order in which to wire/solder/mount parts, test gates between steps, and common gotchas. Reads the BOM, wiring spec, and datasheet quirks; writes a build guide the user can follow on the bench.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin hardware-spec-assemblyThis skill uses the workspace's default tool permissions.
Produce a buildable, ordered guide.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Analyzes multiple pages for keyword overlap, SEO cannibalization risks, and content duplication. Suggests differentiation, consolidation, and resolution strategies when reviewing similar content.
Share bugs, ideas, or general feedback.
Produce a buildable, ordered guide.
bom.json, wiring.md, compatibility.md, datasheets/*.md.Write <projects_dir>/<slug>/assembly.md:
coverage.md if it exists).Order by dependency. Typical phasing:
For each step include: prerequisites, actions (numbered), test gate ("after this step you should observe X"), rollback if the test fails.
Pull the "watch out for" notes from each part's datasheet entry. Highlight ESP32 boot-strapping pin issues, I2C pull-up requirements, decoupling cap placement, etc.
End-to-end functional test plan tied back to the goals in spec.md.
Imperative, terse, no marketing. Treat the reader as competent but careful — explain the why on any non-obvious step (e.g. "leave GPIO0 disconnected until the first flash, otherwise the board won't enter download mode").