CtrlK
BlogDocsLog inGet started
Tessl Logo

threejs-loaders

Three.js asset loading - GLTF, textures, images, models, async patterns. Use when loading 3D models, textures, HDR environments, or managing loading progress.

66

Quality

81%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

The canonical home for this skill is threejs-loaders in administrakt0r/AI-Agents-Safe-Coding-Skills

SKILL.md
Quality
Evals
Security

Quality

Content

78%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A highly actionable, executable reference with excellent code coverage of Three.js loading patterns. Its main weakness is structure: it inlines a large volume of per-format detail in SKILL.md rather than splitting it into one-level-deep reference files.

Suggestions

Split per-format loaders (OBJ/MTL, FBX, STL, PLY, VRML) and advanced compression (Draco/KTX2/Meshopt) into separate reference files under references/ and link to them from SKILL.md, keeping only GLTF and texture basics inline.

De-duplicate repeated import statements and the basic TextureLoader/GLTFLoader instantiation examples by referencing one canonical Quick Start snippet.

Move version-sensitive details (e.g. decoder path versions '1.5.6', 'three@0.183.0', r183 notes) into a dedicated 'Version notes' or 'Deprecated/old patterns' section so they don't bloat the main flow.

DimensionReasoningScore

Conciseness

Mostly lean code with minimal concept over-explanation, but repeated import blocks and near-duplicate TextureLoader/GLTFLoader examples across sections could be trimmed.

4 / 5

Actionability

Fully executable, copy-paste-ready code covering the common cases across GLTF, textures, HDR/EXR, OBJ/FBX/STL/PLY, async patterns, caching, and error handling.

5 / 5

Workflow Clarity

Clearly organized by topic with a Quick Start up front and logical sections; no destructive/batch workflow requiring validation checkpoints, so the reference structure is clear with only minor sequencing gaps.

4 / 5

Progressive Disclosure

Well-sectioned but monolithic: ~640 lines inline every loader format and API detail that could live in separate reference files, and no bundle files are provided despite the breadth.

3 / 5

Total

16

/

20

Passed

Description

83%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A concise, well-structured description that clearly answers both what the skill does and when to use it with concrete trigger terms. Minor gaps in file-extension synonyms and slight overlap with related texture skills keep it just below perfect.

DimensionReasoningScore

Specificity

Lists several concrete asset types and patterns ('GLTF, textures, images, models, async patterns') but the only action named is 'loading', leaving minor gaps in action coverage.

4 / 5

Completeness

Explicitly states both what ('Three.js asset loading - GLTF, textures, images, models, async patterns') and when ('Use when loading 3D models, textures, HDR environments, or managing loading progress') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Good natural keyword coverage ('3D models, textures, HDR environments, loading progress') but misses common synonyms and file extensions like .glb/.gltf that users would say.

4 / 5

Distinctiveness Conflict Risk

Clear Three.js loader niche with distinct triggers, but texture loading overlaps with a sibling threejs-textures skill noted in See Also, giving minor conflict risk.

4 / 5

Total

17

/

20

Passed

Validation

81%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation13 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

skill_md_line_count

SKILL.md is long (646 lines); consider splitting into references/ and linking

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

referenced_paths_exist

Referenced path issues: 3 missing, 1 deeper-than-1-level

Warning

Total

13

/

16

Passed

Repository
administrakt0r/AI-Agents-Safe-Coding-Skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.