skills/01-moxin-studio-core/SKILL.md
--- name: 01-moxin-studio-core description: Core architecture of Moxin Studio: plugin system, shell/app boundaries, state coordination, theme and dark mode, and timer/event lifecycles. Use when changing architecture, refactoring, or adding cross-cutting behavior. --- # Moxin Studio Core ## 1. Overview Follow the black-box app principle and keep shell/app coupling limited to the four required points. Use the references for details and examples. ## 2. Core rules - Keep apps self-contained; sh
npx skillsauth add alan0x/moxin-tts skills/01-moxin-studio-coreInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Follow the black-box app principle and keep shell/app coupling limited to the four required points. Use the references for details and examples.
LiveRegister.MoxinApp and AppRegistry for metadata and registration.development
Roadmap and refactor guidance for Moxin Studio, plus skill maintenance workflow. Use when planning large changes or updating the skill set.
development
--- name: 08-moxin-studio-reference description: Troubleshooting and operational reference for Moxin Studio: common errors, Dora issues, Makepad pitfalls, and checklists. Use when debugging or validating fixes. --- # Moxin Studio Reference ## 1. Overview Use this skill to diagnose failures quickly. Follow the triage flow and jump to the relevant area. ## 2. Triage flow 1. Reproduce and capture logs. 2. Check dataflow status and dynamic node connections. 3. Verify preferences and env vars. 4
development
Run and deploy Moxin Studio via Nix or manual builds, including dataflow startup and environment variables. Use when launching the app or preparing a dev environment.
development
Provider settings and user preferences in Moxin Studio. Use when editing provider UI, saving preferences, or wiring API keys and defaults.