Ed3Design

Ed3design Engineering Bundles — Design skill for Claude Code

Design community

Claude Code skill bundles for hardware/maker engineering: 8 skills across 3 plugins — parametric CAD (Fusion 360 MCP-Bridge, OpenSCAD), FDM/3D-printing workflows (BOM validation, embedded UI docs), em.

How to install Ed3design Engineering Bundles

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Ed3Design/ed3design-engineering-bundles and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Ed3design Engineering Bundles does

Claude Code skill bundles for hardware/maker engineering: 8 skills across 3 plugins — parametric CAD (Fusion 360 MCP-Bridge, OpenSCAD), FDM/3D-printing workflows (BOM validation, embedded UI docs), embedded systems (Victron Cerbo Modbus onboarding). Sibling to ed3design-skill-bundles.

Alternatives in Design

  • Brainstorm Experiments New — Design lean pretotypes for new product validation 7.8k ★
  • Site — Crawl a whole site and synthesize ONE canonical design system across all pages — unified tokens, coverage map 3.6k ★
  • DesignReview — Two-way validation between SwiftUI implementation and Figma designs 512 ★

README

ed3design-engineering-bundles

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

Engineering-discipline library for Claude Code power users — hardware/maker focus. 8 skills across 3 thematic bundles covering parametric CAD, FDM/maker workflows, and embedded systems integration.

Sibling to [`ed3design-skill-bundles`](https://github.com/Ed3Design/ed3design-skill-bundles) (software-engineering focus). This repo concentrates on the **physical engineering** disciplines: CAD design, 3D-printed builds, embedded device onboarding.

📦 Bundles

Bundle Skills Status
`cad-design` 5 (CAD API scripting, construction workflows, mechanical design principles, image-to-mesh, Fusion MCP-Bridge) 🟡 v0.1.0 alpha
`maker-fdm` 2 (BOM validation, embedded GUI documentation) 🟡 v0.1.0 alpha
`embedded-systems` 1 (Victron Cerbo GX Modbus onboarding — Enabled=0 default trap) 🟡 v0.1.0 alpha

**Total**: 8 skills + 1 helper tool — patterns extracted from real-world physical engineering practice and structured for reuse.

[!NOTE] Status is `alpha` until the first signed `v0.1.0` Git tag is published. All bundles currently pass `claude plugin validate --strict` via CI on every PR, but no stable release has been cut yet. Treat the install instructions as pre-release for now.

🚀 Quickstart

Via Claude Code Marketplace

/plugin marketplace add Ed3Design/ed3design-engineering-bundles
/plugin install cad-design@ed3design-engineering-bundles
/plugin install maker-fdm@ed3design-engineering-bundles
/plugin install embedded-systems@ed3design-engineering-bundles

Manual Install

git clone https://github.com/Ed3Design/ed3design-engineering-bundles
ln -s "$(pwd)/ed3design-engineering-bundles/cad-design/skills"/* ~/.claude/skills/
ln -s "$(pwd)/ed3design-engineering-bundles/maker-fdm/skills"/* ~/.claude/skills/
ln -s "$(pwd)/ed3design-eng