.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/conceptual-machines/magda-core
home/skills/conceptual-machines/magda-core
conceptual-machines avatar

conceptual-machines/magda-core

17 skills

View on GitHub
$npx skills add conceptual-machines/magda-core
SkillInstalls
app-iconUpdate 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.—audio-threadAudio thread safety and lock-free programming patterns for JUCE/Tracktion Engine.—buildingBuild, test, and run MAGDA DAW. Use when compiling, running tests, or launching the app. Always use Makefile commands, never raw cmake/ninja.—coordinate-systemMAGDA's UI domain is beats, not seconds. The zoom unit is pixels per beat (ppb).—crash-analysisAnalyze 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.—crowdin-translateManage 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…—faust-deviceWork on MAGDA's compiled Faust devices (synths/FX whose DSP is a .dsp file compiled to C++ at build time).—gitGit workflow rules for this repository. MUST be followed for all git operations — branching, committing, pushing.—juce-threadingJUCE threading model and component lifecycle safety. Use when writing UI components, async callbacks, timers, or any code that crosses thread boundaries.—macros-modsGuide for implementing and debugging macro and mod (LFO/envelope) linking on device parameters.—move-fileMove a C++ source file to a new location, updating all #include references and CMakeLists.txt entries automatically.—releaseTag 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.—svg-buttonAdd SVG icon buttons to the UI. Use when creating or modifying buttons that use SVG icons from the assets directory.—te-host-parameter-writesWrite values from MAGDA into a te::AutomatableParameter (slider moves, controller input, state restore, modifier sync).—tracktion-engineWork with Tracktion Engine audio DAW framework. Use when creating/manipulating Edits, Tracks, Clips, Plugins, or Transport control.—valuetreeJUCE ValueTree and serialization patterns for Tracktion Engine plugins.—windows-signingCode-sign the MAGDA Windows installer with the Certum cloud certificate (SimplySign).—