Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add beiming183-cloud/AutoCAD-skills --skill mechanical-drafting-gbtgit clone --depth 1 https://github.com/beiming183-cloud/AutoCAD-skillsWrote 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.
[](https://agentmods.dev/skills/beiming183-cloud/autocad-skills/mechanical-drafting-gbt)<a href="https://agentmods.dev/skills/beiming183-cloud/autocad-skills/mechanical-drafting-gbt"><img src="https://agentmods.dev/badge/skills/beiming183-cloud/autocad-skills/mechanical-drafting-gbt/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.
<a href="https://agentmods.dev/skills/beiming183-cloud/autocad-skills/mechanical-drafting-gbt"><img src="https://agentmods.dev/badge/skills/beiming183-cloud/autocad-skills/mechanical-drafting-gbt.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00145 | $0.04741 |
| Opus 5 | $0.00072 | $0.02371 |
| Sonnet 5 | $0.00029 | $0.00948 |
| Haiku 4.5 | $0.00015 | $0.00474 |
Grade A, and why
mechanical-drafting-gbt 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 12d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 138 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GB/T Mechanical Drafting
Chinese maintenance mirror: SKILL.zh-CN.md.
Create readable manufacturing drawings, not decorative CAD illustrations. Treat geometry, line hierarchy, view layout, dimensions, and notes as one system.
Portability Contract
- Keep the core workflow agent- and vendor-neutral. Apply it in Codex, Claude Code, or another compatible skill runner without changing the engineering acceptance criteria.
- Treat
SKILL.mdandreferences/as the authoritative instructions. Ignore optional runtime-specific metadata, such asagents/openai.yaml, when the current runner does not use it. - Discover the available CAD application, MCP/automation bridge, shell, parsers, and renderers before execution. Map capability-level steps to exposed safe tools instead of assuming a particular tool namespace or exact operation name.
- Treat operation names and JSON payloads in the references as interface examples unless the active bridge explicitly exposes them. Never invent a tool call or claim a check ran when only an example schema exists.
- Keep deliverables and validation evidence in standard CAD/exchange/report artifacts so another agent or application can reopen and independently verify them.
Tool Inventory Preflight
Before installing, downloading, upgrading, patching, removing, or relocating any tool, dependency, browser runtime, plug-in, CAD backend, renderer, or validator:
- Read
D:\Codex\TOOLS-INVENTORY.md. - Check its recorded path, version, and verification command. Reuse the existing environment when verification passes; a different task or window is not a reason to reinstall it.
- Install or repair only when the entry is absent, its path is missing, or verification fails.
- After any change, update the inventory with the date, exact path, version, purpose, verification result, and known limitations.
- Never store credentials, tokens, license keys, or other secrets in the inventory.
Required Workflow
- Classify the task and load only the required references: always read
references/gbt-drafting.mdfor engineering drawings; readreferences/autocad-mcp-workflow.mdfor AutoCAD/MCP execution,references/complex-assembly-drafting.mdfor engines or other multi-system assembly drawings,references/consumer-product-concept.mdfor new/substantially redesigned consumer products, enclosures, appliances, ports/cables/controls, moving parts, or mains-powered products,references/cad-workflows.mdfor 2D/3D conversion or presentation,references/cad-3d-modeling.mdfor 3D parts/assemblies,references/gps-inspection.mdfor GD&T/GPS, tolerance-stack, or inspection work,references/product-definition-release.mdfor configurations, BOMs, revisions, MBD/PMI, dependencies, or release packages,references/engineering-analysis.mdfor any physical-performance calculation or simulation claim, andreferences/drc-review.mdfor every DRC, DFM, fit, interference, or release review. - For a new or substantially redesigned consumer product, pass the applicable concept, purchased-component, mains/moving-part safety, early-preview, and product-design gates before detailed dimensions or production CAD. If selection or safety architecture is unresolved, stop at an explicitly provisional concept package.
- Inspect the source CAD, drawing, screenshot, and user requirements. Record concrete defects and separate supplied values from derived or assumed values.
- Preserve unrelated user geometry. Create a clean replacement in a separate area when extensive repair is needed; remove old geometry only when the user authorizes it.
- Confirm the sheet size, scale, units, projection method, CAD plot style, and required deliverable before laying out views. For a GB/T mechanical drawing, default to first-angle projection only when the user, approved project template, and source drawing do not specify another method; record the assumption and keep view placement, projection symbol, and title-block data consistent.
- Establish semantic layers and properties before geometry. Select line widths from the applicable standard series and the sheet/scale; keep a clear thick-to-thin ratio. A practical fallback is:
OUTLINE: thick continuous.THIN: thin continuous.CENTER: thin chain.HIDDEN: thin dashed.HATCH: thin continuous.DIM: thin continuous.TEXT: thin continuous.
- Use a monochrome plotted hierarchy. Layer colors may aid CAD editing only when the configured plot style produces the required line types, widths, and monochrome output.
- Lay out aligned orthographic views first and keep projection correspondence exact. Add sections only when they clarify internal geometry.
- Add dimensions from the part outward. Prefer functional datums; avoid closed chains, duplicates, crossings, and dimensions attached to hidden lines.
- Add tolerances, fits, surface texture, material, process notes, and title-block data only when supplied or technically justified. Mark unresolved production data as
TBDor clearly identify it as assumed. - Run the selected verification tier and presentation checks. For Tier 1, inspect the active affected geometry/view and report deferred release gates; for Tier 3, inspect model space plus the current final plotted/exported sheet at readable and full-sheet zoom before declaring release readiness.
What ships with it
19 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.
- agents/openai.yaml 938 B
- references/autocad-mcp-workflow.md 21 KB
- references/cad-3d-modeling.md 9.3 KB
- references/cad-workflows.md 13 KB
- references/complex-assembly-drafting.md 12 KB
- references/consumer-product-concept.md 14 KB
- references/drc-review.md 20 KB
- references/engineering-analysis.md 7.5 KB
- references/gbt-drafting.md 15 KB
- references/gps-inspection.md 7.4 KB
- references/product-definition-release.md 9.3 KB
- references/zh-CN/autocad-mcp-workflow.md 18 KB
- references/zh-CN/complex-assembly-drafting.md 9.8 KB
- references/zh-CN/consumer-product-concept.md 12 KB
- references/zh-CN/drc-review.md 17 KB
- references/zh-CN/gbt-drafting.md 12 KB
- scripts/build_release_manifest.py 5.2 KB runs code
- scripts/validate_translation_sync.py 4.4 KB runs code
- SKILL.zh-CN.md 15 KB
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.
- 12d ago First seen · 138 lines · 145 tokens per session scan A 32281b09e250
mechanical-drafting-gbt is a skill published in the GitHub repository beiming183-cloud/AutoCAD-skills (7 stars, last pushed 1mo ago), licensed MIT. It adds 145 tokens to every session and 4,741 once invoked, about $0.0007 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-31.
Other skills, from other repositories
solidworks-automation
An automation skill for SolidWorks, a computer-aided design program used to create 3D parts, assemblies, and engineering drawings. It covers verified CAD operations and marks less-tested operations for human review.
autocad-automation
An automation skill for AutoCAD, a computer-aided design program commonly used for 2D technical drawings. It works with drawing formats such as DWG and DXF and can use Windows automation or other supported scripting routes.
solidworks-vibecad
A planning guide for turning natural-language mechanical design requests into structured, parameterized SolidWorks plans that can be reviewed before execution.
solidworks-engineering-drawing
A SolidWorks skill for creating and reviewing engineering drawings, which are manufacturing documents showing views, measurements, holes, parts lists, and title-block information.
simplecadapi
Build, assemble, inspect, reconstruct, and export parametric CAD models with the SimpleCADAPI Python SDK. Use for SimpleCAD geometry modeling, constrained sketches, parts and assemblies, standard gears and bearings, STEP/BREP inspection and reconstruction, durable product packages, model JSON replay, and CAD backend…
lightningcad
Use when doing architectural facade panel layout and detailing in AutoCAD or ZWCAD — panel numbering, shop drawing generation, material optimization. LightningCAD: building envelope detailing plugin for AutoCAD/ZWCAD.