tauri-impl-mobile skillA
tauri-impl-mobile is agent-read markdown (skill) from impertio-studio/tauri-2-claude-skill-package: Use when targeting Android or iOS, writing platform-specific code, or setting up mobile development environment. Prevents missing crate-type configuration and incorrect lib.rs entry point that breaks mobile builds. Covers Android and iOS target setup, tauri android/ios commands, cfg attributes, lib.rs restructuring, and Cargo.toml config. Keywords: tauri mobile, android, ios, cfg(mobile), crate-type, mobile entry point, platform-specific code, Android app, iOS app, mobile build, phone app, table.
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-impl-mobile ## Quick Reference ### CLI Commands | Command | Purpose | |---------|---------| | `tauri android init` | Initialize Android project files | | `tauri ios init` | Initialize iOS project files (macOS only) | | `tauri android dev` | Run on Android emulator/device | | `tauri ios dev` | Run on iOS simulator/device | | `tauri android build` | Production build for Android | | `tauri ios build` | Production build for iOS | ### Platform cfg Attributes | Attribute | Matches | |-----------|---------| | `#[cfg(mobile)]` | Android and iOS | | `#[cfg(desktop)]` | Windows, macOS, Linux | | `#[cfg(target_os = "android")]` | Android only | | `#[cfg(target_os = "ios")]` | iOS only | | `#[cfg(target_os = "windows")]` | Windows only | | `#[cfg(target_os = "macos")]` | macOS only | | `#[cfg(target_os = "linux")]` | Linux only | ### Required Cargo.toml Configuration ```toml [lib] name = "app_lib" crate-type = ["staticlib", "cdylib", "rlib"] ``` ### Entry Point Structure | File | Purpose | |------|---------| | `src-tauri/src/lib.rs` | Shared app logic, `run()` function with `#[cfg_attr(mobile, tauri::mobile_entry_point)]` | …
Read the whole file at its exact version.
How to install
mdr add impertio-studio/tauri-2-claude-skill-package/tauri-impl-mobile@v1.0mdr add impertio-studio/tauri-2-claude-skill-package/tauri-impl-mobile@sha256:479d71b1f3e73543Pin 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_vjrkmfq5z5xrx6is)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| v1.0 latest | 2026-03-30 | ebe35c0 | 9,109 B | A | view · diff |
| v1.0 | 2026-03-19 | 8ab49f9 | 9,026 B | A | view · diff |
| v1.0 | 2026-03-18 | ecc3ef6 | 8,971 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 (9109 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_vjrkmfq5z5xrx6is GET https://markdownregistry.com/api/v1/resolve?ref=impertio-studio/tauri-2-claude-skill-package/tauri-impl-mobile GET https://markdownregistry.com/api/v1/blob/479d71b1f3e7354347b085877fec32a830bd59275a13b98e2d77600f030bcd73
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.