assets-shader-list-all

List all shaders in project asset and package directories alphabetically.

Updated Aug 26, 2025
One-click install
npx skills add https://github.com/infotechsrealm/PanicAtThePond --skill assets-shader-list-all-infotechsrealm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assets-shader-list-all
Source: https://github.com/infotechsrealm/PanicAtThePond/tree/main/.claude/skills/assets-shader-list-all
Command: npx skills add https://github.com/infotechsrealm/PanicAtThePond --skill assets-shader-list-all-infotechsrealm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users find all available shaders in a project's assets and packages, simplifying the process of selecting a shader for use in a project.

Core Features & Use Cases

  • Shader Discovery: List all shaders available in the project assets and packages.
  • Sorting: Returns shader names in alphabetical order.
  • Use Case: When creating a new material, this Skill can be used to identify a suitable shader name for the 'assets-material-create' tool.

Quick Start

Run the 'assets-shader-list-all' skill to list all shaders available in your project.

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 shaders in my 3D project assets?

To list all shaders in your project, you need a tool that identifies and lists shaders within asset and package directories. This process returns available shader names in alphabetical order, simplifying shader discovery for 3D modeling workflows.

How do I find available shaders when creating a new material?

Finding available shaders for new materials requires listing all shaders in your project assets and packages. This identifies suitable shader names alphabetically, which you can then use directly when creating a new material.

What is the best way to discover shaders across project packages?

The best way to discover shaders across project packages is to run a shader discovery process that scans project asset directories. This lists all available shaders alphabetically, making selection easier for rendering workflows.

Do I need specific dependencies to list shaders in my project?

You do not need specific dependencies to list shaders in your project. The process requires only access to project asset directories and the ability to list directory contents to identify all available shaders.

Why does shader discovery only return names in alphabetical order?

Shader discovery returns names in alphabetical order to simplify the process of selecting a shader for use in a project. Sorting provides a predictable, organized list of all shaders found in project assets and packages.