cad-skills

cad-skills is a skill for Claude Code, Codex from znlgis/opengis-skills. It costs 81 tokens per session (1,830 once invoked), scanned A, original, MIT.

An index of skills for CAD, or computer-aided design, covering 3D modeling, 2D drafting, geometry software, BIM/IFC data, PCB design, and AutoCAD development.

In plain words
What is it for?
Use it for parametric models, 3D printing, DWG or DXF drawings, printed-circuit-board design, BIM data, geometry kernels, or AutoCAD .NET work.
Why use it?
It helps choose the relevant guidance when a task involves a particular CAD tool or design format.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is **父级入口:** [../SKILL.md](../SKILL.md) — 全仓 75 技能总索引.

Good fit Use it for parametric models, 3D printing, DWG or DXF drawings, printed-circuit-board design, BIM data, geometry kernels, or AutoCAD .NET work.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/znlgis/opengis-skills
agentmods
npx agentmods add skills/znlgis/opengis-skills/cad

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cad-skills

README.md
[![agentmods](https://agentmods.dev/badge/skills/znlgis/opengis-skills/cad/github.svg)](https://agentmods.dev/skills/znlgis/opengis-skills/cad)
Your own site
<a href="https://agentmods.dev/skills/znlgis/opengis-skills/cad"><img src="https://agentmods.dev/badge/skills/znlgis/opengis-skills/cad/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cad-skills

Your own site · 80×15
<a href="https://agentmods.dev/skills/znlgis/opengis-skills/cad"><img src="https://agentmods.dev/badge/skills/znlgis/opengis-skills/cad.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,830 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00081 $0.01830
Opus 5 $0.00041 $0.00915
Sonnet 5 $0.00016 $0.00366
Haiku 4.5 $0.00008 $0.00183

Measured 2d ago against content hash 53529560d9ca, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

cad-skills scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

The scan reads SKILL.md. This mod also ships 13 executable files (design-drawing-svg-md/scripts/01_extract.py, design-drawing-svg-md/scripts/02_cluster_views.py, design-drawing-svg-md/scripts/03_render_regions.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

cad/SKILL.md · 121 lines

How it starts

The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.

父级入口: ../SKILL.md — 全仓 75 技能总索引

概述

本分类涵盖 20 个 CAD 项目的技能文件,从底层几何内核到用户界面覆盖 CAD 全栈:

几何内核 → 参数化建模 → CAD 应用 → 数据交换 → 可视化
  (OCCT)    (FreeCAD)   (QCAD)    (LibreDWG) (Chili3D)

何时加载此索引?

  • 用户问题涉及「CAD」「建模」「3D 打印」「DWG/DXF」「PCB」「BIM」
  • 不确定该用 FreeCAD、OpenSCAD 还是 SolveSpace
  • 需要 .NET 平台的 AutoCAD 二次开发指导

技能列表

🧩 几何内核与算法

技能 简介 关键标签
occt Open CASCADE Technology 三维几何内核 kernel geometry cpp
clipper2 高性能 2D 多边形布尔运算与偏移 geometry polygon clipping
clipper1 Clipper 1.x(旧版本,仍广泛使用) geometry legacy polygon

🏗️ 参数化 3D CAD

技能 简介 关键标签
freecad 开源参数化 3D CAD/BIM parametric bim python
openscad 脚本式 3D CAD(CSG) scripting csg programmatic
cadquery Python 脚本化参数化 3D CAD python scripting occt
solvespace 轻量参数化 2D/3D CAD parametric constraint lightweight
chili3d 纯 Web 3D CAD(OCCT.js + WASM) web typescript wasm 3d

📐 2D CAD 与制图

技能 简介 关键标签
qcad 开源 2D CAD(DXF 编辑器) dxf 2d editor
librecad 开源 2D CAD(C++/Qt) dxf 2d qt
lightcad 轻量级 Web 2D CAD 框架 web 2d lightweight
fy_layout 施工场地布置插件(LightCAD 二次开发示例) lightcad construction dotnet
design-drawing-svg-md 设计图 SVG+MD 双载体记录(钢结构施工图→可复现图纸描述) svg markdown pdf steel-structure llm

🔌 PCB/EDA 设计

技能 简介 关键标签
kicad 开源 EDA/PCB 设计套件 eda pcb electronics

🏛️ BIM 与 IFC

技能 简介 关键标签
xbim .NET BIM/IFC 工具集 dotnet bim ifc

Read the full file on GitHub · 121 lines

Files

What ships with it

39 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago Changed 53529560d9ca
  2. 8d ago Changed · +1 lines · +2 tokens per session 09386d642b2c
  3. 12d ago First seen · 120 lines · 79 tokens per session scan A 1f77dcc58840

Subscribe to this mod's changes

cad-skills is a skill published in the GitHub repository znlgis/opengis-skills (61 stars, last pushed today), licensed MIT. It adds 81 tokens to every session and 1,830 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

cadquery-modeling

Generate CAD models with CadQuery using an adaptive CAD Compiler workflow: plan-mode skill constraint handoff, focused iteration scopes, fail-first challenge review, compact review packets, real-product reference fidelity, visual/functional audits, source-first repair, and STEP/STL export. Use for CadQuery, CQ, 建模…

armpro24-blip/cad-cae-copilot · 0 tokens

kernelcad-assemblies

Multi-part assemblies — assembly(), parts, connectors, 7 mate types, fixed and revolute joints, .model()/.solvedModel(). Use for any model with two or more mechanical parts that need joint metadata.

w1ne/kernelCAD-web · 50 tokens

kernelcad-kinematic

Use when verifying whether a moving assembly is buildable — sampled-pose collision sweeps across joint ranges, IK reachability for end-effector targets, mounting-hole fastener consistency, and static-load capacity on cantilever-shaped parts. Loads alongside kernelcad-authoring to gate design-time mechanism feasibility.

w1ne/kernelCAD-web · 65 tokens

kernelcad-parts

Bundled parts catalog — discover, fetch, and mate standard fasteners, bearings, motors, headers, and connectors. Use whenever the model needs an off-the-shelf component instead of hand-modeled placeholder geometry.

w1ne/kernelCAD-web · 48 tokens

use-the-available-kernel

Hard rules for which kernelCAD primitive to reach for when authoring from a reference photo. The from-reference loop fails most often because the author defaults to easy primitives and skips ones that exist. Read before writing any geometry.

w1ne/kernelCAD-web · 51 tokens

kernelcad-drawings

Export 2D engineering-drawing sheets (SVG) from any model or assembly — third-angle front/top/left + isometric views with hidden-line removal, overall dimensions, and a title block. Use when the deliverable is a human-readable fabrication or review drawing.

w1ne/kernelCAD-web · 60 tokens