Creating 3d Animated Site
Description
A Cursor and Claude Code skill that scaffolds a single-page 3D animated website from a required title and optional colors. All copy, colors, and the scene recipe live in src/config/site.ts. A persistent Three.js WebGPU canvas sits behind six HTML bands.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
creating-3d-animated-site
A [Cursor](https://cursor.com) and [Claude Code](https://claude.com/claude-code) skill that scaffolds a **single-page 3D product teardown** from a required title and optional colors. The agent models the named object into `src/subject.js`. Copy, colors, and **view** live in `src/config/site.js`. A persistent Three.js WebGL canvas fills the viewport; overlay chapters ride a 620vh scroll track.
Not a 2D photo + GSAP marketing page (that is creating-motion-site). Not a horizontal-scroll résumé camera (that is scroll-portfolio). Not a spinning primitive in a void.
Install
Claude Code:
git clone https://github.com/KanchanaSW/3d-animated-site-skill ~/.claude/skills/creating-3d-animated-site
Cursor:
git clone https://github.com/KanchanaSW/3d-animated-site-skill ~/.cursor/skills/creating-3d-animated-site
Or, from a local checkout, symlink into both runtimes:
chmod +x scripts/install.sh
./scripts/install.sh
That links:
~/.cursor/skills/creating-3d-animated-site— Cursor~/.claude/skills/creating-3d-animated-site— Claude Code
Both runtimes pick up `SKILL.md` on the next session. Then, in any project:
- Give a title (required). Colors and view are optional — hex, names, or omit them and the skill picks a mood palette and a named view from the object.
- Ask with one of the commands below. Title is required. The agent must ask and stop if you omit it.
**Let the skill pick the view** (from the object):
Create a 3D animated site titled Harbor & Pine
Create a 3D animated site titled Nova Lab, colors #0B0B0F and #7CFF6B
**Name the view** — one command per layout:
Create a 3D animated site titled Mechanical, view dossier
Create a 3D animated site titled Eclipse, view plinth
Create a 3D animated site titled Cabinet of Hours, view vitrine
Create a 3D animated site titled Northbench Atelier, view atelier
Create a 3D animated site titled Press Marks, view folio
Colors st
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11