verun: Skill for Claude Code

.agents/skills/tauri-v2/SKILL.md

tauri-v2 is a skill for Claude Code, Codex from SoftwareSavants/verun. It costs 80 tokens per session (4,122 once invoked), scanned A, original, AGPL-3.0.

A toolkit for building desktop and mobile apps with Tauri, using Rust for the app logic and web technology for the interface.

In plain words
What is it for?
Use it to configure Tauri apps, write Rust commands, connect interface code through messages, fix build problems, and prepare apps for desktop or mobile release.
Why use it?
It helps handle the communication between the interface and Rust code, app permissions, configuration, builds, and deployment in one workflow.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is SoftwareSavants/verun's own configuration. It tells Claude Code and Codex how to work on verun itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything verun configures →

Reuse

Borrowing it

Nothing to install: this file belongs to SoftwareSavants/verun. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/SoftwareSavants/verun/main/.agents/skills/tauri-v2/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/SoftwareSavants/verun

Made for: Claude Code, Codex.

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 tauri-v2

README.md
[![agentmods](https://agentmods.dev/badge/skills/softwaresavants/verun/tauri-v2/github.svg)](https://agentmods.dev/skills/softwaresavants/verun/tauri-v2)
Your own site
<a href="https://agentmods.dev/skills/softwaresavants/verun/tauri-v2"><img src="https://agentmods.dev/badge/skills/softwaresavants/verun/tauri-v2/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 tauri-v2

Your own site · 80×15
<a href="https://agentmods.dev/skills/softwaresavants/verun/tauri-v2"><img src="https://agentmods.dev/badge/skills/softwaresavants/verun/tauri-v2.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,122 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 unknown 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.00080 $0.04122
Opus 5 $0.00040 $0.02061
Sonnet 5 $0.00016 $0.00824
Haiku 4.5 $0.00008 $0.00412

Measured 10d ago against content hash 86b21fe8d439, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

tauri-v2 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 10d ago.

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.

.agents/skills/tauri-v2/SKILL.md · 498 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 498 lines · 80 tokens per session scan A 86b21fe8d439

Subscribe to this mod's changes

tauri-v2 is a skill published in the GitHub repository SoftwareSavants/verun (9 stars, last pushed 1mo ago), licensed AGPL-3.0. It adds 80 tokens to every session and 4,122 once invoked, about $0.0004 per session on Opus 5. 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-08-31.

Related

Other skills, from other repositories

neo-swift-ui

Use this skill when building, debugging, refactoring, or reviewing SwiftUI apps or views for iOS 16+ and related Apple platforms. Trigger for NavigationStack, Observation/state flow, view composition, previews, performance, accessibility, and SwiftUI architecture.

Benknightdark/neo-skills · 57 tokens

neo-swift

Use this skill when writing, reviewing, debugging, or modernizing Swift code for iOS, macOS, server-side Swift, or shared packages. Trigger for Swift 5+ language features, structured concurrency, memory safety, protocols/generics, SwiftUI integration, and performance-sensitive code.

Benknightdark/neo-skills · 63 tokens

kmp-clean-architecture

Defines the 6-layer clean architecture contract for KMP feature modules: :model / :api / :domain / :data / :presenter / :ui. Covers layer dependency rules, :model vs :api split, internal visibility enforcement, the api()/implementation() Gradle configuration boundary (ABI/type leakage, consumer compile fixtures…

ronjunevaldoz/kmp-agent-skills · 93 tokens

kmp-mvi

MVI (Model-View-Intent) architecture pattern for Kotlin Multiplatform + Compose Multiplatform. Covers: the Contract pattern (State/Intent/Effect per screen), MviViewModel base class with StateFlow for state and Channel for one-shot effects, atomic state updates, Compose screen/content split, testing ViewModels with…

ronjunevaldoz/kmp-agent-skills · 106 tokens

kmp-migration

Incremental adoption guide for teams moving an existing Android or KMP project toward the kmp-agent-skills architecture. Covers assessment of current state, prioritized skill adoption order, migration paths from MVVM+LiveData to MVI, monolith to multi-module, and how to migrate without breaking a live app. Use this…

ronjunevaldoz/kmp-agent-skills · 93 tokens

kmp-native-authoring

Scaffolds and structures brand-new, first-party C/C++ source for a Kotlin Multiplatform library's native core (a custom renderer, codec, or engine you are writing yourself) — directory layout, CMake setup, public C-ABI header design, and native-side testing. Produces the artifact kmp-jni-pro's Phase 0 discovery…

ronjunevaldoz/kmp-agent-skills · 149 tokens