busirocket-tauri

Applies Tauri-specific standards for desktop apps. Use when creating Tauri commands, configuring invoke handler and permissions, and applying Rust layout under src-tauri.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "busirocket-tauri" with this command: npx skills add busirocket/agents-skills/busirocket-agents-skills-busirocket-tauri

Tauri Standards

Tauri-specific conventions for desktop applications. Builds on busirocket-rust for language and module rules.

When to Use

Use this skill when:

  • Creating or refactoring Tauri commands
  • Registering commands in the invoke handler and permissions
  • Structuring a Tauri project (src-tauri layout, sql, prompts)

Non-Negotiables (MUST)

  • When creating a Tauri command: (1) create command file, (2) register in invoke handler, (3) add to permissions allowlist.
  • Rust code lives under src-tauri/src/; apply busirocket-rust module layout there (services, utils, models).
  • SQL under src-tauri/sql/<area>/, prompts under src-tauri/prompts/<area>/.

Rules

Project Structure

  • tauri-project-structure - Where Rust, SQL, and prompts live in a Tauri app

Tauri Commands

  • tauri-commands-checklist - Tauri commands checklist (MANDATORY)

Related Skills

  • busirocket-rust - Rust language, one-thing-per-file, boundaries, SQL/prompt separation
  • busirocket-core-conventions - General file structure principles

How to Use

Read the rule files for Tauri-specific steps and paths:

rules/tauri-commands-checklist.md
rules/tauri-project-structure.md

Apply busirocket-rust for all Rust code inside src-tauri/src/.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

busirocket-tailwindcss-v4

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

busirocket-core-conventions

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

busirocket-refactor-workflow

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

busirocket-validation

No summary provided by upstream source.

Repository SourceNeeds Review