What problem does it solve? Finding the right icon for Specs UI and getting it correctly imported into a Lens Studio project is error-prone: icons placed on disk manually lack .meta files and fail requireAsset() lookups. This Skill searches a curated catalog of ~200 Google Material Icons and imports the chosen icon through the IconSelector MCP tool so it works immediately in Lens Studio. ## Core Features & Use Cases - Curated Icon Search: Browse ~200 Material Icons organized by use case (navigation, media, status, device, and more) in references/material-icons-curated.md, with 2-3 suggestions when multiple icons fit. - MCP-Based Import: Import icons via the IconSelector Lens Studio MCP tool, which rasterizes the Material Symbol to PNG, generates the .meta file, and places it in Assets/Icons/ for requireAsset(). - Specs-Recommended Defaults: Applies default appearance settings (Rounded style, weight 600, 512px, white) so filenames stay predictable for requireAsset("../Icons/<name>.png") lookups. - Use Case: While building a settings panel in Lens Studio, ask for a settings gear icon; the Skill finds settings in the catalog and imports it as Assets/Icons/settings.png, ready to assign as a button's leadingIcon. ## Quick Start Ask the agent to find and import a close button icon for your Specs UI using the icon-selector skill.