Query a user-defined MCP-connected inventory system to check live stock for a project's BOM. Use this when the user has a real inventory backend (warehouse management system, parts database, home-lab inventory) wired up via MCP, rather than a static on-hand list.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hardware-spec-assembly:check-inventoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query a live inventory system for BOM coverage.
Query a live inventory system for BOM coverage.
onboard and set inventory_source.type = "mcp" with an mcp_alias pointing to a configured MCP server.search_items, get_item, list_items). Schemas vary by inventory system — discover the available tools at runtime.config.json and resolve the MCP alias. If unset or the MCP server isn't reachable, fall back to check-onhand-coverage and tell the user.check-onhand-coverage.Write <projects_dir>/<slug>/coverage.md with:
The storage location is what makes this skill more valuable than the static variant — the user can walk straight to the right bin/drawer.
check-onhand-coverage as fallback.npx claudepluginhub danielrosehill/claude-code-plugins --plugin hardware-spec-assemblyProvides 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.