{
  "slug": "hardware-pipeline",
  "title": "Hardware Pipeline",
  "type": "skill",
  "version": "0.1.1",
  "description": "The Fusion CAD to Component-page workflow: export a machine from Fusion via the adom-desktop bridge, convert STEP to a web-grade draco GLB with step2glb, and publish a wiki Component page with the live 3D viewer, using the current viewer, hero, and size contracts.",
  "tags": [
    "skill",
    "hardware",
    "fusion",
    "3d",
    "workcell",
    "component"
  ],
  "dependencies": {},
  "discovery_triggers": [
    "publish a workcell page",
    "fusion to wiki",
    "component page from cad",
    "export this machine to the wiki",
    "hardware page 3d viewer",
    "put the essemtec on the wiki",
    "workcell component page",
    "step to glb wiki page",
    "machine 3d page"
  ],
  "discovery_pitch": "Publishing hardware or a workcell as a wiki Component page with a live 3D viewer, straight from Fusion CAD.",
  "sample_prompts": [
    {
      "label": "Publish a workcell",
      "prompt": "publish the Essemtec Puma as a component page on the wiki with the 3D viewer"
    },
    {
      "label": "Fusion to wiki",
      "prompt": "export this Fusion design and make a wiki page for it"
    },
    {
      "label": "Fix a heavy model",
      "prompt": "my workcell page says Large 3D model and won't load inline, make it fast"
    }
  ],
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "hero": {
    "type": "image",
    "path": "docs/hero.png"
  },
  "org": "adom",
  "author": {
    "name": "Colby Knox",
    "email": "colby@adom.inc"
  },
  "visibility": {
    "public": true
  }
}