Skip to main content
Back to the directory
nodnarbnitram/claude-code-extensionsSoftware EngineeringFrontend and Design

tauri-v2

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

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
3

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/nodnarbnitram/claude-code-extensions --skill tauri-v2
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, tauri-v2 has 3 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: nodnarbnitram/claude-code-extensions. Canonical URL: https://skills.sh/nodnarbnitram/claude-code-extensions/tauri-v2.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Cross-platform desktop and mobile apps with Rust backends and web frontends. 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. main.rs stays thin: src-tauri/src/main.rs should only be a thin passthrough — all application logic lives in lib.rs : This split is required for mobile builds — Tauri replaces main() with mobile_entry_point on mobile targets. 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: Plugin configuration — Some plugins require additional tauri.conf.json blocks (e.g., store , updater ).

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

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

Is tauri-v2 good?

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

Which AI agents support tauri-v2?

tauri-v2 currently lists compatibility with Claude Code, Skills CLI.

Is tauri-v2 safe to install?

tauri-v2 has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to tauri-v2?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install tauri-v2?

Run the following command to install tauri-v2: npx skills add https://github.com/nodnarbnitram/claude-code-extensions --skill tauri-v2

Related skills

Alternatives in Software Engineering