SKILLS

AI Skills Library

AI AGENT EXTENSIONS FOR ENGINEERS

Skills are standardized capabilities that equip AI agents with domain-specific structural analysis algorithms, civil engineering drawing standards, and industrial software APIs. Unzip into the skills/ directory of your project, and the AI Agent will automatically adhere to engineering rules during planning and coding.

ALL SKILLS

All AI Skills

14 Packages ⚙️ Admin

pyautocad

SESSION 01 CAD Automation

AutoCAD Python automation: Batch entity extraction, layer control, and parametric geometric drawing generation.

Session 01 Resource Download ⬇

sap2000-python

SESSION 01 Structural Analysis

SAP2000 OAPI modeling and post-processing: Structural model creation, load cases, and internal force extraction.

Session 01 Resource Download ⬇

yjk-database

SESSION 01 YJK Database

YJK model database (.ydb) read/write: Parsing low-level SQLite schema and reading/writing structural member tables.

Session 01 Resource Download ⬇

autocad-floor-layout-to-yjk

SESSION 02 Layout Conversion

CAD Floor Layout → YJK Model: Automated grid/element recognition and single-story structural model synthesis.

Session 02 Resource Download ⬇

multi-floor-dwg-to-ydb-model

SESSION 02 Multi-Story Merge

Multi-story DWG → ydb Model: Batch multi-floor drawing parsing, vertical alignment, and master model merging.

Session 02 Resource Download ⬇

structural-plan-layout-workflow

SESSION 02 Scheme Workflow

Structural Scheme Layout Workflow: AI-guided scheme planning, column grid generation, and member sizing.

Session 02 Resource Download ⬇

autocad-structural-translation

SESSION 02 DWG Translation

CAD Structural Drawing Chinese-to-English: Intelligently translates Chinese annotations and layout text into English in DWG files, supporting preselection or full drawing scans while preserving layers.

Session 02 Resource Download ⬇

rhinorouter

Rhino Automation

Rhino 3D Parametric Modeling & Script Automation: Automate Rhino 8/7/6 via Python COM & RhinoScript with 1245 offline official APIs and VARIANT marshaling.

General Engineering Skill Download ⬇

ifc-threejs-viewer

BIM / WebGL

IFC to Web Viewer: Converts .ifc models into interactive Three.js 3D web viewers with floor & component toggles (columns, beams, slabs, walls) and instant public deployment.

General Engineering Skill Download ⬇

agent-foreman

Multi-Agent

Cost-aware multi-agent foreman: Allows any lead agent (Codex, Claude Code, Antigravity) to delegate research, review, and scoped code edits to workers in isolated git worktrees with strict review verdicts.

General Engineering Skill Download ⬇

matrix-stiffness-2d

SESSION 04 Mechanics Core

2D Planar Direct Stiffness Method FEM calculation core: Element stiffness matrix, coordinate transformation, master stiffness matrix assembly, and displacement/reaction solver.

Session 04 Resource Download ⬇

mechanics-diagram-renderer

SESSION 04 Graphics Rendering

Civil engineering drawing conventions & Canvas renderer: Mandatory tension-side bending moments, signless BMD, parabolas, and standard support graphics.

Session 04 Resource Download ⬇

structure-benchmark-verifier

SESSION 04 Benchmark QA

Classic structural benchmarks & automated regression suite: Simply supported beams, cantilevers, and continuous beams analytical comparisons (<0.01% tolerance).

Session 04 Resource Download ⬇

docker-electron-delivery

SESSION 04 Dual Delivery

Dual-form packaging & deployment: 20MB lightweight Nginx containerized deployment and offline Electron desktop client scaffold.

Session 04 Resource Download ⬇

🛠️ How to Load and Use Skills Locally?

Option A: Claude Code / Antigravity / OpenCLI

Unzip the downloaded skill folder directly into the skills/ directory of your project root:

unzip solver-skills-bundle.zip -d ./skills/

The AI Agent will automatically read and follow SKILL.md instructions during planning and code generation.

Option B: Cursor / Windsurf / VS Code

Copy the contents of SKILL.md into .cursorrules or global project rules in your workspace.