magda-core
Build, debug, and release an open-source audio workstation
All Skills in This Repository (9)
Pure Emerald Level Indicatorsaudio-thread
Outline forbidden operations and lock-free patterns for real-time audio threads.
valuetree
Manage JUCE ValueTree plugin state with CachedValue binding and restoration workflows.
tracktion-engine
Create and manipulate Edits, Tracks, Clips, and Plugins in Tracktion Engine.
juce-threading
Teach safe cross-thread interaction patterns for JUCE UI components.
release
Create and push a v-prefixed git tag on the main branch.
crash-analysis
Parse macOS crash logs to extract the MAGDA crashed thread.
move-file
Move C++ source files and update #include and CMake references.
git
Enforce Git workflow rules for branching, committing, and pull requests.
building
Build, test, and launch MAGDA DAW via Makefile targets.
Frequently Asked Questions
FAQPage SchemaHow to install magda-core?โผ
Run `npx skills add Conceptual-Machines/magda-core --all -g -y` in your terminal to install all skills in this suite globally.
What is MAGDA?โผ
MAGDA is a free, open-source digital audio workstation built on C++20, JUCE, and Tracktion Engine, with natural language commands integrated directly into the app.
How do these skills help with audio development?โผ
They encode the project's real-time audio rules, such as lock-free patterns, thread-safe parameter writes, and ValueTree state handling, so your agent writes code that will not glitch or crash the audio thread.
Can these skills analyze crash reports?โผ
Yes. The crash-analysis skill parses macOS crash logs and Windows minidumps, symbolizes them with PDB files, and helps identify the root cause automatically.
Do I need to know C++ to use these skills?โผ
Basic familiarity helps, but the skills give your agent exact build commands, code patterns, and project conventions so it can make correct changes from plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core