/SKILL.md
# SKILL: 3D Web Experience (Vue & Nuxt Edition) > **Description:** Mastery of immersive web experiences using WebGL within the Vue ecosystem. Ability to create reactive, performant, and aesthetically stunning 3D scenes integrated into modern Nuxt applications. ## 🎯 Goal Transform Frontend Developers into **Creative Developers** capable of integrating high-performance 3D graphics into Vue/Nuxt applications using declarative rendering and composables. ## 🛠 Tech Stack & Tools | Category | Too
npx skillsauth add lorenzoarellano/vue-3d-experience-skill vue-3d-experience-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Description: Mastery of immersive web experiences using WebGL within the Vue ecosystem. Ability to create reactive, performant, and aesthetically stunning 3D scenes integrated into modern Nuxt applications.
Transform Frontend Developers into Creative Developers capable of integrating high-performance 3D graphics into Vue/Nuxt applications using declarative rendering and composables.
| Category | Tool / Library | | :--- | :--- | | Framework | Nuxt 3 / Vue 3 (Composition API) | | 3D Core | Three.js | | Renderer | TresJS (Custom Vue Renderer) | | Abstractions | @tresjs/cientos | | Physics | @tresjs/cannon (or Rapier) | | Animation | GSAP or @vueuse/motion | | State | Pinia |
Understand how Vue handles the DOM lifecycle and how TresJS injects itself as a custom renderer to bridge Vue and WebGL.
@tresjs/nuxt.<ClientOnly> (Crucial for WebGL in SSR environments).nuxt.config.ts.<TresCanvas>, <TresMesh>).refs to 3D properties (e.g., :position="[x, y, z]").Master the @tresjs/cientos library to accelerate development with pre-built abstractions.
OrbitControls, CameraShake, ScrollControls.Environment, Stage, Stars, and HDRI management.useGLTF (composable) and handling loading states with <Suspense>.Text3D with custom typefaces and fonts.Connecting the 2D UI world with the 3D Canvas world.
@click, @pointerover, and @pointermove directly on 3D meshes.useRenderLoop for frame-by-frame animations and logic updates.Taking the experience to a production level.
ShaderMaterial and injecting reactive uniforms via Vue props.@tresjs/cannon.@tresjs/post-processing.Create a basic Nuxt application with a scene containing a cube.
ref, @click events on <TresMesh>.A product viewer (e.g., a shoe or a chair) loaded from a GLTF file.
useGLTF.A landing page where the 3D model moves or animates based on user scrolling.
@tresjs/cientos (ScrollControls) + GSAP.// nuxt.config.ts
export default defineNuxtConfig({
modules: ['@tresjs/nuxt'],
tres: {
devtools: true, // Integrated TresJS Devtools
},
ssr: true, // TresJS handles the client side automatically
})
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.