kunitoki

18 mods across 1 repository, 17 stars between them.

au-review

01

kunitoki/sonic-skills

Skill Claude CodeCodex

Reviews AudioUnit v2/v3 plugin implementations for spec compliance, thread safety, and correctness. Use when the user asks to review an AudioUnit plugin, check an AUv3 app extension, audit property or parameter handling, or asks "is my AUComponent thread-safe?" or "why does my AU crash in Logic?". Trigger on phrases…

17 3mo ago A 119 tokens original Unlicense

kunitoki/sonic-skills

Skill Claude CodeCodex

Systematic checklist for diagnosing audio artifacts. Use when the user describes a sound quality problem — clicks, pops, crackling, silence, DC offset, aliasing, phase issues, or latency problems. Trigger on phrases like "why do I hear clicks?", "my output has DC offset", "there's aliasing in my oscillator", "phase is…

17 3mo ago A 119 tokens original Unlicense

audio-dsp-review

03

kunitoki/sonic-skills

Skill Claude CodeCodex

Reviews audio DSP and audio processing code for realtime safety violations. Use whenever the user asks to review, audit, or check audio processing code — including plugin process callbacks, audio engine render functions, DSP implementations, or any code that runs on the audio thread. Trigger on phrases like "review my…

17 3mo ago A 115 tokens original Unlicense

kunitoki/sonic-skills

Skill Claude CodeCodex

Explains DSP math concepts to developers who need the theory behind an algorithm. Use whenever the user asks how a signal-processing concept works, wants intuition behind a formula, or hits a math-shaped bug. Trigger on phrases like "how does a Fourier transform work", "explain z-transforms", "what is convolution"…

17 3mo ago A 121 tokens original Unlicense

kunitoki/sonic-skills

Skill Claude CodeCodex

Reviews audio DSP code for numerical correctness. Use when the user asks to review, audit, or check DSP code for correctness issues — filters, feedback loops, fixed-point arithmetic, accumulation loops, or any numeric computation in audio code. Trigger on "check this filter for NaN", "why does my reverb blow up?", "is…

17 3mo ago A 110 tokens original Unlicense

kunitoki/sonic-skills

Skill Claude CodeCodex

Profiling strategy for audio CPU issues — xruns, spikes, and buffer underruns. Use when the user reports CPU overload, audio glitches under load, or performance regressions. Trigger on phrases like "I'm getting xruns", "my plugin causes CPU spikes", "dropouts under high voice count", "audio thread is too slow", "how…

17 3mo ago A 99 tokens original Unlicense

kunitoki/sonic-skills

Skill Claude CodeCodex

Traces and documents signal paths, bus/aux architecture, and sidechain connections in audio systems. Surfaces hidden coupling between audio components. Use when the user asks to trace a signal chain, explain audio routing, understand an audio graph, locate sidechain sources, or describe how audio flows through a…

17 3mo ago A 116 tokens original Unlicense

clap-review

08

kunitoki/sonic-skills

Skill Claude CodeCodex

Reviews CLAP plugin implementations for spec compliance, thread safety, and correctness. Use when the user asks to review a CLAP plugin, audit a CLAP extension, or check whether their process() callback follows the CLAP threading model. Trigger on phrases like "review my CLAP plugin", "check CLAP extension", "is my…

17 3mo ago A 105 tokens original Unlicense

dsp-algorithm-guide

09

kunitoki/sonic-skills

Skill Claude CodeCodex

Implementation guide for common DSP algorithms. Use when the user asks "implement a lowpass filter", "how do I write a compressor", "reverb algorithm", "FFT convolution", "pitch shifter", or "oscillator with no aliasing". Trigger on phrases like "biquad filter", "state variable filter", "feedback delay network"…

17 3mo ago A 102 tokens original Unlicense

game-audio-guide

10

kunitoki/sonic-skills

Skill Claude CodeCodex

