CLAUDE.md is agent-read markdown (claude) from impertio-studio/tauri-2-claude-skill-package.
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 2 Claude Skill Package
## Project Identity
- Tauri 2 skill package for Claude — single technology, full-stack (Rust + TypeScript)
- Technology: Tauri 2.x (desktop/mobile application framework)
- Methodology: 7-phase research-first development (proven in ERPNext and Blender packages)
- Reference projects:
- ERPNext: https://github.com/OpenAEC-Foundation/ERPNext_Anthropic_Claude_Development_Skill_Package
- Blender-Bonsai: https://github.com/OpenAEC-Foundation/Blender-Bonsai-ifcOpenshell-Sverchok-Claude-Skill-Package
## Core Files Map
| File | Domain | Role |
|------|--------|------|
| ROADMAP.md | Status | Single source of truth for project status, progress, next steps |
| LESSONS.md | Knowledge | Numbered lessons (L-XXX) discovered during development |
| DECISIONS.md | Architecture | Numbered decisions (D-XXX) with rationale, immutable once recorded |
| REQUIREMENTS.md | Scope | What skills must achieve, quality guarantees |
| SOURCES.md | References | Official documentation URLs, verification rules, last-verified dates |
| WAY_OF_WORK.md | Methodology | 7-phase process, skill structure, content standards |
…
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.
GET https://markdownregistry.com/api/v1/artifacts/art_5hdsk6t7isj3z4vt
GET https://markdownregistry.com/api/v1/resolve?ref=impertio-studio/tauri-2-claude-skill-package/CLAUDE.md
GET https://markdownregistry.com/api/v1/blob/8edc066cc90f64400f8e66b06881d39a447f83553317d3613e46cfbea486791a
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
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…
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…
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…
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…
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…
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…
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…
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()…
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…
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…
impertio-studio/tauri-2-claude-skill-package · skills/source/tauri-impl/tauri-impl-design-patterns/SKILL.md · Use when designing Tauri 2 app architecture, choosing between IPC approaches, or planning application structure…