# Add to your Claude Code skills
git clone https://github.com/forgent3d/forgent3dLast scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T16:23:55.932Z",
"npmAuditRan": true,
"pipAuditRan": true
}forgent3d is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by forgent3d. Using AI to generate 3D models. It has 211 GitHub stars.
Yes. forgent3d passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/forgent3d/forgent3d" and add it to your Claude Code skills directory (see the Installation section above).
forgent3d is primarily written in TypeScript. It is open-source under forgent3d on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh forgent3d against similar tools.
No comments yet. Be the first to share your thoughts!
Forgent3D is an independent project exploring what CAD workflows look like when coding agents can generate, rebuild, inspect, and revise real geometry locally.
Download the desktop app from Releases. The bundled build includes the CAD runtime, so you can start without setting up Python or build123d manually.



Most AI-generated CAD workflows stop at source code. Forgent3D closes the loop: it gives agents and humans a fast way to build, preview, inspect, and iterate on real geometry.
part.py or asm.xml plus params.json, so dimensions and visual choices stay editable.__viewer.materials in params.json to assign preview material presets and colors without mixing styling into geometry.Download the latest release:
https://github.com/forgent3d/forgent3d/releases/
The release app is the recommended way to try Forgent3D. It is packaged with the local CAD runtime and viewer, so you can create and inspect models without preparing a separate CAD development environment.
The app creates self-contained model packages under models/. Each model has a root asm.xml and params.json, with local editable parts beneath it:
models/
reference_mount/
asm.xml
params.json
parts/
mounting_plate/
part.py
params.json
fastener_stack/
part.py
params.json
AI agent or editor
|
v
models/<name>/asm.xml + params.json
models/<name>/parts/<part>/part.py + params.json
|
v
Forgent3D build runner
|
v
MJCF model package preview
|
v
Interactive viewer, screenshots, geometry info, MCP feedback
Forgent3D is designed to sit next to AI coding tools. Launch your agent from the viewer so project-specific skills, rules, and MCP configuration are available.
A typical loop:
part.py, asm.xml, and params.json.This keeps the workflow grounded in real geometry instead of text-only reasoning.
Most users should start with the release app. If you want to work on Forgent3D itself, run it from source with pnpm:
pnpm install
pnpm run build:electron
pnpm run build:runner
pnpm run dev
Building the embedded CAD runner currently requires Python 3.13. You can set AICAD_PYTHON_BIN if you want to point the build at a specific Python executable.
Useful scripts:
pnpm run build:renderer
pnpm run build
pnpm run start
Forgent3D is part of a growing wave of open AI-assisted CAD experiments. Several projects are exploring how language models, code, and CAD geometry can work together.
Forgent3D focuses on the desktop workflow around agent-generated CAD: packaging the CAD runtime, viewer, agent bridge, rebuild loop, and geometry feedback into one installable app.
The source code in this repository is available under the MIT License.