Skip to main content
Back to the directory
cloudai-x/threejs-skillsSoftware EngineeringFrontend and Design

threejs-geometry

Built-in and custom 3D geometry creation with BufferGeometry, instancing, and path-based shapes.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
3

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/cloudai-x/threejs-skills --skill threejs-geometry
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, threejs-geometry has 3 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: cloudai-x/threejs-skills. Canonical URL: https://skills.sh/cloudai-x/threejs-skills/threejs-geometry.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Built-in and custom 3D geometry creation with BufferGeometry, instancing, and path-based shapes. The base class for all geometries. Stores data as typed arrays for GPU efficiency. Efficiently render many copies of the same geometry. For custom per-instance attributes beyond transform/color. - Includes 15+ built-in geometries: basic shapes (box, sphere, plane, cylinder, cone, torus), polyhedra (dodecahedron, icosahedron), and path-based forms (lathe, extrude, tube, text) - Custom BufferGeometry with typed arrays for vertices, indices, normals, UVs, and per-vertex colors; supports interleaved buffers for memory efficiency - InstancedMesh for rendering thousands of identical objects with per-instance transforms and colors; InstancedBufferGeometry for custom per-instance attributes - Utilities for merging geometries, computing tangents, wireframe/edge visualization, point clouds, and lines; includes morph targets and runtime modification patterns - Use indexed geometry : Reuse vertices with indices - Merge static meshes : Reduce draw calls with mergeGeometries - Use InstancedMesh : For many identical objects - Choose appropriate segment counts : More segments = smoother but slower - Dispose unused geometry : geometry.dispose() - threejs-fundamentals - Scene setup and Object3D - threejs-materials - Material types for meshes - threejs-shaders - Custom vertex manipulation

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does threejs-geometry do?

Built-in and custom 3D geometry creation with BufferGeometry, instancing, and path-based shapes.

Is threejs-geometry good?

threejs-geometry does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support threejs-geometry?

threejs-geometry currently lists compatibility with Skills CLI.

Is threejs-geometry safe to install?

threejs-geometry has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to threejs-geometry?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install threejs-geometry?

Run the following command to install threejs-geometry: npx skills add https://github.com/cloudai-x/threejs-skills --skill threejs-geometry

Related skills

More from cloudai-x/threejs-skills

Related skills

Alternatives in Software Engineering