@seclink: Share tauri2-skill: CLAUDE.md and Skill configuration files for Tauri 2 desktop app development
Summary
tauri2-skill provides CLAUDE.md and skill configuration files for Tauri 2 desktop app development, enabling intelligent prompts and best practices in Claude Code.
View Cached Full Text
Cached at: 06/30/26, 11:41 AM
Sharing tauri2-skill: CLAUDE.md and Skill configuration files designed for Tauri 2 desktop app development https://t.co/ILcbIeVLXS
XiaomingX/tauri2-skill Source: https://github.com/XiaomingX/tauri2-skill
Tauri 2 Skill
CLAUDE.md and Skill configuration files designed for Tauri 2 desktop app development π Get smart hints, command completions, and best practice guidance when developing Tauri 2 apps in Claude Code.
β¨ Features
- π Complete Command Reference β Development, build, test, deployment, all at a glance
- ποΈ Architecture Guide β Comprehensive explanation of Tauri 2 command system, event system, plugin architecture
- π Plugin Management β Usage and configuration of 10+ official plugins
- π‘οΈ Permission Configuration β Complete guide to the Capabilities system
- β‘ Best Practices β Performance optimization, security tips, common error troubleshooting
- π Tauri 1 β 2 Migration β Core differences comparison
π¦ Installation
Method 1: Direct copy (recommended)
Copy the files from this repository to your Tauri 2 project root:
# Clone this repository
git clone https://github.com/XiaomingX/tauri2-skill.git
# Copy configuration files to your Tauri 2 project
cp tauri2-skill/CLAUDE.md /path/to/your-tauri-project/
cp tauri2-skill/skill.md /path/to/your-tauri-project/.claude/skills/
Method 2: Git submodule
git submodule add https://github.com/XiaomingX/tauri2-skill.git .claude/tauri2-skill
ln -s .claude/tauri2-skill/CLAUDE.md ./CLAUDE.md
Method 3: Manual integration
Directly copy the contents of CLAUDE.md into your projectβs CLAUDE.md file, and put skill.md into the .claude/skills/ directory.
π Usage
Using in Claude Code
After the configuration files are in place, open your Tauri 2 project in Claude Code, and Claude will automatically load the configuration from CLAUDE.md. When you mention keywords like tauri, desktop app, cargo tauri in your conversation, the Tauri 2 skill will automatically activate.
Common Prompt Examples
# Create a new Tauri 2 project
Help me create a Tauri 2 + React + Vite project
# Add a plugin
How do I add the file system plugin to my Tauri 2 project?
# Permission configuration
I need my app to access the desktop directory, how do I configure capabilities?
# Build issue
Build fails with "permission denied", how to fix?
# Custom command
Help me write a Tauri command to read a JSON configuration file
Quick Reference from CLAUDE.md
| Scenario | Command |
|---|---|
| Start dev environment | cargo tauri dev |
| Production build | cargo tauri build |
| Add plugin | cargo tauri add |
| View project info | cargo tauri info |
| Migrate from v1 | cargo tauri migrate |
| Generate icons | cargo tauri icon |
π File Structure
tauri2-skill/
βββ CLAUDE.md # Tauri 2 project guide (core configuration)
βββ skill.md # Tauri 2 development skill definition
βββ README.md # This file
π― Target Audience
- π Tauri 2 Beginners β Quick start, avoid common pitfalls
- β‘ Experienced Developers β Improve development efficiency, one-click reference
- π Migrating from Tauri 1 β Understand key differences and migration steps
- π§ Need quick troubleshooting β Overview of common issues and solutions
π§ Recommended Companion Tools
- Rust Official Documentation (https://www.rust-lang.org/learn)
- Tauri 2 Official Documentation (https://v2.tauri.app/)
- Tauri 2 GitHub (https://github.com/tauri-apps/tauri)
- @tauri-apps/api (https://www.npmjs.com/package/@tauri-apps/api)
π License
MIT Β© XiaomingX (https://github.com/XiaomingX)
Similar Articles
@max_ai_max: https://x.com/max_ai_max/status/2060221653259547069
This article shares a practical guide to writing a truly usable Claude Skill, covering the operating mechanism, directory skeleton, frontmatter writing, iteration methods, etc., to help developers efficiently build and debug custom skills.
@seelffff: a principal consultant from synergetic solutions just published a repo that changes how claude code works. claude-skillβ¦
A principal consultant from Synergetic Solutions published claude-skills, a repository with 66 specialized skills for Claude Code that can be installed via a single command, enhancing its full-stack development capabilities with context-aware activation, reference files, and workflow integrations.
@seclink: Share a particularly useful CLAUDE.md. Spec Driven Build system prompt - Let Claude Code / Gemini CLI design first, then code, driving AI development through the three phases: Requirements β Design β Tasks.
Share a Spec Driven Build system prompt for Claude Code and Gemini CLI, letting AI follow a three-phase development process of Requirements β Design β Tasks, designing first before coding to improve code quality.
ComposioHQ/awesome-claude-skills
A curated list of 1000+ production-ready Claude Skills and Plugins for enhancing productivity across Claude.ai, Claude Code, and other coding agents, with support for connecting to 500+ apps.
alirezarezvani/claude-skills
A comprehensive open-source library of 354 production-ready Claude Code skills and agent plugins for 13 AI coding tools, covering engineering, DevOps, marketing, security, compliance, and more.