catalog-assets

Catalog GLB models, textures, and images into per-category markdown files.

364|73|Updated Aug 25, 2025
One-click install
npx skills add https://github.com/facebook/immersive-web-sdk --skill catalog-assets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: catalog-assets
Source: https://github.com/facebook/immersive-web-sdk/tree/main/packages/starter-assets/claude-injections/skills/catalog-assets
Command: npx skills add https://github.com/facebook/immersive-web-sdk --skill catalog-assets

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Catalog assets by organizing previews and asset files into categorized markdown catalogs to enable quick lookup and documentation.

Core Features & Use Cases

  • Generates per-category markdown catalogs by scanning asset folders (GLB models, textures, images)
  • Creates a master index (catalog/README.md) summarizing categories, counts, and metadata
  • Supports parallel subagents per category to accelerate catalog creation

Quick Start

Provide the asset-folder-path to begin cataloging assets and spawning category subagents.

Frequently Asked Questions about catalog-assets

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I catalog 3D assets and generate a markdown index?

To catalog 3D assets, the Skill scans asset folders to discover previews and files, then generates per-category markdown catalogs and a master index summarizing metadata and counts.

How do I organize a large folder of GLB models and textures for quick lookup?

Organizing GLB models and textures involves scanning the asset-folder-path to spawn parallel subagents per category, which automatically generate categorized markdown documentation for quick lookup.

Can I generate markdown documentation for image libraries without manual entry?

Generating markdown documentation for image libraries is supported by scanning asset folders and assembling a master index with metadata and usage notes without requiring manual data entry.

What is the best way to document asset libraries using parallel subagents?

The best way to document asset libraries is using parallel subagents to accelerate catalog creation, generating per-category markdown files and a master README index summarizing categories and counts.

Does this cataloging approach work for mixed asset types like GLB models and images?

This cataloging approach works for mixed asset types like GLB models, textures, and images by discovering previews and asset files to organize them into categorized markdown catalogs.

Why use parallel subagents for cataloging assets?

Parallel subagents accelerate catalog creation by processing each asset category simultaneously, generating organized markdown documentation and a master index faster than sequential processing.