assets-shader-list-all

Enumerate all shader names from project assets and packages.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/lightvu25/Echoes --skill assets-shader-list-all-lightvu25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assets-shader-list-all
Source: https://github.com/lightvu25/Echoes/tree/main/SKILLS/assets-shader-list-all
Command: npx skills add https://github.com/lightvu25/Echoes --skill assets-shader-list-all-lightvu25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables quick discovery of all shaders available in the project assets and packages, returning their names to inform material creation workflows.

Core Features & Use Cases

  • Enumerates shaders across assets and packages and returns their names.
  • Assists in selecting a shader name for the assets-material-create tool.
  • Use Case: A developer needs to browse available shaders to pick the right one for a new material.

Quick Start

Run the assets-shader-list-all tool to retrieve all shader names for selection in assets-material-create.

Frequently Asked Questions about assets-shader-list-all

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

FAQPage Schema
How do I list all available shaders in my project assets and packages?

To discover available shaders, the tool accepts no input parameters and outputs a structured JSON object containing an array of shader names enumerated from all project assets and packages.

How can I find the right shader name to use for creating a new material?

To find the right shader name for material creation, run the tool to retrieve a JSON array of all shader names enumerated from your project assets and packages, allowing you to select the correct one.

Can I audit available shaders across asset bundles during development?

Yes, you can audit available shaders across asset bundles during development by running the tool, which enumerates shaders across project assets and packages and returns their names in a structured JSON array.

Do I need to provide any input parameters to enumerate project shaders?

No, you do not need to provide input parameters to enumerate project shaders. The tool automatically scans project assets and packages, returning a structured JSON object containing an array of shader names.

What format does the shader discovery tool output?

The shader discovery tool outputs a structured JSON object containing an array of shader names, enumerated from all available project assets and packages.