Export a project's BOM (and optionally sourcing plan) to CSV and a clean markdown table. Useful for sharing with collaborators, pasting into a spreadsheet, or feeding into ordering workflows.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin hardware-spec-assemblyThis skill uses the workspace's default tool permissions.
Convert `bom.json` into shareable formats.
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.
Convert bom.json into shareable formats.
--with-sourcing to include vendor/price columns from sourcing.md.Write to <projects_dir>/<slug>/exports/:
bom.csv — columns: ref, category, part, qty, interface, notes, alternatives (and vendor, est_unit_price, est_line_total when --with-sourcing).bom-table.md — clean GitHub-flavoured markdown table version.alternatives is a |-separated list inside a single cell so the row count matches the canonical BOM.# currency=USD, exported=YYYY-MM-DD).Print the export paths to the conversation when done.