Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

Computational-Design-Day-Delft-March-2026

Computational-Design-Day-Delft-March-2026 contém 61 skills coletadas de OpenAEC-Foundation, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
61
Stars
2
atualizado
2026-03-06
Forks
1
Cobertura ocupacional
3 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

aec-agents-workflow-orchestrator
Desenvolvedores de software

Orchestrates complex AEC workflows spanning multiple technologies (Blender Python, IfcOpenShell, Bonsai), providing decision trees for technology selection, workflow sequencing for multi-step BIM operations, and coordination patterns for tasks like IFC creation to Blender visualization to Bonsai authoring. Activates when Claude handles cross-technology AEC tasks, multi-step BIM pipelines, or needs to choose between Blender/IfcOpenShell/Bonsai approaches.

2026-03-06
aec-core-bim-workflows
Desenvolvedores de software

Orchestrates end-to-end BIM workflows combining IfcOpenShell for IFC manipulation, Bonsai for native BIM authoring in Blender, and Blender for 3D operations. Covers common AEC automation patterns: IFC file creation and enrichment, model validation pipelines, geometry extraction workflows, property set management across tools, and batch processing of building models.

2026-03-06
blender-agents-code-validator
Analistas de garantia de qualidade de software e testadores

Provides a systematic validation checklist for reviewing Blender Python code, checking for deprecated API usage, context errors, version compatibility issues, threading violations, data reference invalidation, incorrect operator calls, and addon/extension structure compliance. Activates when Claude reviews, validates, audits, or checks Blender Python code quality.

2026-03-06
blender-agents-version-migrator
Desenvolvedores de software

Provides a systematic migration process for updating Blender Python scripts and addons across major versions (3.x to 4.x to 5.x), covering API renames, removed functions, changed parameters, extension system migration, BGL to GPU module conversion, and bone collection migration. Activates when migrating, porting, updating, or upgrading Blender Python code between versions.

2026-03-06
blender-core-api
Desenvolvedores de software

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.

2026-03-06
blender-core-gpu
Desenvolvedores de software

Guides GPU drawing in Blender Python using the gpu module, built-in shaders, batch rendering, gpu.state management, SpaceView3D draw handlers, and offscreen rendering. Covers BGL-to-gpu migration. Activates when drawing custom overlays, creating viewport visualizations, or migrating from deprecated bgl module.

2026-03-06
blender-core-runtime
Desenvolvedores de software

Covers Blender Python runtime behavior including mathutils module (Vector, Matrix, Quaternion, KDTree, BVHTree), threading restrictions, undo/redo invalidation of bpy references, application handlers with @persistent, bpy.app.timers, bpy.msgbus subscriptions, and background mode limitations. Activates when dealing with math operations, handlers, timers, or runtime crashes in Blender scripts.

2026-03-06
blender-core-versions
Desenvolvedores de software

Provides complete Blender Python API version matrix from 3.x through 5.1 with all breaking changes, migration paths, and version-safe coding patterns. Activates when writing version-compatible scripts, migrating addons between Blender versions, or checking API deprecations.

2026-03-06
blender-errors-context
Desenvolvedores de software

Diagnoses and resolves Blender Python context errors including RuntimeError from restricted context access, operator poll() failures, wrong context for bpy.ops calls, and modal operator context issues. Covers context override removal in 4.0+, temp_override migration, and context-dependent attribute access patterns across Blender 3.x-5.x.

2026-03-06
blender-errors-data
Desenvolvedores de software

Diagnoses and resolves Blender Python data access errors including ReferenceError from removed objects, undo-invalidated bpy.data references, stale ID pointers after file operations, and data lifecycle management. Covers safe data access patterns, ID reference caching pitfalls, and proper use of bpy.data collections across all Blender versions.

2026-03-06
blender-errors-version
Desenvolvedores de software

Diagnoses and resolves Blender Python version compatibility errors including AttributeError from removed APIs, ImportError from deprecated modules (bgl in 5.0), breaking changes in operator signatures, and version-specific API differences. Provides migration patterns from 3.x to 4.x to 5.x with complete deprecation timeline and replacement mappings.

2026-03-06
blender-impl-addons
Desenvolvedores de software

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.

2026-03-06
blender-impl-animation
Desenvolvedores de software

Provides implementation workflows for Blender animation including construction sequence animation for AEC, camera walkthrough automation, solar study animations, phasing visualization, NLA workflow orchestration, and batch keyframe operations. Activates when creating construction animations, camera paths, or time-based visualizations for architecture.

2026-03-06
blender-impl-automation
Desenvolvedores de software

Covers Blender automation workflows including batch rendering, headless processing via blender --background, file format I/O automation (OBJ/FBX/STL/USD/glTF), scene assembly scripts, and command-line pipeline integration. Activates when automating Blender workflows, batch processing files, or building render pipelines.

