stacks-desktop

Configure desktop windows and system trays via Tauri integration in Stacks.

2|Updated Jul 8, 2026
One-click install
npx skills add https://github.com/bughq/bughq --skill stacks-desktop-bughq
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: stacks-desktop
Source: https://github.com/bughq/bughq/tree/main/.claude/skills/stacks-desktop
Command: npx skills add https://github.com/bughq/bughq --skill stacks-desktop-bughq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the development of desktop applications within the Stacks framework, providing a unified interface for managing windows, system trays, and Tauri-based integrations.

Core Features & Use Cases

  • Desktop Window Management: Provides a standardized API for opening and configuring development windows with custom dimensions and native sidebar support.
  • System Tray Integration: Offers dedicated routing and layout management for system tray applications.
  • Use Case: Use this skill to scaffold or configure a new desktop window for your Stacks application, ensuring consistent behavior across development and production environments.

Quick Start

Use the stacks-desktop skill to initialize a new development window for your current project.

Frequently Asked Questions about stacks-desktop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build cross-platform desktop applications using Tauri and TypeScript?▼

You can build cross-platform desktop applications by using an abstraction layer over Tauri integration, which requires Bun and TypeScript to configure native windows and system trays within the Stacks framework.

How do I configure a native system tray for a Tauri-based Stacks application?▼

Configuring a native system tray for a Tauri-based Stacks application involves using dedicated routing and layout management to define tray behavior and interactions through the provided desktop API.

Can I manage desktop window dimensions and native sidebars with the Stacks framework?▼

Yes, desktop window management supports opening and configuring development windows with custom dimensions and native sidebar support through a standardized API.

Do I need Bun to develop desktop applications with Tauri in the Stacks framework?▼

Yes, you need Bun and TypeScript to interface with the @stacksjs/desktop package and the underlying Tauri APIs for desktop application development.

What is the best way to scaffold a new desktop window for a Stacks application?▼

The best way to scaffold a new desktop window is to initialize a development window for your project, ensuring consistent behavior across development and production environments.

Does Stacks desktop support custom routing for system tray applications?▼

Yes, Stacks desktop supports custom routing specifically designed for system tray applications, allowing you to manage tray layouts and navigation effectively.