smithery/kuwa72

tauri-workflow-expert

Deep expertise in Tauri-specific development patterns, configuration, and security.

Installation

$ npx skills add smithery/kuwa72 --skill tauri-workflow-expert

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/kuwa72.

npx skills add smithery/kuwa72

Browse all from smithery/kuwa72

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 875 B
  • docs SUMMARY.md 112 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Skill: Tauri Workflow Expert

This skill provides specialized knowledge for developing cross-platform applications using the Tauri framework.

🔑 Key Areas

  • Tauri Config: Managing tauri.conf.json, identifying required permissions (capabilities).
  • Rust/JS Bridge: Implementing #[tauri::command] and calling them via @tauri-apps/api/core.
  • System Integration: Safely handling FS and OS operations via the Rust backend.
  • Build & Distribution: Configuring build settings for Windows and other targets.

🛡️ Best Practices

  • Avoid exposing sensitive system APIs directly to the frontend.
  • Use strongly typed commands with TypeScript definitions.
  • Keep the Rust backend lean; delegate UI logic to React.