2026-03-06
blender-impl-mesh
Desenvolvedores de software

Provides implementation workflows for Blender mesh operations including creating buildings from vertices, IFC geometry visualization, mesh analysis tools, custom mesh generation for AEC, BMesh algorithms, and performance optimization with foreach_get/set. Activates when generating mesh geometry for architecture, implementing custom mesh tools, or creating parametric building elements.

2026-03-06
blender-impl-nodes
Desenvolvedores de software

Provides implementation workflows for Blender node systems including creating Geometry Nodes modifiers from Python, building shader node trees programmatically, custom node groups, and linking node setups for AEC visualization. Activates when building node-based setups for parametric modeling, material generation, or procedural geometry.

2026-03-06
blender-impl-operators
Desenvolvedores de software

Provides implementation patterns for Blender operators including modal operators with timer callbacks, file browser integration, undo/redo support, batch processing operators, progress reporting, and multi-step workflows. Activates when implementing complex Blender operators, modal tools, file dialogs, or batch automation scripts.

2026-03-06
blender-syntax-addons
Desenvolvedores de software

Defines Blender addon and extension development patterns including legacy bl_info dict, blender_manifest.toml (4.2+), register/unregister lifecycle, multi-file addon structure, AddonPreferences, class naming conventions, and extension packaging for extensions.blender.org. Activates when creating Blender addons, packaging extensions, or migrating from legacy bl_info to manifest format.

2026-03-06
blender-syntax-animation
Desenvolvedores de software

Covers Blender animation API including keyframe insertion, FCurve access, Action data blocks, NLA system, BoneCollection (4.0+), armature bone layers migration, driver expressions, and timeline control. Activates when creating animations programmatically, managing keyframes, working with armatures, or setting up drivers.

2026-03-06
blender-syntax-data
Desenvolvedores de software

Covers Blender data management including collections, library overrides, asset system, linked libraries, BlendDataLibraries, data block creation and removal, fake users, and data transfer between files. Activates when managing Blender collections, linking/appending data, working with library overrides, or using the asset system.

2026-03-06
blender-syntax-materials
Desenvolvedores de software

Covers Blender material and shader node API including Principled BSDF input name changes (4.0), material slot assignment, UV mapping, texture node setup, material_slot_add, and node-based material creation. Activates when creating materials programmatically, assigning textures, setting up shaders, or migrating material code between Blender versions.

2026-03-06
blender-syntax-mesh
Desenvolvedores de software

Covers Blender mesh data access including vertices, edges, faces, loops, BMesh creation and editing, from_pydata, UV layers, vertex colors/attributes, normals, and foreach_get/set for bulk operations. Activates when creating or editing mesh geometry, working with BMesh, or manipulating vertex data programmatically.

2026-03-06
blender-syntax-modifiers
Desenvolvedores de software

Covers Blender modifier stack API including adding/removing modifiers, applying modifiers via operators, evaluated mesh access via depsgraph, Geometry Nodes modifier input identifiers, and common AEC modifiers (Array, Boolean, Solidify). Activates when working with modifiers programmatically, applying modifiers to meshes, or accessing Geometry Nodes inputs.

2026-03-06
blender-syntax-nodes
Desenvolvedores de software

Explains Blender node tree system including Geometry Nodes, Shader Nodes, Compositor Nodes, NodeTreeInterface API (4.0+), creating and linking nodes programmatically, and node group management. Activates when building node trees via Python, creating Geometry Nodes setups, or managing shader node connections.

2026-03-06
blender-syntax-operators
Desenvolvedores de software

Defines Blender operator creation patterns including bpy.types.Operator class, execute/invoke/modal methods, poll() functions, bl_idname naming, bl_options flags, return values, operator properties, and context.temp_override. Activates when creating custom Blender operators, registering tools, or handling operator context issues.

2026-03-06
blender-syntax-panels
Desenvolvedores de software

Defines Blender UI panel creation including bpy.types.Panel, draw() method, UILayout API (row/column/box/split), bl_space_type, bl_region_type, bl_category, sub-panels, draw_header, menus, and UIList. Activates when creating custom Blender panels, building addon interfaces, or working with UILayout elements.

2026-03-06
blender-syntax-properties
Desenvolvedores de software

Defines all bpy.props types (Bool/Int/Float/String/Enum/Vector/Pointer/Collection), PropertyGroup registration, subtypes, units, update callbacks, dynamic enum items, and getter/setter patterns. Activates when adding custom properties to Blender objects, creating PropertyGroups, or handling property update callbacks.

2026-03-06
blender-syntax-rendering
Desenvolvedores de software

