🔍
DataC#

Shader Data Inspector

by IvanMurzak

Shader Data Inspector is a Data skill for Claude Code, published by IvanMurzak in Unity-MCP.

3.9K stars355 forkson IvanMurzak/Unity-MCPAdded 2026/08/16Repository updated 2026/08/16
aiai-integrationanthropicclaudeclaude-codeclaude-desktopclicopilotcursorgame-developmentgamedevgeminillmmcpmcp-servermodel-context-protocolopenaiunitywindsurf
Install in seconds
Install Shader Data Inspector
Copy Shader Data Inspector into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/IvanMurzak/Unity-MCP/tree/main/Unity-MCP-Plugin/.claude/skills/assets-shader-get-data ~/.claude/skills/assets-shader-get-data

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/IvanMurzak/Unity-MCP.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
Unity-MCP-Plugin/.claude/skills/assets-shader-get-data/SKILL.md in IvanMurzak/Unity-MCP
Installs to
~/.claude/skills/assets-shader-get-data
Collection
One of 25 skills cataloged from this repository
Category
Data668 skills

What Shader Data Inspector does

Shader Data Inspector retrieves detailed information from a Unity shader asset, including properties, subshaders, passes, and compilation messages. Use it after locating shaders with assets-find or assets-shader-list-all to inspect shader internals or debug compilation errors.

Shader Data Inspector is cataloged under Data on DirSkills. Shader Data Inspector comes from a repository tagged ai, ai-integration, anthropic, claude and claude-code.

Documentation

README

Assets / Shader / Get Data

Get detailed data about a shader asset in the Unity project. Returns shader properties, subshaders, passes, compilation errors, and supported status. Use 'assets-find' tool with filter 't:Shader' to find shaders, or 'assets-shader-list-all' tool to list all shader names.

Toggles (most default off to keep responses small)

  • includeMessages (default true) — shader compilation messages.
  • includeProperties (default false) — uniforms list.
  • includeSubshaders (default false) — subshader and pass structure.
  • includeSourceCode (default false) — pass source code. Implies includeSubshaders and can produce very large responses.

This is the opening of the README. Read the full README on GitHub.

Commands Shader Data Inspector provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /unity-initial-setup

Frequently asked about Shader Data Inspector

  • What else does IvanMurzak publish alongside Shader Data Inspector?

    Shader Data Inspector is one of 25 skills that DirSkills catalogs from IvanMurzak/Unity-MCP, the repository it ships in. Its siblings there include Asset Data Reader, Asset Finder and Asset Modification. Each one is a separate skill with its own page in this directory, installs the same way Shader Data Inspector does, and is maintained by IvanMurzak in that same repository. The rest of the collection is listed on the IvanMurzak/Unity-MCP page.

  • How does Shader Data Inspector compare to other Data skills?

    Shader Data Inspector ranks #196 by stars among the 668 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Shader Data Inspector against them. Open each page to compare what they document and how they install.

More from IvanMurzak/Unity-MCP

Shader Data Inspector is one of 25 skills cataloged on DirSkills from IvanMurzak/Unity-MCP.

See all 25 skills