tauri-agents-project-scaffolder
Installation
SKILL.md
tauri-agents-project-scaffolder
Scaffolding Workflow
Execute these steps in order when creating a new Tauri 2 project:
1. Gather requirements (app type, plugins, frontend framework)
2. Generate project structure
3. Configure Cargo.toml with dependencies
4. Configure tauri.conf.json
5. Create lib.rs with commands and plugin registration
6. Create main.rs (desktop entry point)
7. Create capability files
8. Create custom command permissions
9. Create frontend invoke wrappers
10. Create .gitignore
11. Verify completeness
Related skills