Guides implementation of custom Wwise or FMOD DSP plugins from scratch — effect, source, and mixer plugin types. Use when the user wants to create a new Wwise plugin, build an FMOD DSP effect, or implement a custom game audio middleware plugin. Trigger on phrases like "create a Wwise effect plugin", "build an FMOD…

17 3mo ago A 106 tokens original Unlicense

game-audio-review

11

kunitoki/sonic-skills

Skill Claude CodeCodex

Reviews game audio code for Wwise/FMOD integration safety, custom DSP plugin correctness, and audio middleware usage. Use when the user asks to review a Wwise plugin, check an FMOD DSP effect, audit game audio middleware integration, or asks "is my game audio code safe?". Trigger on phrases like "review my Wwise…

17 3mo ago A 123 tokens original Unlicense

juce-guide

12

kunitoki/sonic-skills

Skill Claude CodeCodex

Step-by-step guide for building a JUCE audio plugin from scratch. Use when the user asks "how do I create a JUCE plugin", "set up a JUCE project", "add parameters to my JUCE plugin", "package my VST3", or "how do I wire up APVTS". Trigger on phrases like "create a JUCE plugin", "JUCE CMake setup", "AudioProcessor…

17 3mo ago A 108 tokens original Unlicense

juce-review

13

kunitoki/sonic-skills

Skill Claude CodeCodex

Reviews JUCE audio plugin code for JUCE-specific correctness issues: thread safety, APVTS parameter patterns, MessageManager usage, ValueTree, and MIDI handling. Use when the user asks to review a JUCE plugin, check a processBlock, audit parameter handling, or asks "is this JUCE code safe?". Trigger on phrases like…

17 3mo ago A 115 tokens original Unlicense

vst3-review

14

kunitoki/sonic-skills

Skill Claude CodeCodex

Reviews VST3 plugin implementations for spec compliance, host compatibility, and correctness. Use when the user asks to review a VST3 plugin, check bus arrangements, audit parameter handling, or verify their process() callback is safe. Trigger on phrases like "review my VST3 plugin", "check VST3 bus arrangement", "is…

17 3mo ago A 116 tokens original Unlicense

webaudio-guide

15

kunitoki/sonic-skills

Skill Claude CodeCodex

Step-by-step guide for building Web Audio processing pipelines — AudioWorklet processors, custom nodes, parameter automation, and WebMIDI integration. Use when the user asks how to build or wire up Web Audio code from scratch. Trigger on phrases like "build an AudioWorklet", "create a custom Web Audio effect", "how do…

17 3mo ago A 98 tokens original Unlicense

webaudio-review

16

kunitoki/sonic-skills

Skill Claude CodeCodex

Reviews Web Audio API JavaScript/TypeScript code for correctness, thread safety, and deprecated patterns. Use when the user asks to review AudioWorklet code, check an AudioWorkletProcessor, audit Web Audio graph construction, or diagnose crackling/dropouts in a web audio app. Trigger on phrases like "review my Web…

17 3mo ago A 99 tokens original Unlicense

yup-guide

17

kunitoki/sonic-skills

Skill Claude CodeCodex

Step-by-step guide for building a YUP audio plugin from scratch. Use when the user asks "how do I create a YUP plugin", "set up a YUP project", "add parameters to my YUP plugin", "package my CLAP or VST3", or "how do I wire up AudioParameterHandle". Trigger on phrases like "create a YUP plugin", "YUP CMake setup"…

17 3mo ago A 111 tokens original Unlicense

yup-review

18

kunitoki/sonic-skills

Skill Claude CodeCodex

Reviews YUP audio plugin code for YUP-specific correctness issues: AudioProcessor lifecycle, AudioParameterBuilder and AudioParameterHandle usage, editor gestures, AudioBusLayout handling, CLAP/VST3 wrapper contracts, state recall, and MIDI safety. Use when the user asks to review a YUP plugin, check a processBlock…

17 3mo ago A 117 tokens original Unlicense