If you're building desktop apps with Tauri v2 and need to wire up a JavaScript frontend, this walks you through the architecture and configuration requirements. It covers SSG, SPA, and MPA setups, with the key constraint being that everything needs to compile to static output since Tauri acts as a static web host with a native webview. No SSR in the traditional sense. The skill is pretty specific about what works and what doesn't, which saves you from going down dead ends. With 229 installs and passing security audits, it seems to handle the common integration patterns people actually run into when moving web apps to native desktop.
npx skills add https://github.com/dchuk/claude-code-tauri-skills --skill integrating-tauri-js-frontends