assets-shader-list-all

List all shader names from Unity project assets and packages.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/igot-ai/os-twin --skill assets-shader-list-all-igot-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: assets-shader-list-all
Source: https://github.com/igot-ai/os-twin/tree/main/.agents/skills/roles/game-engineer/develop-unity-ui/references/assets-shader-list-all
Command: npx skills add https://github.com/igot-ai/os-twin --skill assets-shader-list-all-igot-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

List all available shaders in the project assets and packages, returning their names to help quickly identify shader options for materials.

Core Features & Use Cases

  • Enumerates shaders from both project assets and bundled packages.
  • Returns a simple, human-readable list of shader names for rapid reference.
  • Use Case: when configuring materials in Unity, reference the list to pick the correct shader name for assets-material-create.

Quick Start

Run assets-shader-list-all to retrieve the complete set of shader names from assets and packages.

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 a Unity project?▼

To list all available shaders in a Unity project, you can enumerate shaders from both project assets and bundled packages, generating a comprehensive catalog of shader names for rapid reference.

What is the best way to find shader names for Unity materials?▼

The best way to find shader names for Unity materials is to retrieve a simple, human-readable list of shader names compiled from all project assets and packages.

Can I get a list of shaders from Unity packages without manual searching?▼

Yes, you can automatically enumerate shaders from bundled packages alongside project assets to provide a complete shader catalog without manual directory searching.

Does the shader list require any inputs to scan Unity asset directories?▼

No, listing all project shaders requires no inputs and outputs a simple list of shader names with readable validation of the assets directories.

When do I need a complete shader catalog for Unity development?▼

You need a complete shader catalog when configuring materials in Unity or evaluating performance considerations across large asset trees to quickly identify and reference correct shader options.