tauri-core-runtime skillA
tauri-core-runtime is agent-read markdown (skill) from impertio-studio/tauri-2-claude-skill-package: Use when configuring app initialization, using setup hooks, spawning background tasks, or managing app lifecycle. Prevents misconfigured Builder chains and missing plugin registration that cause silent runtime failures. Covers Builder configuration, setup hook, AppHandle usage, Manager trait, tokio async runtime, and app exit/restart. Keywords: tauri builder, setup hook, AppHandle, Manager trait, tokio runtime, app lifecycle, window events, app startup, initialization, background task, app lifec.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# tauri-core-runtime
## Quick Reference
### Builder Method Summary (Tauri 2.x)
| Method | Purpose | Example |
|--------|---------|---------|
| `Builder::default()` | Create default builder | `tauri::Builder::default()` |
| `.setup(F)` | App initialization hook | `.setup(\|app\| { Ok(()) })` |
| `.invoke_handler(F)` | Register command handlers | `.invoke_handler(generate_handler![cmd1])` |
| `.manage(T)` | Register managed state | `.manage(MyState::default())` |
| `.plugin(P)` | Register a plugin | `.plugin(my_plugin::init())` |
| `.menu(F)` | Set application menu | `.menu(\|app\| MenuBuilder::new(app).build())` |
| `.on_window_event(F)` | Window event handler | `.on_window_event(\|window, event\| { })` |
| `.on_menu_event(F)` | Menu event handler | `.on_menu_event(\|app, event\| { })` |
| `.on_webview_event(F)` | Webview event handler | `.on_webview_event(\|webview, event\| { })` |
| `.on_page_load(F)` | Page load handler | `.on_page_load(\|webview, payload\| { })` |
| `.on_tray_icon_event(F)` | Tray icon event handler | `.on_tray_icon_event(\|app, event\| { })` |
| `.any_thread()` | Allow running on non-main thread | `.any_thread()` |
…Read the whole file at its exact version.
How to install
mdr add impertio-studio/tauri-2-claude-skill-package/tauri-core-runtime@v1.0mdr add impertio-studio/tauri-2-claude-skill-package/tauri-core-runtime@sha256:2fefb7613b40b79cPin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_7jpq4qpcvvcls4c2)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| v1.0 latest | 2026-03-30 | ebe35c0 | 10,563 B | A | view · diff |
| v1.0 | 2026-03-19 | 8ab49f9 | 10,477 B | A | view · diff |
| v1.0 | 2026-03-18 | 02b5a8f | 10,324 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (10563 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
impertio-studio/tauri-2-claude-skill-package · 4 stars · license MIT · pushed 2026-09-15 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_7jpq4qpcvvcls4c2 GET https://markdownregistry.com/api/v1/resolve?ref=impertio-studio/tauri-2-claude-skill-package/tauri-core-runtime GET https://markdownregistry.com/api/v1/blob/2fefb7613b40b79ca3555ecb7be476be9ff53783de251cd8d1e5cba255a479bc
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.