From d5f51f436e7430c290085e115e9b2be58919ec99 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 29 Apr 2026 10:33:48 -0400 Subject: [PATCH] Note Trailhead's role as the canonical Windows tray template --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2130d58..2000192 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A Windows system-tray app for bookmarking folder paths with quick-action buttons Personal utility, Windows-only. +> **Template repo.** This is also the canonical pattern used to bootstrap any new Windows tray app I build. Scaffold a new one via the Claude Code skill `/new-tray-app` (clones this repo, renames everything, optionally reskins, and pushes a fresh GitHub repo). The reusable scaffolding lives in `electron/`, `src/components/{Popup,ConfirmDialog,TabBar}.jsx`, `scripts/generate-icon.js`, and the dark CSS tokens in `src/styles/index.css`. The bookmark/tab/column domain model in `src/components/{Column,BookmarkRow,AddBookmarkForm}.jsx` is Trailhead-specific — strip it when starting a new app. + ## Screenshots _TBD — drop popup + context-menu screenshots in `assets/` and link them here._