forgecad-3d-reconstruction

Reconstructs scanned 3D models as editable CAD files with scoring.

917|102|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/KoStard/forgecad-public-kit --skill forgecad-3d-reconstruction
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forgecad-3d-reconstruction
Source: https://github.com/KoStard/forgecad-public-kit/tree/main/skills/forgecad-3d-reconstruction
Command: npx skills add https://github.com/KoStard/forgecad-public-kit --skill forgecad-3d-reconstruction

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you convert an existing 3D file (STL/OBJ/3MF/STEP/STP) into a readable, parametric ForgeCAD model that can be rendered, inspected, and numerically scored against the source geometry.

Core Features & Use Cases

  • Reference-first inspection: Renders and inspects the source asset directly to understand shape families, symmetry, and key tolerances.
  • True parametric reconstruction: Authors real ForgeCAD geometry (blockout to fine details) rather than returning a simple import wrapper.
  • Evidence-based scoring and iteration: Runs reconstruction scoring with alignment controls, then iterates from coarse silhouette to localized features using metrics (RMS, p95/max, coverage, bounds/volume deltas).

Quick Start

Use the forgecad-3d-reconstruction skill to reconstruct and score the uploaded file by rebuilding it as a parametric .forge.js model.

Frequently Asked Questions about forgecad-3d-reconstruction

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert an STL mesh to a parametric CAD model?

Converting an STL mesh to a parametric CAD model requires staged source inspection to understand shape families and symmetry. This Skill authors real parametric ForgeCAD geometry rather than returning a simple import wrapper, outputting a runnable .forge.js model.

What is 3D reconstruction scoring and how does it work?

3D reconstruction scoring evaluates how closely a rebuilt parametric model matches the source mesh. It runs reconstruction scoring with alignment controls and iterates from coarse silhouette to localized features using metrics like RMS, p95/max, coverage, and bounds/volume deltas.

Can I reconstruct a STEP file into a ForgeCAD model?

You can reconstruct a STEP or STP file into a ForgeCAD model. The Skill accepts existing 3D CAD or mesh files including STL, OBJ, 3MF, STEP, and STP formats, rebuilding them into a readable, parametric .forge.js model.

What's the best way to validate reconstructed geometry against a source mesh?

Validating reconstructed geometry against a source mesh is best done through evidence-based scoring and iteration. The Skill executes reconstruction scoring with alignment controls and uses returned metrics like RMS and coverage to iteratively refine the model from coarse silhouette to fine details.

Does mesh to CAD conversion work with OBJ and 3MF files?

Mesh to CAD conversion works with OBJ and 3MF files. The Skill accepts these formats alongside STL, STEP, and STP, performing reference-first inspection to understand shape families, symmetry, and key tolerances before rebuilding parametric geometry.