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 AI Skills
pyautocad
AutoCAD Python automation: Batch entity extraction, layer control, and parametric geometric drawing generation.
sap2000-python
SAP2000 OAPI modeling and post-processing: Structural model creation, load cases, and internal force extraction.
yjk-database
YJK model database (.ydb) read/write: Parsing low-level SQLite schema and reading/writing structural member tables.
autocad-floor-layout-to-yjk
CAD Floor Layout → YJK Model: Automated grid/element recognition and single-story structural model synthesis.
multi-floor-dwg-to-ydb-model
Multi-story DWG → ydb Model: Batch multi-floor drawing parsing, vertical alignment, and master model merging.
structural-plan-layout-workflow
Structural Scheme Layout Workflow: AI-guided scheme planning, column grid generation, and member sizing.
autocad-structural-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.
rhinorouter
Rhino 3D Parametric Modeling & Script Automation: Automate Rhino 8/7/6 via Python COM & RhinoScript with 1245 offline official APIs and VARIANT marshaling.
ifc-threejs-viewer
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.
agent-foreman
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.
matrix-stiffness-2d
2D Planar Direct Stiffness Method FEM calculation core: Element stiffness matrix, coordinate transformation, master stiffness matrix assembly, and displacement/reaction solver.
mechanics-diagram-renderer
Civil engineering drawing conventions & Canvas renderer: Mandatory tension-side bending moments, signless BMD, parabolas, and standard support graphics.
structure-benchmark-verifier
Classic structural benchmarks & automated regression suite: Simply supported beams, cantilevers, and continuous beams analytical comparisons (<0.01% tolerance).
docker-electron-delivery
Dual-form packaging & deployment: 20MB lightweight Nginx containerized deployment and offline Electron desktop client scaffold.
🛠️ 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.