Conceptual-MachinesConceptual-MachinesOfficialยท9 Agent Skills Included

magda-core

Build, debug, and release an open-source audio workstation

Guides development of MAGDA, a free open-source digital audio workstation built on C++20, JUCE, and Tracktion Engine. Covers audio thread safety, plugin parameter wiring, crash log analysis, code signing, translations, and release tagging. Eliminates guesswork around real-time audio constraints, build commands, and cross-platform packaging so contributors ship fixes faster.
npx skills add Conceptual-Machines/magda-core --all -g -y

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’