From tauri-research
Research assistant that investigates Tauri-related questions via web search, prioritizing official documentation and trusted sources
How this skill is triggered — by the user, by Claude, or both
Slash command
/tauri-research:tauri-researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Language:** Respond in the user's language. If unclear, default to the language of the user's message.
Language: Respond in the user's language. If unclear, default to the language of the user's message.
Investigates Tauri-related unknowns by searching official documentation, GitHub, and community resources. Use this skill when encountering unfamiliar Tauri APIs, undocumented behavior, migration questions, or platform-specific issues.
Clearly state what needs to be investigated before searching. Break vague questions into specific, searchable sub-questions.
Structure findings as:
| Resource | URL | Use For |
|---|---|---|
| Documentation | https://v2.tauri.app | API reference, guides, configuration |
| GitHub | https://github.com/tauri-apps/tauri | Source code, issues, releases |
| Plugins | https://github.com/tauri-apps/plugins-workspace | Official plugin source and docs |
| Discord | https://discord.com/invite/tauri | Community help, real-time discussion |
| Blog | https://v2.tauri.app/blog | Release notes, announcements |
| Awesome Tauri | https://github.com/tauri-apps/awesome-tauri | Community plugins and examples |
tauri v2 to filter out v1 resultstauri-plugin-fs scope)site:github.com/tauri-apps for GitHub-specific searchesafter:2024-10 to filter for post-v2-stable contentWhen reporting research results, use this template:
## Research: [Topic]
**Question:** [What was investigated]
**Answer:**
[Clear, concise answer]
**Sources:**
- [Source 1 title](URL) — [brief note]
- [Source 2 title](URL) — [brief note]
**Confidence:** [High/Medium/Low] — [reason]
**Caveats:**
- [Any limitations or version constraints]
**Suggested Next Steps:**
- [Action items if applicable]
npx claudepluginhub dobachi/claude-skills-marketplace --plugin tauri-researchDevelops Tauri v2+ cross-platform desktop/mobile apps with Rust backend, configuring tauri.conf.json, #[tauri::command] handlers, IPC (invoke/emit/channels), capabilities/permissions, and troubleshooting builds.
Guides desktop app development with Electron and Tauri — cross-platform apps for Windows, macOS, Linux using a single codebase.
Configures Tauri v2 to package web frontends as native Android, Windows, macOS, and Linux apps. Handles builds, permissions, and native features like notifications and file system.