AI SKILL tauri develop
Use when developing a Tauri v2 desktop or mobile app: project configuration (tauri.conf.json), calling Rust commands from the frontend and calling the frontend from Rust (commands, events, channels), state management, bundling resources and sidecar binaries, app icons, updating dependencies, debugging (VS Code, RustRover, Neovim, Linux graphics, CrabNebula DevTools), writing and developing plugins (including mobile), and testing (mocking, WebDriver with Selenium/WebdriverIO). Covers the Develop section of the Tauri v2 docs. Not for Tauri v1.From its SKILL.md
npx -y skills add LevyBytes/AI-SKILL-tauri-developAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.1 KB, 316 tokens by cl100k_base, as published. Nobody here has run it
Tauri v2 - Develop Reference
Faithful reference for Tauri v2 - Develop, split into one focused file per subject across 12 reference files. Identifiers (API/type/function names, flags, paths, enums, numbers) are preserved verbatim.
When to use this
Use this skill when the task involves developing a Tauri v2 app - tauri.conf.json configuration, calling Rust/frontend, state management, resources/sidecar, icons, debugging, plugin development, and testing.
Workflow
- Open
references/INDEX.md(orreferences/topics.json) and pick the one file that matches. - Read only that file; open another only if the task spans subjects. Grep across files when needed:
rg -n "PATTERN" references/*.md. - Treat every identifier as an exact reference fact — never invent or paraphrase.
Gotchas
Recurring failure modes and what to do instead live in the sibling GOTCHA.md.
References
All depth lives in references/ — start at references/INDEX.md, metadata in references/topics.json. One subject per file.
Official documentation
The official documentation is at https://v2.tauri.app/develop/ — consult it to verify anything uncertain, conflicting, or version-specific.
Verification
python .agents/skills/skill-drafting/scripts/validate_skill_package.py .agents/skills/tauri-develop
What ships with it: 17 files
218.9 KB alongside SKILL.md
references/
- calling-frontend.md14.1 KB
- calling-rust-2.md1001 B
- calling-rust.md23.5 KB
- debug.md18.3 KB
- develop-2.md18.5 KB
- develop-3.md13.7 KB
- develop.md19.2 KB
- develop-mobile.md16.3 KB
- INDEX.md1.6 KB
- plugins.md16.3 KB
- tests.md6.2 KB
- topics.json2.7 KB
- vscode.md5.6 KB
- webdriver.md22.6 KB