tauri-app-cli
Installation
SKILL.md
When to use this skill
ALWAYS use this skill when the user mentions:
- CLI arguments for a Tauri app / Tauri 应用的命令行参数
- Schema-based argument parsing / 基于 schema 的参数解析
- Triggering app behaviors from CLI / CLI 触发应用行为
Trigger phrases include:
- "cli", "arguments", "schema", "command routing"
- "命令行", "参数", "schema", "命令路由"
How to use this skill
- Define the CLI argument schema and command map
- Configure CLI plugin capabilities and parsing
- Route startup and second-launch arguments to the app
- Validate CLI behaviors with single-instance mode
Outputs
- CLI schema and routing plan / CLI schema 与路由方案
- Second-launch integration checklist / 二次启动集成清单
Scope
- Boundary: CLI plugin usage only
- Key points: Schema definition and argument routing
References
Keywords
tauri cli, arguments, schema, command routing
Related skills
More from partme-ai/tauri-skills
tauri
Comprehensive index for Tauri framework development, including Rust backend, frontend integration, and full plugin ecosystem. Acts as a router to specialized sub-skills with local examples and templates.
1tauri-app-positioner
Guidance for Tauri v2 positioner plugin with multi-display alignment strategies.
1tauri-app-nfc
Guidance for Tauri v2 NFC plugin with session handling and data validation.
1tauri-build
Guidance for Tauri v2 production builds, signing, and distribution artifacts.
1tauri-app-shell
Guidance for Tauri v2 shell plugin with secure command execution and open behavior.
1tauri-app-store
Guidance for Tauri v2 store plugin with key-value persistence and lazy loading.
1