enhance-web-web3d

enhance-web-web3d is a skill for Claude Code, Codex from kensaurus/cursor-kenji. It costs 77 tokens per session (5,609 once invoked), scanned A, original, MIT.

A workflow for adding purposeful 3D graphics and scroll-based animation to an existing website using WebGL tools. WebGL lets browsers render interactive graphics with the computer's graphics processor.

In plain words
What is it for?
It helps assess whether 3D fits the page, integrate Three.js or React Three Fiber, add scroll choreography, and provide fallbacks.
Why use it?
It helps add 3D effects without ignoring performance, devices that cannot use WebGL, server rendering, or users who prefer reduced motion.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps assess whether 3D fits the page, integrate Three.js or React Three Fiber, add scroll choreography, and provide fallbacks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kensaurus/cursor-kenji/enhance-web-web3d
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add kensaurus/cursor-kenji --skill enhance-web-web3d
Clone the repo
git clone --depth 1 https://github.com/kensaurus/cursor-kenji

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for enhance-web-web3d

README.md
[![agentmods](https://agentmods.dev/badge/skills/kensaurus/cursor-kenji/enhance-web-web3d.svg)](https://agentmods.dev/skills/kensaurus/cursor-kenji/enhance-web-web3d)
Your own site
<a href="https://agentmods.dev/skills/kensaurus/cursor-kenji/enhance-web-web3d"><img src="https://agentmods.dev/badge/skills/kensaurus/cursor-kenji/enhance-web-web3d.svg" alt="Measured on agentmods" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,609 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00077 $0.05609
Opus 5 $0.00039 $0.02805
Sonnet 5 $0.00015 $0.01122
Haiku 4.5 $0.00008 $0.00561

Measured 4d ago against content hash 84cb6a899b97, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

enhance-web-web3d scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/enhance-web-web3d/SKILL.md · 403 lines

How it starts

The opening of the file, as written. The whole thing — 403 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Surface router: /uiux. You are here: enhance-web-web3d. Native iOS/Android (SwiftUI / Compose, no web layer) is out of scope — use Apple HIG / Material directly.

Enhance Web with 3D & Cinematic Motion

Degree of freedom: MIXED. Fit and stack choice [HIGH freedom]; budget, fallbacks, SSR, and verify [LOW freedom — run exactly].

Add Three.js / React Three Fiber scenes, GSAP scroll choreography, and physics motion to an existing web project — without rewriting it, breaking the build, blowing the performance budget, or shipping a blank canvas to users on weak devices or with WebGL disabled.

This is not a "drop a spinning cube on the homepage" skill. It audits the repo first, decides whether 3D actually serves the page, picks the smallest library combination that fits the existing stack, and ships the effect with fallbacks and reduced-motion support from the first commit.

For greenfield / from-scratch 3D library mechanics (raw Three.js scene setup, R3F primitives, shader authoring), this skill points you at the deeper references but stays focused on integrating into a live repo. For pure visual composition (no 3D) use enhance-web-ui; for anti-slop landing pages use enhance-web-landing.

How to reason

  1. Fit — does 3D serve comprehension/brand, or is it decoration?
  2. Choose — minimal stack from the matrix; one system per property
  3. Integrate — budget + reduced-motion + no-WebGL + ssr: false in the same change
  4. Prove — mid-tier FPS, fallbacks, LCP not waiting on WebGL

Worked example

Fit: cookware PDP; users decide from the pot shape — a viewer earns cost; a torus knot does not. Choose: Next.js + R3F + drei; Motion overlays; no GSAP (no scroll story). Integrate: dynamic(..., { ssr: false }); poster as LCP; frameloop="demand"; Draco model. Prove: reduced-motion shows poster; WebGL-off shows the same; LCP unchanged.

Self-critique before reporting

  • Fit passed — non-3D alternative was considered and rejected for a reason
  • Same change — fallbacks, reduced-motion, and SSR safety shipped with the scene
  • No blank canvas — no-WebGL and mid-tier paths verified
  • Right owner — no-3D polish → enhance-web-ui; motion without 3D → enhance-motion; anti-slop landing → enhance-web-landing

Read the full file on GitHub · 403 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 403 lines · 77 tokens per session scan A 84cb6a899b97

Subscribe to this mod's changes

enhance-web-web3d is a skill published in the GitHub repository kensaurus/cursor-kenji (9 stars, last pushed 10d ago), licensed MIT. It adds 77 tokens to every session and 5,609 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

render-ios-keyboard

Render a static iOS QWERTY keyboard as inline HTML+CSS sized for the 750-wide 9:16 stage. Includes the 3-suggestion bar, alpha keys, shift/backspace, 123/emoji/space/return row, and the bottom globe+mic strip. No animation logic — slide up/down is the molecule's job (CSS transform on the .keyboard root).

gooseworks-ai/goose-skills · 86 tokens

remotion-best-practices

Best practices for Remotion - Video creation in React.

gooseworks-ai/goose-skills · 17 tokens

frontend-slides

Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.

gooseworks-ai/goose-skills · 63 tokens

gsap-plugins

Official GSAP skill for GSAP plugins — registration, ScrollToPlugin, ScrollSmoother, Flip, Draggable, Inertia, Observer, SplitText, ScrambleText, SVG and physics plugins, CustomEase, EasePack, CustomWiggle, CustomBounce, GSDevTools. Use when the user asks about a GSAP plugin, scroll-to, flip animations, draggable, SVG…

calesthio/OpenMontage · 91 tokens

extract-source-sample

Given the path to a finished content-goose ad-run folder, extract everything that defines that ad — recipe shot list, VO script, characters, voices, world, atom-skills, master mp4 — and emit a source-sample.json in the exact shape the upload-ad-sample skill writes to the Goose Ads library. Also links every character…

gooseworks-ai/goose-skills · 160 tokens

threejs-interaction

Three.js interaction - raycasting, controls, mouse/touch input, object selection. Use when handling user input, implementing click detection, adding camera controls, or creating interactive 3D experiences.

calesthio/OpenMontage · 44 tokens