ClaudeMap

3Dviz Pro Max

A standalone agent skill for creative 3D visualization — a ten-step workflow, Three.js kits, and a capture helper so the agent inspects the frames it actually rendered.

Skills & Commandsskill3dthreejsvisualizationcreative

3Dviz Pro Max turns a one-sentence idea into an explorable 3D scene: shape the world, model its rules, make it interactive, and check what actually appears on screen. It ships a ten-step workflow, a searchable catalog of recipes and reusable knowledge, runnable Three.js 0.180 templates and kits, and a capture helper so the agent inspects the frames it rendered instead of describing them. You don't pick a renderer or fill out a specification first — the agent uses the existing project stack and refines the scene from observed results, and factual explanations need sources.

What it does

  • Ten-step workflow from a one-sentence brief to an explorable scene — no spec form to fill in first; the agent uses the existing project stack
  • Searchable catalog of recipes and reusable knowledge, plus runnable Three.js 0.180 templates and kits
  • A capture helper takes real frames so the agent inspects what rendered instead of describing it
  • Factual explanations need sources — animated decoration does not become a simulation just by moving

When to use it

Creative 3D for product sites, data narratives and interactive explainers where the agent must iterate on what it can actually see — not ship a scene it never looked at.

Getting started

git clone https://github.com/viettranx/3dviz-pro-max.git
cd 3dviz-pro-max

# skill folder (personal or project) — symlink a checkout you are editing:
ln -s "$(pwd)/skills/3dviz-pro-max" ~/.claude/skills/3dviz-pro-max

# or load the repository root as a plugin:
claude --plugin-dir /path/to/3dviz-pro-max
# marketplace: /plugin marketplace add viettranx/3dviz-pro-max

Things to know

v0.1.0, MIT. Copy the whole skills/3dviz-pro-max folder — never SKILL.md alone, it links to the other files. Claude Code reads it two ways (folder vs plugin); pick one or the agent may load the older copy — plugin skills are namespaced as /3dviz-pro-max:3dviz-pro-max.

Repository

viettranx/3dviz-pro-max

Charted

Related on the map

  • Guizang's agent skill turns your repo's recent updates into a finished promo video — real components, code-rendered animation, an original code-written soundtrack — no video editor involved.

    • agent-skill
    • video
    • promo
    • marketing
  • An agent skill that geolocates a photo with nothing readable in it — OSM geometry, elevation skylines and satellite tiles turn “where was this taken?” into a measured answer with an error radius.

    • agent-skill
    • geolocation
    • osint
    • openstreetmap
  • A skill that makes AI coding agents map the architecture and declare the blast radius before they touch a line of code — rendered as one standalone HTML page.

    • skill
    • architecture
    • code-visualization
    • change-scope