From partme-ai-full-stack-skills
Guides Tauri v2 development workflow: dev server configuration, Rust backend and WebView frontend debugging, sidecar/resource management, testing strategies.
npx claudepluginhub partme-ai/full-stack-skills --plugin t2ui-skillsThis skill uses the workspace's default tool permissions.
**ALWAYS use this skill when the user mentions:**
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
ALWAYS use this skill when the user mentions:
Trigger phrases include:
npm run tauri dev
tauri.conf.json:
{ "build": { "devUrl": "http://localhost:5173", "frontendDist": "../dist" } }
lldb or RustRover:
src-tauri/src/main.rssrc-tauri/resources/ and referencing them in tauri.conf.jsoncargo test for Rust, WebDriver for e2e, and @tauri-apps/api/mocks for frontend unit teststauri develop, dev server, debugging, sidecar, resources, testing, hot reload