Skip to main content
Back to registry

tauri-v2

nodnarbnitram/claude-code-extensions

Build cross-platform desktop and mobile apps with web frontends and Rust backends.

Installs2
Install command
npx skills add https://github.com/nodnarbnitram/claude-code-extensions --skill tauri-v2
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Build cross-platform desktop and mobile apps with web frontends and Rust backends. This skill prevents 8+ common errors and saves ~60% tokens. Why this matters: Commands not in generate_handler![] silently fail when invoked from frontend. Why this matters: Use @tauri-apps/api/core (not @tauri-apps/api/tauri - that's v1 API). Why this matters: Tauri v2 denies everything by default - explicit permissions required for all operations. Wrong - Borrowed type in async: Correct - Owned type: Why: Async commands cannot borrow data across await points; Tauri requires owned types for async command parameters. Key settings: Key settings: Located in references/ : Note: For deep dives on specific topics, see the reference files above. Symptoms: App launches but shows blank white screen Solution: Symptoms: invoke() returns undefined instead of expected value Solution: Symptoms: Android/iOS build fails with missing target Solution: Before using this skill, verify: - Permission denied errors from missing capabilities - IPC failures from unregistered commands in generate_handler!

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does tauri-v2 do?

Build cross-platform desktop and mobile apps with web frontends and Rust backends.

Is tauri-v2 good?

tauri-v2 does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does tauri-v2 work with?

tauri-v2 currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to tauri-v2?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install tauri-v2?

npx skills add https://github.com/nodnarbnitram/claude-code-extensions --skill tauri-v2

Related skills

Alternatives in Software Engineering