What problem does it solve? Working on the silken_net Code-as-CAD surface means navigating PicoGK voxel/SDF geometry generation, CEM (Computational Engineering Model) manifests, engineering drawings, voxel-FE elasticity runs, and verification gates — with many non-obvious kernel traps (native aborts, hollow solids, phase-locked sweeps) that are easy to hit and hard to diagnose. This Skill routes you to the correct source-of-truth documents, gotchas, and task recipes before you touch a generator, manifest, drawing, FE run, or verify gate. ## Core Features & Use Cases - CEM-driven geometry generation: Create or modify parts (Ti-coin coupon, Zone-1 gyroid anode, mechanical lock, cathode flange, PEEK radome) by editing cem/*.json manifests and C# generators, with every numeric field carrying a declared provenance ground. - Verification and measurement gates: Run verify for golden-metric regression, fea/fea --fit for measured Gibson-Ashby stiffness coefficients, converge for topology ladders, and resolution-adequacy checks against voxel size. - Engineering drawings: Emit SVG (human) and DXF (factory, via netDxf) drawings derived from the CEM with loud-absence NOT SPECIFIED IN CEM semantics instead of silent defaults. - Use Case: You need to change the anchor's pore period for a new tree-species SKU — the Skill directs you to edit the anchor CEM manifest, re-solve wallParam against the porosity target, re-measure via verify, and regenerate the golden baseline and drawing gallery. ## Quick Start Ask the assistant to generate the gyroid anchor STL from the anchor_zone1 CEM manifest and run the local verify gate on it.