Covers Blender rendering API including render engine selection (EEVEE/Cycles/Workbench), RenderSettings configuration, output format setup, batch rendering via Python, camera setup, scene.render.*, and EEVEE identifier changes across versions. Activates when configuring render settings, automating renders, setting up cameras, or scripting batch render pipelines.

2026-03-06
bonsai-agents-ifc-validator
Desenvolvedores de software

Provides a systematic validation process for IFC models in Bonsai, checking spatial hierarchy completeness, property set compliance, geometry validity, classification correctness, and IDS (Information Delivery Specification) conformance using ifctester. Activates when validating, auditing, checking, or verifying IFC model quality in Bonsai projects.

2026-03-06
bonsai-core-architecture
Desenvolvedores de software

Explains Bonsai (formerly BlenderBIM) addon architecture including native IFC workflow, tool.Ifc.get() for IfcOpenShell file access, bpy.ops.bim.* operator namespace, BIM property panels, IFC-backed custom properties, and the relationship between Blender objects and IFC entities. Activates when working with Bonsai addon, developing Bonsai extensions, or scripting BIM workflows in Blender.

2026-03-06
bonsai-errors-common
Desenvolvedores de software

Catalogs common Bonsai error patterns including IFC schema violations, spatial hierarchy errors, property set failures, geometry representation issues, operator poll failures, drawing generation errors, and BCF/clash workflow problems. Provides diagnostic decision trees and recovery strategies. Activates when debugging Bonsai errors, troubleshooting BIM workflows, or diagnosing IFC-related failures in Blender.

2026-03-06
bonsai-impl-bcf
Desenvolvedores de software

Guides implementation of BIM Collaboration Format (BCF) workflows in Bonsai including creating BCF topics, adding viewpoints with camera snapshots, managing comments, importing/exporting BCF files (v2.1 and v3.0), and integrating BCF issue tracking with IFC element references. Activates when working with BCF files, BIM issue tracking, clash report management, or collaboration workflows in Bonsai.

2026-03-06
bonsai-impl-clash
Desenvolvedores de software

Guides implementation of clash detection workflows in Bonsai using IfcClash, including defining clash sets with element groups and filters, running intersection tests, reviewing and resolving clashes, smart grouping of results, and integration with BCF for issue tracking. Activates when performing clash detection, interference checking, collision analysis, or spatial coordination in BIM models.

2026-03-06
bonsai-impl-classification
Desenvolvedores de software

Implements Bonsai classification workflows including applying classification systems (Uniclass 2015, OmniClass, NL-SfB, CCI), bSDD (buildingSMART Data Dictionary) integration for property lookups, managing IfcClassificationReference assignments, and bulk classification operations. Covers classification library import, element-to-classification mapping, and cross-referencing between classification systems.

2026-03-06
bonsai-impl-drawing
Desenvolvedores de software

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.

2026-03-06
bonsai-impl-modeling
Desenvolvedores de software

Implements Bonsai BIM modeling workflows including placing building elements (walls, slabs, columns, beams), assigning IFC types and predefined types, material layer/profile/constituent assignment, parametric modeling with type libraries, and element copy/array operations. Covers the complete element creation pipeline from type selection through geometric representation to spatial assignment.

2026-03-06
bonsai-impl-project
Desenvolvedores de software

Implements Bonsai project management workflows including creating new IFC projects with schema selection (IFC2X3/IFC4/IFC4X3), opening and saving native IFC files, project unit configuration (metric/imperial), georeference setup with coordinate reference systems, and project template management. Covers the complete project lifecycle from creation to delivery.

2026-03-06
bonsai-impl-qto
Desenvolvedores de software

Implements Bonsai quantity takeoff (QTO) workflows including calculating quantities from IFC element geometry, using QtoCalculator for automated base quantity computation, managing IfcElementQuantity sets (area, length, volume, weight), custom quantity set definitions, and bulk quantity operations across building elements. Covers the complete QTO pipeline from geometry analysis to quantity export.

2026-03-06
bonsai-syntax-elements
Desenvolvedores de software

Provides Bonsai IFC element access syntax including tool.Ifc.get() for file access, element-to-Blender-object mapping, IfcStore element retrieval, relating IFC entities to scene objects, and the Bonsai data bridge between bpy.types.Object and IFC elements. Covers core patterns for reading and navigating IFC data within the Bonsai addon context.

2026-03-06
bonsai-syntax-geometry
Desenvolvedores de software

Provides Bonsai geometry creation and editing syntax including IFC representation management, profile extrusion, boolean operations, mesh-to-IFC geometry conversion, and Bonsai-specific geometry tools. Covers IfcExtrudedAreaSolid creation, IfcShapeRepresentation assignment, geometry context setup, and the relationship between Blender mesh data and IFC geometric representations.

2026-03-06
Mostrando as 40 principais de 61 skills coletadas neste repositório.