Impertio-Studio

128 mods across 4 repositories, 221 stars between them.

Impertio-Studio/QGIS-Claude-Skill-Package

Skill Claude CodeCodex

Use when creating print layouts, exporting maps to PDF/SVG/image, or generating atlas series. Prevents empty map exports from missing extent configuration and atlas misconfiguration. Covers QgsPrintLayout, layout items (map, label, legend, scale bar), atlas generation, and PDF/SVG/image export. Keywords: print layout…

33 1mo ago A 109 tokens original MIT

Impertio-Studio/QGIS-Claude-Skill-Package

Skill Claude CodeCodex

Use when performing raster analysis: map algebra, terrain analysis, raster classification, or DEM processing. Prevents NoData handling errors and incorrect raster calculator expressions. Covers QgsRasterCalculator, DEM analysis (hillshade/slope/aspect), raster renderers, and GDAL processing algorithms. Keywords…

33 1mo ago A 102 tokens original MIT

Impertio-Studio/QGIS-Claude-Skill-Package

Skill Claude CodeCodex

Use when performing spatial analysis on vector data: buffering, clipping, intersecting, dissolving, or joining layers. Prevents geometry operation failures from NULL geometries and wrong CRS combinations. Covers spatial queries, overlay operations, attribute/spatial joins, field calculations, and vector output.…

33 1mo ago A 101 tokens original MIT

Impertio-Studio/QGIS-Claude-Skill-Package

Skill Claude CodeCodex

Use when loading WMS/WFS/WMTS layers, configuring XYZ tile sources, or setting up QGIS Server. Prevents URI format errors for OGC web services and server misconfiguration. Covers WMS/WMTS/WFS/WCS clients, XYZ tiles, QGIS Server, server filters, and OGC API features. Keywords: WMS, WFS, WMTS, WCS, XYZ tiles, OGC, QGIS…

33 1mo ago A 124 tokens original MIT

Impertio-Studio/QGIS-Claude-Skill-Package

Skill Claude CodeCodex

Use when writing QGIS expressions for filtering, labeling, symbology, or field calculations. Prevents expression syntax errors and context misconfiguration. Covers QgsExpression parsing, evaluation contexts, field calculator, data-defined properties, and custom functions. Keywords: QgsExpression, expression, field…

33 1mo ago A 91 tokens original MIT

qgis-syntax-plugins

78

Impertio-Studio/QGIS-Claude-Skill-Package

Skill Claude CodeCodex

Use when creating QGIS plugins, adding menu items, or integrating custom UI into QGIS. Prevents plugin lifecycle violations and resource cleanup failures. Covers plugin structure, metadata.txt, classFactory/initGui/unload, Qt Designer, and Plugin Repository publishing. Keywords: QGIS plugin, classFactory, initGui…

33 1mo ago A 97 tokens original MIT

Impertio-Studio/QGIS-Claude-Skill-Package

Skill Claude CodeCodex

Use when running QGIS processing algorithms, creating custom algorithms, or chaining geoprocessing operations. Prevents hardcoded algorithm IDs, missing feedback handling, and incorrect parameter types. Covers processing.run(), custom QgsProcessingAlgorithm, @alg decorator, parameter types, and batch processing.…

33 1mo ago A 105 tokens original MIT

Impertio-Studio/QGIS-Claude-Skill-Package

Skill Claude CodeCodex

Use when writing PyQGIS scripts, accessing features, editing layers, or performing geometry operations. Prevents edit session violations, threading crashes, and inefficient feature iteration. Covers 4 scripting contexts, feature CRUD, geometry operations, spatial indexing, background tasks, and basic symbology.…

33 1mo ago A 113 tokens original MIT

Impertio-Studio/Three.js-Claude-Skill-Package

Skill Claude CodeCodex

Use when optimizing 3D models for web delivery: reducing file size, compressing meshes, optimizing textures, or generating LOD. Provides a complete GLTF optimization pipeline using Draco, KTX2, mesh simplification, and gltf-transform. Keywords: optimize model, reduce file size, Draco compression, KTX2, gltf-transform…

11 1mo ago A 105 tokens original MIT

Impertio-Studio/Three.js-Claude-Skill-Package

Skill Claude CodeCodex

Use when composing a complete Three.js scene from scratch or when asked to create a 3D visualization. Provides decision trees for choosing lighting setup, materials, camera type, controls, and post-processing pipeline. Orchestrates other Three.js skills. Keywords: create scene, build 3D, Three.js project, scene setup…

11 1mo ago A 102 tokens original MIT

threejs-core-math

84

Impertio-Studio/Three.js-Claude-Skill-Package

Skill Claude CodeCodex

Use when working with 3D math in Three.js: vectors, matrices, quaternions, rotations, colors, or coordinate transforms. Prevents the common mistake of mutating shared vectors, using wrong rotation order, or confusing Euler gimbal lock. Covers Vector3, Matrix4, Quaternion, Euler, Color, MathUtils, Box3, Sphere…

11 1mo ago A 130 tokens original MIT

Impertio-Studio/Three.js-Claude-Skill-Package

Skill Claude CodeCodex

