Source

impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package

73 skills · 576 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
blender-agents-code-validator Use when reviewing, validating, or auditing Blender Python code for correctness. Runs systematic checks for deprecate…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
11
2
blender-core-runtime Use when dealing with Blender Python runtime behavior -- mathutils, threading, handlers, timers, or crashes after und…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
11
3
blender-impl-mesh Use when generating mesh geometry for AEC applications -- buildings from vertices, IFC geometry visualization, parame…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
11
4
blender-syntax-operators Use when creating custom Blender operators -- bpy.types.Operator subclasses with execute, invoke, or modal methods. P…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
11
5
blender-core-api Use when writing Blender Python scripts that access bpy module structure, RNA data, the context system, dependency gr…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
10
6
blender-core-versions Use when writing Blender Python code that must work across multiple versions (3.x/4.x/5.x), or when migrating scripts…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
10
7
blender-errors-context Use when debugging Blender RuntimeError from restricted context, operator poll() failures, or wrong context for bpy.o…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
10
8
blender-errors-data Use when debugging Blender ReferenceError from removed objects, undo-invalidated bpy.data references, or stale ID poi…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
10
9
blender-impl-addons Use when building a production Blender addon -- project structure, testing, CI/CD, or packaging for extensions.blende…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
10
10
blender-impl-operators Use when implementing complex Blender operators -- modal operators with timer callbacks, file browsers, batch process…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
10
11
blender-syntax-data Use when managing Blender data blocks -- collections, linked libraries, library overrides, or the asset system. Preve…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
10
12
blender-syntax-modifiers Use when working with Blender modifiers via Python -- adding, configuring, or applying modifiers, or accessing Geomet…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
10
13
blender-syntax-nodes Use when building node trees via Python -- Geometry Nodes, Shader Nodes, or Compositor Nodes. Prevents the breaking c…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
10
14
blender-syntax-panels Use when creating custom Blender UI panels, menus, or UIList elements. Prevents the common mistake of using wrong bl_…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
10
15
blender-agents-version-migrator Use when migrating, porting, or upgrading Blender Python scripts and addons across major versions (3.x to 4.x to 5.x)…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
9
16
blender-core-gpu Use when drawing custom overlays, viewport visualizations, or offscreen renders in Blender Python. Prevents the criti…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
9
17
blender-errors-version Use when debugging Blender AttributeError from removed APIs, ImportError from deprecated modules (bgl in 5.0), or bre…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
9
18
blender-impl-nodes Use when building Geometry Nodes or Shader Nodes setups programmatically for AEC applications -- parametric modeling,…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
9
19
blender-syntax-addons Use when creating a Blender addon or extension, or migrating from legacy bl_info to blender_manifest.toml (required i…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
9
20
blender-syntax-materials Use when creating or modifying Blender materials and shader nodes via Python. Prevents the breaking change of using o…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
9
21
blender-syntax-mesh Use when creating or editing mesh geometry in Blender Python -- vertices, edges, faces, BMesh operations, or bulk dat…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
9
22
blender-syntax-properties Use when adding custom properties to Blender objects -- BoolProperty, IntProperty, FloatProperty, EnumProperty, Point…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
9
23
ifcos-impl-validation Use when validating IFC files for schema compliance, IDS conformance, or custom quality rules. Prevents the common mi…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
9
24
aec-agents-workflow-orchestrator Use when a task spans multiple AEC technologies (Blender, IfcOpenShell, Bonsai, Sverchok) and you need to decide whic…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
8
25
blender-impl-animation Use when implementing AEC-specific animations -- construction sequences, camera walkthroughs, solar studies, or phasi…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
8
26
blender-impl-automation Use when automating Blender workflows -- batch rendering, headless processing via blender --background, file format c…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
8
27
blender-syntax-animation Use when creating animations programmatically in Blender -- keyframes, FCurves, Actions, NLA strips, drivers, or arma…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
8
28
blender-syntax-rendering Use when configuring render settings or automating renders in Blender Python. Prevents the version pitfall of using '…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
8
29
bonsai-agents-ifc-validator Use when validating, auditing, or verifying IFC model quality in Bonsai projects. Provides systematic checks for spat…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
8
30
bonsai-core-architecture Use when developing Bonsai (formerly BlenderBIM) extensions, scripting BIM workflows in Blender, or understanding the…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
8
31
ifcos-impl-mep Use when modeling MEP (Mechanical, Electrical, Plumbing) systems in IFC -- HVAC, piping, electrical circuits, distrib…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
8
32
ifcos-syntax-api Use when writing IfcOpenShell Python code that creates, modifies, or deletes IFC entities. Prevents the #1 AI mistake…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
8
33
ifcos-syntax-util Use when extracting data from IFC models using utility functions -- element properties, selector syntax, placement ca…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
8
34
bonsai-errors-common Use when debugging Bonsai errors -- IFC schema violations, spatial hierarchy errors, property set failures, geometry …
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
7
35
bonsai-impl-bcf Use when working with BIM Collaboration Format (BCF) files in Bonsai -- creating topics, adding viewpoints, managing …
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
7
36
bonsai-impl-clash Use when performing clash detection, interference checking, or spatial coordination in BIM models using Bonsai and If…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
7
37
bonsai-impl-classification Use when classifying IFC elements in Bonsai with systems like Uniclass 2015, OmniClass, NL-SfB, or CCI. Prevents the …
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
7
38
bonsai-impl-drawing Use when generating 2D drawings from IFC models in Bonsai -- plans, sections, elevations, annotations, or sheet layou…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
7
39
bonsai-impl-modeling Use when placing building elements (walls, slabs, columns, beams) in Bonsai or assigning IFC types and materials. Pre…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
7
40
bonsai-impl-project Use when creating, opening, or configuring Bonsai IFC projects -- schema selection (IFC2X3/IFC4/IFC4X3), unit configu…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
7
41
bonsai-impl-qto Use when calculating quantities from IFC elements in Bonsai -- area, length, volume, weight, or custom quantity sets.…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
7
42
bonsai-syntax-elements Use when accessing IFC elements from Blender objects in Bonsai -- getting the IFC entity behind a selected object, or…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
7
43
bonsai-syntax-geometry Use when creating or editing IFC geometry representations in Bonsai -- profile extrusions, boolean operations, mesh-t…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
7
44
bonsai-syntax-properties Use when creating, reading, or editing IFC property sets (Pset) and quantity sets (Qto) in Bonsai. Prevents the commo…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
7
45
bonsai-syntax-spatial Use when creating or managing IFC spatial hierarchy in Bonsai -- IfcSite, IfcBuilding, IfcBuildingStorey, IfcSpace, a…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
7
46
ifcos-agents-code-validator Use when reviewing, validating, or auditing IfcOpenShell Python code for correctness. Runs systematic checks for sche…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
7
47
ifcos-core-concepts Use when learning IFC data model fundamentals or navigating IFC entity relationships. Prevents the common mistake of …
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
7
48
ifcos-core-runtime Use when debugging IfcOpenShell crashes, entity reference errors, or performance issues. Prevents the common pitfall …
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
7
49
ifcos-errors-patterns Use when debugging IfcOpenShell errors -- RuntimeError on invalid entities, AttributeError from wrong PascalCase, Typ…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
7
50
ifcos-errors-performance Use when processing large IFC files (100MB+) or optimizing slow IfcOpenShell scripts. Prevents the #1 performance mis…
impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
7
Page 1 · 73 total Next