shader-effects

Installation
SKILL.md

Shader Effects

Visual effects that add polish, style, and atmosphere to shader output.

Quick Start

// Combine multiple effects
vec3 color = baseColor;
color = applyVignette(color, uv, 0.5);
color = applyGrain(color, uv, uTime, 0.1);
color = applyChromaticAberration(color, uv, 0.005);

Glow / Bloom

Simple Glow

Related skills

More from bbeierle12/skill-mcp-claude

Installs
157
GitHub Stars
8
First Seen
Jan 22, 2026