Skip to content

Releases: 0xjitsu/claude-shaders

v1.0.0 — Initial Release

Choose a tag to compare

@0xjitsu 0xjitsu released this 16 Apr 02:04

claude-shaders v1.0.0

Standalone Claude Code plugin packaging the jitsu-shaders skill for independent distribution.

What's included

  • 12 production-ready WebGPU presets via @basementstudio/shader-lab
    • 2 hero presets (aurora, terminal, inkwash)
    • 2 loader presets (pulse, scanline)
    • 2 scroll-reveal presets (halftone, slice)
    • 1 glass panel preset (chromatic)
    • 2 route transition presets (pixelate, posterize)
    • 2 postprocessing presets (edge-detect, smear-hover)
  • ShaderOrFallback component — SSR-safe, respects prefers-reduced-motion, auto-detects WebGPU
  • Full reference docs — effect catalog, decision tree, authoring workflow, WebGPU support matrix
  • 3 install methods — Claude Code plugin, curl installer, manual copy
  • AGPL v3 with commercial license available

Install

# Claude Code plugin
claude mcp install https://github.com/0xjitsu/claude-shaders

# curl
curl -fsSL https://raw.githubusercontent.com/0xjitsu/claude-shaders/main/install.sh | bash