Claudewave
Description
【CLAUDEWAVE】Skill framework to get started with Claudewave in Claude Code
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claudewave
A [Claude Code](https://claude.com/claude-code) skill for building vaporwave/slushwave/citypop/chillwave remixes and sound-reactive ASCII music videos of existing songs.
Claude handles the whole pipeline: stem separation, per-instrument MIDI transcription, beat-tracked arrangement, programmatic synth rebuild, genre-specific DSP, and 1080p60 ASCII visualizers with per-song reflections.
What it does
Given an mp3/wav, Claude will:
- Separate it into 4 stems (demucs).
- Transcribe bass + harmonic instruments to MIDI (basic-pitch) for pitch/chord info.
- Beat-track the original for the rhythm grid.
- Detect chord progression (including jazz extensions).
- (Optional) Generate AI atmosphere pads + m2m vocal style transfer via a local ComfyUI server with ACE-Step.
- (Optional) Extract monophonic melodies (whistle/lead) with pYIN.
- Rebuild the track with programmatic synth voices (FM Rhodes, slap bass, sub, bell, Juno pad, whistle, vocoder).
- Apply genre-specific DSP (chorus/phaser/reverb/tape wobble/sidechain pump/chopped hook loops).
- Render a 1080p60 ASCII music video with scene visuals + a reflection panel with AI/lyric-related commentary.
- Mux the final video with MP3-in-MP4 for broad compatibility.
Install
See [`setup.md`](setup.md) for full install commands. Summary:
- ffmpeg (with
libx264,libmp3lame, optionallyh264_nvencfor GPU encode) - Python 3.13 main env:
librosa soundfile scipy numpy pedalboard demucs Pillow music21 - Python 3.12 side env (for
basic-pitchwhich has deps that don't build on 3.13):basic-pitch onnxruntime pretty_midi librosa soundfile scipy - Optional: a local ComfyUI server at
127.0.0.1:8188withace_step_1.5_turbo_aio.safetensorsandace_step_v1_3.5b.safetensorsfor AI music generation
Use
Add the skill directory to Claude Code's skills path, then just ask:
make a slushwave remix of this track with a music video
turn this into a citypop cover
vaporwave t
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11