desktop
仓库创建 2026年6月30日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
适合需要跨平台发布与原生集成的桌面开发者参考的实用指南。
这个 Skill 做什么
指导桌面应用(Electron/Tauri/原生)窗口、打包、签名与自动更新等问题。
针对 Electron、Tauri 或各类原生桌面框架提供窗口管理、IPC、系统集成、打包、签名与自动更新的一整套建议。能指导不同平台的分发格式(DMG、MSI、AppImage 等)、签名流程和分层发布策略,帮助你把应用稳定推到用户端。命令行工具相关问题则另有专责。
▸ 展开 SKILL.md 英文原文
Use for desktop apps — Electron, Tauri, WPF/WinForms/MAUI, Qt, JavaFX, AppKit, Compose Desktop — windowing, IPC, OS integration, packaging, signing, auto-update. Not for CLIs → skill cli.
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/muxammadmamajonov/dot-claude/main/.claude/skills/desktop/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/muxammadmamajonov/dot-claude/main/.claude/skills/desktop/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Desktop Application Skill ## When to use - Starting a new desktop application on Windows, macOS, Linux, or cross-platform - Adding native OS integration: system tray, file associations, OS notifications, clipboard, auto-launch - Packaging and signing for distribution (MSI/EXE, DMG/PKG, AppImage/DEB/RPM, MSIX) - Implementing auto-update with staged rollouts - Diagnosing memory leaks, main-thread blocking, or IPC latency --- ## Workflow 1. **Classify the project** — Read `docs/specs/product-spec.md` and `.claude/stack-matrix/` to confirm target OS(es), distribution channel (direct download, Microsoft Store, Mac App Store, homebrew cask, Flathub), and the tech stack. Confirm whether web-
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有