Skip to content
Agent Orchestration
Skill

/tauri-v2-integration

Implement or adjust VMark frontend <-> Tauri v2 integration. Use when adding invoke/emit bridges, menu accelerators, or IPC-related UI behaviors.

From plugin
vmark
49819 skills9 agents7 commands2 MCP
Install
$ npx -y skills add xiaolai/vmark --skill tauri-v2-integration --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/tauri-v2-integration

Context preview

The summary Claude sees to decide when to auto-load this skill.

Implement or adjust VMark frontend <-> Tauri v2 integration. Use when adding invoke/emit bridges, menu accelerators, or IPC-related UI behaviors.

SKILL.md

tauri-v2-integration.SKILL.md
name: tauri-v2-integration
description: Implement or adjust VMark frontend <-> Tauri v2 integration. Use when adding invoke/emit bridges, menu accelerators, or IPC-related UI behaviors.

Tauri v2 Integration (VMark)

Overview

Ensure Tauri v2 bridge patterns and IPC flows are consistent across frontend and Rust.

Workflow

1) Identify the bridge direction:

  • Rust -> Webview: `window.emit()`/`app.emit()` + `listen()` on frontend.
  • Webview -> Rust: `invoke()`.

2) Update frontend hooks/plugins that manage IPC (`src/hooks/`, `src/plugins/`). 3) Update Rust commands or menu entries in `src-tauri/`. 4) Keep behavior consistent across WYSIWYG and Source modes. 5) If E2E behavior needs validation, use Tauri MCP tools.

References

  • `references/paths.md` for key files and patterns.
  • Manual E2E: see `tauri-mcp-testing` skill for patterns.

Related Skills

  • **`tauri-app-dev`** — General Tauri 2.0 patterns (commands, state, plugins, security)
  • **`tauri-mcp-testing`** — E2E testing via Tauri MCP tools
  • **`rust-tauri-backend`** — VMark Rust backend implementation
Ships withvmark

The Plain-Text Workspace Where Humans and AI Collaborate Free. Local-first. Format-aware. VMark is the plain-text workspace where humans and AI collaborate.

Get the whole plugin