This does the heavy lifting for Tauri v2 development, where the permission system and mobile builds trip up most developers. It catches the classic mistakes like forgetting to add commands to generate_handler, missing capabilities that cause silent failures, and using the wrong API imports from v1. The skill walks you through the lib.rs vs main.rs split that mobile builds require, shows the correct async command patterns, and includes working capability configurations. Honestly saves you from the documentation rabbit holes and gets straight to patterns that actually work in production.
npx skills add https://github.com/nodnarbnitram/claude-code-extensions --skill tauri-v2