Impertio-Studio

128 mods across 4 repositories, 221 stars between them.

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

Skill Claude CodeCodex

Use when building 3D scenes with React using React Three Fiber (R3F). Prevents the common mistake of mixing imperative Three.js code with R3F's declarative model, creating objects inside useFrame, or forgetting Suspense for loaders. Covers Canvas, useFrame, useThree, useLoader, JSX mapping, event system, performance…

11 1mo ago A 130 tokens original MIT

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

Skill Claude CodeCodex

Use when enabling shadows in a Three.js scene or debugging shadow artifacts like acne, peter panning, or low resolution. Prevents the common mistake of wrong shadow camera frustum, too many PointLight shadows, or missing castShadow/receiveShadow flags. Covers shadow map types, per-light config, bias tuning…

11 1mo ago A 118 tokens original MIT

threejs-impl-webgpu

99

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

Skill Claude CodeCodex

Use when using the Three.js WebGPU renderer, node-based materials, TSL (Three Shading Language), or compute shaders. Prevents the common mistake of not checking browser support, missing async init, or using GLSL with WebGPU. Covers WebGPURenderer, node materials, TSL, compute shaders, WebGL fallback, migration guide.…

11 1mo ago A 123 tokens original MIT

threejs-impl-xr

100

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

Skill Claude CodeCodex

Use when building VR or AR experiences with Three.js using WebXR. Prevents the common mistake of using requestAnimationFrame instead of setAnimationLoop, not handling controller events, or wrong reference space. Covers WebXRManager, VRButton, ARButton, controllers, hand tracking, hit testing, teleportation. Keywords…

11 1mo ago A 113 tokens original MIT

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

Skill Claude CodeCodex

Use when adding camera controls to a Three.js scene: orbit, pan, zoom, fly, first-person, or object manipulation. Prevents the common mistake of forgetting controls.update() in the render loop, not calling dispose(), or mixing controls. Covers OrbitControls, MapControls, FlyControls, PointerLockControls…

11 1mo ago A 114 tokens original MIT

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

Skill Claude CodeCodex

Use when creating 3D shapes, custom geometry, or instanced meshes in Three.js. Prevents the common mistake of forgetting dispose(), not setting needsUpdate on BufferAttribute, or using non-indexed geometry when indexed is better. Covers BufferGeometry, BufferAttribute, all 21 built-in geometries, InstancedMesh…

11 1mo ago A 123 tokens original MIT

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

Skill Claude CodeCodex

Use when loading 3D models (GLTF, FBX, OBJ), textures, or HDR environment maps in Three.js. Prevents the common mistake of not setting up DRACOLoader, wrong WASM path, or missing error handling. Covers GLTFLoader, DRACOLoader, KTX2Loader, TextureLoader, RGBELoader, FBXLoader, OBJLoader, LoadingManager. Keywords…

11 1mo ago A 149 tokens original MIT

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

Skill Claude CodeCodex

Use when choosing or configuring materials, loading textures, or setting up PBR workflows in Three.js. Prevents the common mistake of wrong color space on textures, forgetting material.dispose(), or not calling material.needsUpdate after changes. Covers all 15+ material types, PBR metalness/roughness…

11 1mo ago A 124 tokens original MIT

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

Skill Claude CodeCodex

Use when writing custom GLSL shaders, creating ShaderMaterial or RawShaderMaterial, defining uniforms, or patching built-in materials with onBeforeCompile. Prevents the common mistake of wrong uniform format, missing needsUpdate on uniforms, or not including required defines. Covers ShaderMaterial, RawShaderMaterial…

11 1mo ago A 127 tokens original MIT

Impertio-Studio/n8n-Claude-Skill-Package

Skill Claude CodeCodex

Use when creating new n8n deployments or scaffolding custom node packages from scratch. Prevents misconfiguration by generating production-ready project structures. Covers Docker Compose with PostgreSQL, environment file templates, custom node package scaffolds (n8n-nodes-starter), workflow JSON templates, credential…

3 1mo ago A 111 tokens original MIT

n8n-agents-review

109

Impertio-Studio/n8n-Claude-Skill-Package

Skill Claude CodeCodex

Use when reviewing n8n workflows or validating workflow JSON before deployment. Prevents production errors by catching anti-patterns in node configuration, connection wiring, and expression syntax. Covers workflow JSON structure, node configuration, connection wiring, expression syntax, credential setup, error…

3 1mo ago A 102 tokens original MIT

n8n-core-api

110

Impertio-Studio/n8n-Claude-Skill-Package

Skill Claude CodeCodex

Use when integrating with n8n programmatically, managing workflows via API, or building n8n admin tools. Prevents authentication errors and incorrect endpoint usage. Covers all REST API endpoints (workflows, executions, credentials, users, tags, variables, projects), API key authentication via X-N8N-API-KEY header…

3 1mo ago A 130 tokens original MIT

n8n-core-architecture

111

Impertio-Studio/n8n-Claude-Skill-Package

Skill Claude CodeCodex

Use when building n8n workflows, creating custom nodes, understanding data flow, or debugging execution issues. Prevents incorrect INodeExecutionData structure and data flow mistakes. Covers item-based execution model, binary data handling, paired items, node types (trigger/regular), process modes (main/worker/queue)…

3 1mo ago A 123 tokens original MIT

n8n-errors-connection

112

Impertio-Studio/n8n-Claude-Skill-Package

Skill Claude CodeCodex

Use when troubleshooting API connection failures, credential errors, or timeout issues in n8n. Prevents misdiagnosis by providing deterministic symptom-cause-fix tables. Covers API failures, credential errors, timeout configuration, SSL/TLS issues, webhook URL problems (test vs production), rate limiting, queue mode…

3 1mo ago A 118 tokens original MIT

n8n-errors-execution

113

Impertio-Studio/n8n-Claude-Skill-Package

Skill Claude CodeCodex

Use when debugging workflow execution failures or implementing error recovery in n8n. Prevents silent failures by enforcing the 4 error handling patterns. Covers node failures, timeout handling, continueOnFail pattern, Error Trigger node, error workflows, retry on fail configuration, Stop And Error node, and execution…

3 1mo ago A 110 tokens original MIT

Impertio-Studio/n8n-Claude-Skill-Package

Skill Claude CodeCodex

Use when debugging expression evaluation failures or undefined references in n8n workflows. Prevents data access errors by mapping every expression variable to its valid context. Covers undefined $json references, type mismatches, missing paired items, $itemIndex unavailability in Code node, $secrets restriction in…

3 1mo ago A 119 tokens original MIT

n8n-impl-custom-nodes

115

Impertio-Studio/n8n-Claude-Skill-Package

Skill Claude CodeCodex

Use when creating custom n8n nodes or building community node packages for npm. Prevents packaging errors from incorrect package.json n8n field configuration or missing credential registration. Covers n8n-nodes-starter template, community node packaging, project structure, programmatic vs declarative node styles…

3 1mo ago C 118 tokens original MIT

n8n-impl-deployment

116

Impertio-Studio/n8n-Claude-Skill-Package

Skill Claude CodeCodex

Use when deploying n8n v1.x to production or configuring Docker/queue mode. Prevents data loss from missing volume mounts or incorrect database configuration. Covers Docker/Docker Compose setup, 100+ environment variables, queue mode with Redis/BullMQ, worker processes, webhook processor, PostgreSQL/SQLite…

3 1mo ago A 139 tokens original MIT

n8n-impl-integrations

117

Impertio-Studio/n8n-Claude-Skill-Package

Skill Claude CodeCodex

Use when integrating external APIs in n8n v1.x via HTTP Request node or OAuth2 credentials. Prevents pagination bugs from missing response handling or incorrect credential configuration. Covers HTTP Request node configuration, OAuth2 credential flows, pagination handling, generic credential usage for custom APIs…

3 1mo ago A 112 tokens original MIT

n8n-impl-security

118

Impertio-Studio/n8n-Claude-Skill-Package

Skill Claude CodeCodex

Use when hardening n8n deployments or configuring security settings. Prevents credential leaks and unauthorized access by enforcing encryption, network isolation, and audit practices. Covers credential encryption (N8NENCRYPTIONKEY), execution data pruning, CORS, reverse proxy setup, SSL/TLS, task runners…

3 1mo ago A 130 tokens original MIT

n8n-impl-webhooks

119

Impertio-Studio/n8n-Claude-Skill-Package

Skill Claude CodeCodex

Use when configuring webhook endpoints in n8n workflows. Prevents the #1 mistake of using test URLs in production (different base paths). Covers Webhook node setup, 6 HTTP methods, test vs production URLs, 4 response modes, 4 auth methods, Respond to Webhook node (8 response types including JWT and streaming), dynamic…

3 1mo ago A 134 tokens original MIT

Impertio-Studio/n8n-Claude-Skill-Package

Skill Claude CodeCodex

Use when designing complex n8n v1.x workflows with branching, error handling, or sub-workflow patterns. Prevents silent failures from missing error workflows or incorrect merge node modes. Covers sub-workflow execution (Execute Workflow node), Error Trigger node, retry logic, branching (IF/Switch nodes), merge…

3 1mo ago A 141 tokens original MIT