Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

magda-core

magda-core에는 Conceptual-Machines에서 수집한 skills 16개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
16
Stars
175
업데이트
2026-06-29
Forks
16
직업 범위
직업 카테고리 1개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

windows-signing
소프트웨어 개발자

Code-sign the MAGDA Windows installer with the Certum cloud certificate (SimplySign). Use when releasing on Windows, when the signing job in release.yml needs attention, or when troubleshooting "cert not found" / SmartScreen warnings.

2026-06-29
faust-device
소프트웨어 개발자

Work on MAGDA's compiled Faust devices (synths/FX whose DSP is a .dsp file compiled to C++ at build time). Use when adding or changing a parameter on a compiled Faust plugin (e.g. Poly Synth, the filter engines, compiled FX), creating a new compiled Faust device, or wiring its custom UI. Covers the .dsp -> generated.cpp pipeline, the host-slot contract, and UI/linking.

2026-06-28
app-icon
소프트웨어 개발자

Update the MAGDA application icon (dock / taskbar / window icon) from a new source PNG. Use when the user wants to change, swap, or update the app icon, e.g. "update the app icon to Bold-M6". Covers the assets/app_icon.png pipeline, the square-PNG requirement, and rebuilding so JUCE regenerates the .icns/.ico.

2026-05-24
crowdin-translate
소프트웨어 개발자

Manage MAGDA translations via Crowdin - how to add source strings, push sources, push a specific locale's translation via CLI, and the rules about who writes what.

2026-05-17
te-host-parameter-writes
소프트웨어 개발자

Write values from MAGDA into a te::AutomatableParameter (slider moves, controller input, state restore, modifier sync). Covers the setParameterFromHost requirement, why setParameter silently drops host writes when modifiers are active, and what to do after a TE submodule bump. Use when adding a new DeviceProcessor, wiring a new control surface, debugging "slider does nothing when an LFO/macro is on the parameter", or rebasing the TE patch.

2026-04-27
release
소프트웨어 개발자

Tag and push a release. Use when the user says "release X.Y.Z". Does NOT merge any branches — just tags the current HEAD and pushes.

2026-04-22
crash-analysis
소프트웨어 개발자

Analyze MAGDA crash logs and Windows minidumps. Use when the user reports a crash, provides a crash log or .dmp file, or asks to investigate a crash.

2026-04-16
building
소프트웨어 개발자

Build, test, and run MAGDA DAW. Use when compiling, running tests, or launching the app. Always use Makefile commands, never raw cmake/ninja.

2026-04-07
svg-button
소프트웨어 개발자

Add SVG icon buttons to the UI. Use when creating or modifying buttons that use SVG icons from the assets directory.

2026-04-05
macros-mods
소프트웨어 개발자

Guide for implementing and debugging macro and mod (LFO/envelope) linking on device parameters. Use when adding macro/mod support to a plugin, fixing macro link issues, or understanding the modulation system.

2026-04-01
git
소프트웨어 개발자

Git workflow rules for this repository. MUST be followed for all git operations — branching, committing, pushing.

2026-02-23
move-file
소프트웨어 개발자

Move a C++ source file to a new location, updating all

2026-02-20
audio-thread
소프트웨어 개발자

Audio thread safety and lock-free programming patterns for JUCE/Tracktion Engine. Use when writing Plugin::applyToBuffer(), real-time audio callbacks, metering, or any code that touches the audio thread. Covers what is forbidden, lock-free communication, and codebase-specific patterns.

2026-02-13
juce-threading
소프트웨어 개발자

JUCE threading model and component lifecycle safety. Use when writing UI components, async callbacks, timers, or any code that crosses thread boundaries. Covers destruction ordering, SafePointer, LookAndFeel cleanup, and common crash patterns.

2026-02-13
valuetree
소프트웨어 개발자

JUCE ValueTree and serialization patterns for Tracktion Engine plugins. Use when working with plugin state, CachedValue properties, ValueTree listeners, or state persistence/restoration.

2026-02-13
tracktion-engine
소프트웨어 개발자

Work with Tracktion Engine audio DAW framework. Use when creating/manipulating Edits, Tracks, Clips, Plugins, or Transport control. Covers the core model, playback, and plugin hosting patterns.

2026-01-20