Home / impertio-studio / tauri-2-claude-skill-package · skills/source/tauri-syntax/tauri-syntax-plugins-api/SKILL.md · GitHub

tauri-syntax-plugins-api skillA

tauri-syntax-plugins-api is agent-read markdown (skill) from impertio-studio/tauri-2-claude-skill-package: Use when using any official Tauri 2 plugin, accessing the file system, making HTTP requests, showing dialogs, or resolving app directories. Prevents missing plugin initialization in Builder, missing npm packages, and absent permission entries. Covers fs, dialog, http, notification, shell, clipboard, os, process, updater, store, opener, path API, and isTauri(). Keywords: tauri plugin, fs, dialog, http, notification, shell, clipboard, store, updater, BaseDirectory, convertFileSrc, file system acce.

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-syntax-plugins-api

## Quick Reference

### Plugin Setup Matrix

| Plugin | Cargo Crate | npm Package | Default Permission |
|--------|-------------|-------------|-------------------|
| File System | `tauri-plugin-fs = "2"` | `@tauri-apps/plugin-fs` | `fs:default` |
| Dialog | `tauri-plugin-dialog = "2"` | `@tauri-apps/plugin-dialog` | `dialog:default` |
| HTTP | `tauri-plugin-http = "2"` | `@tauri-apps/plugin-http` | `http:default` |
| Notification | `tauri-plugin-notification = "2"` | `@tauri-apps/plugin-notification` | `notification:default` |
| Shell | `tauri-plugin-shell = "2"` | `@tauri-apps/plugin-shell` | `shell:default` |
| Clipboard | `tauri-plugin-clipboard-manager = "2"` | `@tauri-apps/plugin-clipboard-manager` | (none, explicit only) |
| OS | `tauri-plugin-os = "2"` | `@tauri-apps/plugin-os` | `os:default` |
| Process | `tauri-plugin-process = "2"` | `@tauri-apps/plugin-process` | `process:default` |
| Updater | `tauri-plugin-updater = "2"` | `@tauri-apps/plugin-updater` | `updater:default` |
| Store | `tauri-plugin-store = "2"` | `@tauri-apps/plugin-store` | `store:default` |
…

Read the whole file at its exact version.

How to install

Latest version
mdr add impertio-studio/tauri-2-claude-skill-package/tauri-syntax-plugins-api@v1.0
Exact content
mdr add impertio-studio/tauri-2-claude-skill-package/tauri-syntax-plugins-api@sha256:e80bb35a38f6e4db

Pin 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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_dfyp5hktxrwburcv.svg)](https://markdownregistry.com/a/art_dfyp5hktxrwburcv)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v1.0 latest2026-03-30 ebe35c0 12,398 BA view · diff
v1.02026-03-19 8ab49f9 12,314 BA view · diff
v1.02026-03-18 ecc3ef6 12,242 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (12398 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

GitHub

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_dfyp5hktxrwburcv
GET https://markdownregistry.com/api/v1/resolve?ref=impertio-studio/tauri-2-claude-skill-package/tauri-syntax-plugins-api
GET https://markdownregistry.com/api/v1/blob/e80bb35a38f6e4db597baa258fdaa4a6b374c9ab973b554cee28d47adaef1e0c

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.

More from impertio-studio/tauri-2-claude-skill-package

CLAUDE.md claude
impertio-studio/tauri-2-claude-skill-package · CLAUDE.md
git:20260318.563c3a0 · audit A · 4 stars
tauri-agents-project-scaffolder skill
impertio-studio/tauri-2-claude-skill-package · skills/source/tauri-agents/tauri-agents-project-scaffolder/SKILL.md · Use when scaffolding a new Tauri 2 project, setting up initial project structure, or generating boilerplate code…
v1.0 · audit A · 4 stars
tauri-agents-review skill
impertio-studio/tauri-2-claude-skill-package · skills/source/tauri-agents/tauri-agents-review/SKILL.md · Use when reviewing Tauri 2 code, auditing permissions, or validating a Tauri project before deployment. Prevents…
v1.0 · audit A · 4 stars
tauri-core-architecture skill
impertio-studio/tauri-2-claude-skill-package · skills/source/tauri-core/tauri-core-architecture/SKILL.md · Use when creating new Tauri 2 apps, understanding project structure, or reasoning about the component model. Prevents…
v1.0 · audit A · 4 stars
tauri-core-config skill
impertio-studio/tauri-2-claude-skill-package · skills/source/tauri-core/tauri-core-config/SKILL.md · Use when editing tauri.conf.json, configuring build options, or setting up platform-specific bundle configuration…
v1.0 · audit A · 4 stars
tauri-core-runtime skill
impertio-studio/tauri-2-claude-skill-package · skills/source/tauri-core/tauri-core-runtime/SKILL.md · Use when configuring app initialization, using setup hooks, spawning background tasks, or managing app lifecycle…
v1.0 · audit A · 4 stars
tauri-errors-build skill
impertio-studio/tauri-2-claude-skill-package · skills/source/tauri-errors/tauri-errors-build/SKILL.md · Use when encountering Tauri 2 build errors, bundler failures, or platform-specific compilation issues. Prevents chasing…
v1.0 · audit A · 4 stars
tauri-errors-ipc skill
impertio-studio/tauri-2-claude-skill-package · skills/source/tauri-errors/tauri-errors-ipc/SKILL.md · Use when encountering invoke errors, serialization failures, or IPC-related panics in Tauri 2. Prevents silent type…
v1.0 · audit A · 4 stars
tauri-errors-permissions skill
impertio-studio/tauri-2-claude-skill-package · skills/source/tauri-errors/tauri-errors-permissions/SKILL.md · Use when encountering permission denied errors, CSP violations, or capability configuration issues in Tauri 2. Prevents…
v1.0 · audit A · 4 stars
tauri-errors-runtime skill
impertio-studio/tauri-2-claude-skill-package · skills/source/tauri-errors/tauri-errors-runtime/SKILL.md · Use when encountering runtime panics, state errors, or unexpected app crashes in Tauri 2. Prevents unhandled unwrap()…
v1.0 · audit A · 4 stars
tauri-impl-build-deploy skill
impertio-studio/tauri-2-claude-skill-package · skills/source/tauri-impl/tauri-impl-build-deploy/SKILL.md · Use when building for production, configuring installers, setting up code signing, or creating CI/CD pipelines…
v1.0 · audit A · 4 stars
tauri-impl-database skill
impertio-studio/tauri-2-claude-skill-package · skills/source/tauri-impl/tauri-impl-database/SKILL.md · Use when adding database storage, implementing key-value persistence, or integrating SQL databases in Tauri 2 apps…
v1.0 · audit A · 4 stars

Every file in impertio-studio/tauri-2-claude-skill-package

Browse by kind, by grade A, or by owner.