skills/99-moxin-studio-evolution/SKILL.md
Roadmap and refactor guidance for Moxin Studio, plus skill maintenance workflow. Use when planning large changes or updating the skill set.
npx skillsauth add alan0x/moxin-tts 99-moxin-studio-evolutionInstall 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.
Use this skill when planning architecture changes, consulting roadmaps, or maintaining the skills.
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.
development
--- name: 05-moxin-studio-audio description: Audio pipeline details for Moxin Studio: device selection, mic monitoring, AudioPlayer buffer behavior, and participant tracking. Use when modifying audio code or diagnosing audio issues. --- # Moxin Studio Audio ## 1. Overview Moxin uses cpal for input/output and a circular buffer AudioPlayer for playback. Keep sample rate and metadata consistent with dataflow. ## 2. Audio workflow 1. Initialize `AudioManager` and populate device dropdowns. 2. S