Agent skill

forgecad-reconstruct-from-images

Reconstruct a real parametric ForgeCAD object from reference images by using images as evidence, not as a one-view facade.

ForgeCADgithub.com/ForgeCADGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add ForgeCAD/forgecad-public-kit --skill forgecad-reconstruct-from-images --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 5 KB
Bundled scripts: yes
Path: skills/forgecad-reconstruct-from-images/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 915
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Reconstruct From Images The reference image is evidence, not the deliverable. The deliverable is a real parametric object that holds up from front, back, side, top, bottom, and reference camera views — a model that matches one image but falls apart from other angles has failed, even if the comparison board looks close. Cutaway, sectioned, exploded, or transparent references are evidence about the complete object: build the closed artifact and recreate explanatory views with viewer/inspection tools (the main `forgecad` skill's closed-artifact rule applies). ## Companion Skills - `forgecad` — API docs, model authoring, renderer behavior. - `forgecad-design-spec` — when the images underdetermine artifact family, process posture, scale, operating story, or validation boundary. - `forgecad-build-model` — file placement, project structure, decomposition, definition of done. - `forgecad-inspect-model` — pre-delivery inspection for multi-part, internal, mechanical, thin-wall, or fit-sensitive objects. ## Core Rule Infer the real object before matching any camera — identity, manufacture, scale, what hidden sides must contain, what geometry must exist for physical coherence. Reference matc

What's inside
Steps it walks through
  1. Companion Skills
  2. Core Rule
  3. Workflow
  4. Comparison Boards
  5. Done and Report
Ships with 2 files
  • agents/openai.yaml
  • scripts/compare_images.py
Commands it runs
uv run <skill-dir>/scripts/compare_images.py refs/front.png render-front.png compare-front.png
More from forgecad-public-kit
All skills →
About this skill
What does the forgecad-reconstruct-from-images skill do?

Reconstruct a real parametric ForgeCAD object from reference images by using images as evidence, not as a one-view facade.

How do I install it?

Run `npx skills add ForgeCAD/forgecad-public-kit --skill forgecad-reconstruct-from-images --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ForgeCAD/forgecad-public-kit, a repository with 915 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going