tauri-command

Implement Tauri commands with camelCase to snake_case conversion and unified return patterns.

1|1|Updated Jul 17, 2025
One-click install
npx skills add https://github.com/varubogu/flequit --skill tauri-command
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tauri-command
Source: https://github.com/varubogu/flequit/tree/main/.claude/skills/tauri-command
Command: npx skills add https://github.com/varubogu/flequit --skill tauri-command

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tauri コマンドの実装を支援します。フロントエンドとバックエンド間の通信、invoke 関数の実装、camelCase から snake_case への自動変換、戻り値の統一パターンなど、Tauri 固有の実装パターンに使用します。

Core Features & Use Cases

  • camelCase ↔ snake_case の自動変換を適切に適用
  • void コマンドの戻り値パターンの統一
  • エラーハンドリングの標準化と一貫性の確保
  • 実装チェックリストの適用と実装サンプルの提供

Quick Start

新しい tauri コマンドを実装する際には、パラメータ名を camelCase で記述し、Rust 側は snake_case に対応します。invoke 呼び出しの結果を統一的な形式で返します。