Use when implementing mouse picking, hover detection, object selection, or line-of-sight checks in Three.js. Prevents the common mistake of raycasting every mousemove frame, not using layers for filtering, or missing recursive flag. Covers Raycaster, setFromCamera, intersection format, InstancedMesh picking, layers…

11 1mo ago A 113 tokens original MIT

Impertio-Studio/Three.js-Claude-Skill-Package

Skill Claude CodeCodex

Use when initializing a Three.js renderer, setting up the render loop, handling window resize, configuring tone mapping, or managing color spaces. Prevents the common mistake of not capping pixel ratio, using wrong color space, or forgetting to enable shadow maps. Covers WebGLRenderer, render targets, tone mapping…

11 1mo ago A 123 tokens original MIT

Impertio-Studio/Three.js-Claude-Skill-Package

Skill Claude CodeCodex

Use when creating Three.js scenes, adding objects, managing parent-child hierarchies, or organizing 3D content. Prevents the common mistake of using add() instead of attach() for reparenting, forgetting matrixAutoUpdate, or missing dispose() calls. Covers Object3D, Scene, Group, Mesh, Layers, Fog, traversal…

11 1mo ago A 121 tokens original MIT

Impertio-Studio/Three.js-Claude-Skill-Package

Skill Claude CodeCodex

Use when a Three.js scene has performance problems: low FPS, memory leaks, too many draw calls, or high GPU memory usage. Prevents the common mistake of forgetting dispose(), creating objects in the render loop, or not using InstancedMesh for repeated objects. Covers disposal patterns, draw call optimization…

11 1mo ago A 127 tokens original MIT

Impertio-Studio/Three.js-Claude-Skill-Package

Skill Claude CodeCodex

Use when a Three.js scene renders incorrectly: black screen, invisible objects, wrong colors, z-fighting, or broken shadows. Prevents the common mistake of wrong color space, missing material.side, or forgetting updateProjectionMatrix. Covers all common rendering errors with diagnosis steps and fix patterns. Keywords…

11 1mo ago A 104 tokens original MIT

Impertio-Studio/Three.js-Claude-Skill-Package

Skill Claude CodeCodex

Use when playing animations, crossfading between animation states, or loading skeletal animations from GLTF in Three.js. Prevents the common mistake of not calling mixer.update(delta) every frame, wrong crossfade setup, or missing Clock. Covers AnimationMixer, AnimationClip, AnimationAction, KeyframeTrack, crossfade…

11 1mo ago A 115 tokens original MIT

threejs-impl-audio

91

Impertio-Studio/Three.js-Claude-Skill-Package

Skill Claude CodeCodex

Use when adding sound to a Three.js scene: background music, 3D spatial audio, or audio visualization. Prevents the common mistake of ignoring browser autoplay policy, not attaching AudioListener to camera, or wrong distance model. Covers AudioListener, Audio, PositionalAudio, AudioAnalyser. Keywords: audio, sound…

11 1mo ago A 111 tokens original MIT

threejs-impl-drei

92

Impertio-Studio/Three.js-Claude-Skill-Package

Skill Claude CodeCodex

Use when using Drei helper components with React Three Fiber: controls, environment maps, text rendering, HTML overlays, or performance helpers. Prevents the common mistake of not wrapping useGLTF in Suspense, using wrong Environment preset name, or forgetting makeDefault on controls. Covers 150+ Drei components…

11 1mo ago A 127 tokens original MIT

Impertio-Studio/Three.js-Claude-Skill-Package

Skill Claude CodeCodex

Use when loading and viewing IFC/BIM models in a Three.js scene. Prevents the common mistake of using deprecated web-ifc-three, ignoring AGPL-3.0 license implications, or loading large IFC files without streaming. Covers web-ifc (MIT), @thatopen/components (AGPL-3.0), IFC loading, spatial tree, property extraction.…

11 1mo ago A 127 tokens original MIT

Impertio-Studio/Three.js-Claude-Skill-Package

Skill Claude CodeCodex

Use when setting up lighting in a Three.js scene: ambient, directional, point, spot, area, or environment lighting. Prevents the common mistake of too many shadow-casting lights, wrong intensity units, or missing environment maps for PBR. Covers all 7 light types, PMREMGenerator, HDR environment maps, physically…

11 1mo ago A 127 tokens original MIT

Impertio-Studio/Three.js-Claude-Skill-Package

Skill Claude CodeCodex

Use when adding physics simulation to a Three.js scene: rigid bodies, collisions, constraints, or raycasting. Prevents the common mistake of wrong Vec3/Vector3 conversion, missing world.step(), or choosing the wrong engine. Covers cannon-es and Rapier with Three.js sync patterns, performance comparison. Keywords…

11 1mo ago A 107 tokens original MIT

Impertio-Studio/Three.js-Claude-Skill-Package

Skill Claude CodeCodex

Use when adding post-processing effects like bloom, SSAO, depth of field, or anti-aliasing to a Three.js scene. Prevents the common mistake of mixing Three.js EffectComposer with pmndrs/postprocessing, wrong pass order, or missing RenderPass. Covers EffectComposer, 27+ passes, pmndrs/postprocessing, custom ShaderPass.…

11 1mo ago A 123 tokens original MIT