Skip to content
Agent Orchestration
Skill

/rust-tauri-backend

Implement or modify VMark's Rust/Tauri backend. Use when adding Tauri commands, menu items, filesystem integration, or platform behaviors in src-tauri.

From plugin
vmark
49819 skills9 agents7 commands2 MCP
Install
$ npx -y skills add xiaolai/vmark --skill rust-tauri-backend --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/rust-tauri-backend

Context preview

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

Implement or modify VMark's Rust/Tauri backend. Use when adding Tauri commands, menu items, filesystem integration, or platform behaviors in src-tauri.

SKILL.md

rust-tauri-backend.SKILL.md
name: rust-tauri-backend
description: Implement or modify VMark's Rust/Tauri backend. Use when adding Tauri commands, menu items, filesystem integration, or platform behaviors in src-tauri.

Rust + Tauri Backend (VMark)

Overview

Apply VMark backend conventions for Tauri v2 and Rust code.

Workflow

1) Identify the command or menu integration needed in `src-tauri/src`. 2) Use modern Rust formatting: `format!("{variable}")`. 3) Keep changes scoped; avoid unrelated refactors. 4) If UI interaction is required, wire through `invoke()` or `emit()` properly. 5) Update relevant tests or docs when behavior changes.

References

  • `references/paths.md` for backend entry points.
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