bonsai-syntax-geometry
No SKILL.md available for this skill.
View on GitHubMore from openaec-foundation/computational-design-day-delft-march-2026
blender-core-api
Guides Blender Python API usage including bpy module structure, RNA data access, context system, dependency graph, and operator invocation. Activates when writing bpy scripts, creating Blender addons, or accessing Blender data blocks programmatically.
1bonsai-impl-drawing
Implements Bonsai drawing and documentation workflows including creating 2D drawings from IFC models, managing drawing views (plans, sections, elevations), annotation placement, sheet layout composition, SVG generation and export, and titleblock management. Covers the complete documentation pipeline from model views through annotated drawings to printable sheet output.
1blender-impl-addons
Guides complete Blender addon development workflows including project structure for multi-file addons, testing strategies, extension packaging for extensions.blender.org, CI/CD pipelines, dependency management, and addon distribution. Activates when building production Blender addons, packaging extensions, or setting up addon development environments.
1ifcos-core-runtime
Explains IfcOpenShell Python runtime quirks including C++ binding behavior, entity identity (is vs ==), entity invalidation after removal, by_type() return semantics, thread safety constraints, memory management, PascalCase attribute access, and installation patterns. Activates when debugging IfcOpenShell crashes, entity reference errors, or performance issues.
1ifcos-impl-creation
Guides IFC model creation workflows using ifcopenshell.api including creating projects, spatial structure (site/building/storey), walls, slabs, columns, openings, property sets, and type assignments. Covers IFC2X3 OwnerHistory requirements. Activates when building IFC models from scratch, creating BIM elements, or setting up spatial hierarchies.
1ifcos-impl-sequence
Guides IFC scheduling and 4D BIM using ifcopenshell.api.sequence including work schedules, tasks, task time relationships, Gantt chart data extraction, and construction sequence modeling. Activates when implementing construction schedules in IFC, creating 4D BIM timelines, or extracting scheduling data.
1