Use when adding a new Tauri command to Cowork-Z — a new backend capability the React frontend must call, a new #[tauri::command] fn, or a new invoke() wrapper in tauri-api.ts. Also use when a newly written command returns "Command not found" at runtime.
$npx -y skills add kevinlin/cowork-z --skill add-tauri-commandInstalls into the current project.
Run `npx skills use "https://github.com/kevinlin/cowork-z" --skill "kevinlin/cowork-z/add-tauri-command"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kevinlin/cowork-z" that are relevant to the current task. Run `npx skills add "https://github.com/kevinlin/cowork-z"` and select the relevant skills, then follow their instructions.