1. start from the template
copy
shaders/utils/shader_template.gdshader
and rename it. drop your file into
res://shaders/
(flat, no subfolders).
2. tag it
@name supersaw drift @author you@here @description one line
3. read the uniforms
uniform sampler2D prev_frame; uniform float time_val, beat; uniform float bass, mid, treble; uniform float energy, onset, kick;