Files
Brandon Martin 3493e219b6 docs(tauri): expand v2 skill package and clean placeholder dirs (#10)
## Summary
- expand the `tauri-v2` skill package into a layered v2+ reference with
stronger guidance for mobile entry points, `WebviewWindow` usage,
capabilities, IPC, official plugins, updater/distribution, and advanced
runtime topics
- improve discoverability and progressive disclosure with direct
deep-dive links from `SKILL.md`, tables of contents in long reference
files, consistent verification notes, and a clearer deprecated/legacy
position for the companion agent
- bump the packaged `cce-tauri` plugin to `1.0.1`, regenerate synced
marketplace/plugin outputs, and remove empty placeholder `assets/` and
`scripts/` directories that only contained generic README stubs
2026-04-02 22:16:17 -05:00
..

CCE Tauri Plugin

Tauri v2 desktop and mobile app development with Rust backend, IPC, capabilities, and security guidance.

Overview

The cce-tauri plugin packages the repository's Tauri expertise into a self-contained plugin for Claude Code. It includes the Tauri specialist agent and the tauri-v2 skill so marketplace installs work without depending on the repo-root .claude tree.

Included Components

Agent

  • tauri-v2-expert

Skill

  • tauri-v2

Installation

Plugin Mode

/plugin marketplace add github:nodnarbnitram/claude-code-extensions
/plugin install cce-tauri@cce-marketplace

Standalone Mode

git clone https://github.com/nodnarbnitram/claude-code-extensions.git
cd claude-code-extensions
./install_extensions.py install ~/your-project

Use Cases

  • IPC command design with #[tauri::command]
  • Frontend/backend boundary design for Rust + web UI apps
  • Capability and permission configuration
  • Multi-window apps, plugins, and sidecars
  • Build, packaging, and security troubleshooting

Structure

This plugin is self-contained under plugins/cce-tauri/ with local agents/ and skills/ directories for marketplace installs.

License

MIT License - see LICENSE for details.