30-tauri-frontend-workflow

30-tauri-frontend-workflow is a cursor rule for Cursor from ryoha000/launcherg. It costs 0 tokens per session (288 once invoked), scanned A, original, Unlicense.

A workflow rule for the Svelte and TypeScript frontend of a Tauri desktop app. It specifies checks to run, how the frontend communicates with Rust, and how TypeScript union cases must be handled.

In plain words
What is it for?
Use it when editing Tauri frontend code, handling Rust commands or events, or checking frontend and backend changes before review.
Why use it?
It gives contributors a consistent way to format and validate changes and helps catch missing cases in typed branching. It also documents the naming convention used across the frontend-to-Rust boundary.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Good fit Use it when editing Tauri frontend code, handling Rust commands or events, or checking frontend and backend changes before review.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/ryoha000/launcherg/30-tauri-frontend-workflow
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/ryoha000/launcherg

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for 30-tauri-frontend-workflow

README.md
[![agentmods](https://agentmods.dev/badge/rules/ryoha000/launcherg/30-tauri-frontend-workflow/github.svg)](https://agentmods.dev/rules/ryoha000/launcherg/30-tauri-frontend-workflow)
Your own site
<a href="https://agentmods.dev/rules/ryoha000/launcherg/30-tauri-frontend-workflow"><img src="https://agentmods.dev/badge/rules/ryoha000/launcherg/30-tauri-frontend-workflow/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for 30-tauri-frontend-workflow

Your own site · 80×15
<a href="https://agentmods.dev/rules/ryoha000/launcherg/30-tauri-frontend-workflow"><img src="https://agentmods.dev/badge/rules/ryoha000/launcherg/30-tauri-frontend-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 288 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00288
Opus 5 $0.00000 $0.00144
Sonnet 5 $0.00000 $0.00058
Haiku 4.5 $0.00000 $0.00029

Measured today against content hash 9efb89355bd0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-13, from the pricing page.

Security

Grade A, and why

30-tauri-frontend-workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/rules/30-tauri-frontend-workflow.mdc · 17 lines

What it actually says

Tauri フロントエンド ワークフロー(Svelte / TypeScript)

  • コード整形/静的検査: task check:tauri:frontend(format/lint/check を順に実行)
  • PR前に確認: task check:tauri でフロント/バック(Rust)の両方の健全性を確認。
  • イベント/コマンド連携: Rust側とのやり取りは camelCase で送信(Tauriが snake_case にマップ)。
  • 型安全: 共有の型定義を活用し、any を避ける。
  • コマンド実行ポリシー: まとめチェックは task 経由で実行。

分岐スタイル(TypeScript ユニオンの扱い)

  • switch で分岐し、defaultconst _exhaustive: never = value を置いて網羅性を型で保証する。
  • if 連鎖でのユニオン分岐は禁止(見落とし防止)。

参照

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 17 lines · 0 tokens per session scan A 9efb89355bd0

Subscribe to this mod's changes

30-tauri-frontend-workflow is a cursor rule published in the GitHub repository ryoha000/launcherg (37 stars, last pushed 5mo ago), licensed Unlicense. It costs nothing until one of its globs matches a file; then it loads 288 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-12.

Related

Other cursor rules, from other repositories