Strata Studio is an agentic DAW that your AI agent (Claude Code, Cursor, Codex) can natively control so you can focus purely on making music.
# Add to your Claude Code skills
git clone https://github.com/Goldwaterfung/Strata-StudioGuides for using ai agents skills like Strata-Studio.
Strata-Studio is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Goldwaterfung. Strata Studio is an agentic DAW that your AI agent (Claude Code, Cursor, Codex) can natively control so you can focus purely on making music. It has 52 GitHub stars.
Strata-Studio's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/Goldwaterfung/Strata-Studio" and add it to your Claude Code skills directory (see the Installation section above).
Strata-Studio is primarily written in C++. It is open-source under Goldwaterfung on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh Strata-Studio against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Strata StudioYou opened your DAW to create musicβnot to burn half your brain on shortcuts, modifier keys, and complex control interfaces. Let tools serve your creativity, not your memory.
Strata Studio is an agentic DAW that your AI agent can natively control so you can focus purely on making music. Instead of spending 30 minutes manually levelling tracks for streaming, removing background noise from recordings, or routing effect plugins across every track, just tell your AI agent (Claude Code, Cursor, Codex, Hermes, or Gemini) what you want in plain English. Your session gets prepped, balanced, and ready for production in seconds.
Traditional DAWs were built for a keyboard-and-mouse era where every single operation required manual labor. As sessions grow to 100+ tracks, your creative energy gets drained by repetitive mechanical tasks.
| Traditional DAW Workflow | Strata Studio Agentic Workflow |
|---|---|
| Hundreds of Clicks & Manual Edits: Manually selecting, gain-staging, color-coding, and routing 100 tracks one-by-one. | One Single Command: A single natural language prompt controls 100+ tracks deterministically in a split second. |
| The Shortcut Tax: Searching online for forgotten keyboard shortcuts and complex modifier keys. | Natural Language: Just tell your AI agent what you want in plain English. |
| Dumb Track Labels: DAWs treat track names as plain text strings, forcing you to manually group and bus them. | Semantic Intelligence: AI agents understand instrument context (GTR_L_57 β Guitar Bus) and group stems automatically. |
| Creative Interruption: Stopping your flow state to handle technical preferences, gain staging, and file prep. | Pure Creative Flow: The AI agent works in the background as your tireless studio assistant. |
No terminal commands or manual compilation required. Open your AI agent (Claude Code, Codex, Cursor, Hermes, Gemini CLI, OpenCode, and 50+ more) and tell it to handle the setup:
Clone the project repository to your local system:
git clone https://github.com/Goldwaterfung/Strata-Studio.git
cd Strata-Studio
Or tell your AI agent:
Clone https://github.com/Goldwaterfung/Strata-Studio and set up the project for me
Tell your agent:
Build and package Strata Studio for me
(Your agent will automatically run ./scripts/install_dependencies.sh and ./scripts/build.sh release --package under the hood).
Tell your agent:
Install the daw-cli skill from https://github.com/Goldwaterfung/Strata-Studio
To manually install the skill into your preferred AI agent framework, copy or symlink the skills/daw-cli/ directory:
| Agent Framework | Local Workspace Skill Path | Global User Skill Path |
|---|---|---|
| Codex | .agents/skills/daw-cli |
~/.agents/skills/daw-cli |
| Claude Code / Co-Work | .claude/skills/daw-cli |
~/.claude/skills/daw-cli |
| Hermes | .hermes/skills/daw-cli |
~/.hermes/skills/daw-cli |
| Antigravity | .agents/skills/daw-cli |
~/.gemini/config/skills/daw-cli |
| Gemini CLI | .gemini/skills/daw-cli |
~/.gemini/skills/daw-cli |
| OpenCode | .opencode/skills/daw-cli |
~/.config/opencode/skills/daw-cli |
Once installed, your agent uses skills/daw-cli/SKILL.md as its operational manual.
Below are real-time demonstrations of daw-cli executing agentic workflows in Strata Studio.
Natural Language Prompt:
"Import all the audio files in/Volumes/AudioDrives/Stems/Song_Session_A/. Place all clips at the start of the timeline. Clean up all the dirty file extensions and underscores in the track names, and auto-color the tracks based on their instrument types so my session is clean and organized."

daw-cli track create, daw-cli clip add-audio, daw-cli track sanitize-names, daw-cli track auto-colorNatural Language Prompt:
"Set up a 124 BPM session with an 8-piece drum kit: Kick, Snare Top, Snare Bottom, Hi-Hat, Tom 1, Tom 2, and stereo Overheads. Color them automatically, set all faders to -6 dB for headroom, and pan the overheads 100% left and right."

daw-cli transport set-tempo, daw-cli track create-batch, daw-cli track auto-color, daw-cli track set-gain, daw-cli track set-panNatural Language Prompt:
"Inspect the stems in/Volumes/AudioDrives/Stems/Song_Session_A/stemsand my installed plugin library. Set up a professional Synth Rock mix for me. Import only the drum and guitar stems, instantiate Serum 2 for 'Sub Bass' and 'Synth Bass'. Construct a professional submix group setup."

daw-cli plugin scan, daw-cli plugin add, daw-cli route folder, daw-cli prep gain-stageHere is what working in Strata Studio with an AI assistant looks like:
User β― Set tempo to 128 BPM, set up tracks for Kick, Snare, HH, and Tom, and balance their volume levels.
Agent β― [Strata Agentic Engine]
β Set session tempo to 128.0 BPM (4/4 time signature)
β Created 4 audio tracks: Kick, Snare, HH, Tom
β Balanced volume levels across tracks 1..4 to prevent clipping
Done. Ready for your arrangement pass.
User β― Add a FabFilter Pro-Q 3 equalizer to the Snare track and copy the chain to the Tom tracks.
Agent β― [Strata Agentic Engine]
β Scanned VST3/AU host plugins
β Inserted 'FabFilter Pro-Q 3' into slot 0 on Track 2 (Snare)
β Copied insert chain from Track 2 to Tracks 3..4
Instead of manually clicking through complex menus, searching for shortcuts, or tweaking individual knobs, you command your AI assistant (Claude Code, Cursor, Codex, Hermes, Gemini, etc.) in plain English. Here is what your assistant can do in your session right now: