If you're building Tauri v2 desktop or mobile apps with a Rust frontend instead of JavaScript, this handles the integration quirks. It covers Leptos, Yew, Dioxus, and Sycamore, all using Trunk as the bundler. The main value here is getting the WASM compilation pipeline to play nice with Tauri's expectations, which isn't always obvious from either project's docs alone. It's niche, but if you're already committed to writing UI code in Rust, this will save you from stitching together half a dozen GitHub issues to figure out the correct build setup. The security audits are mixed, so review the code if that matters for your project.
npx -y skills add dchuk/claude-code-tauri-skills --skill integrating-tauri-rust-frontends --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents