From 0468898265b1552e19f96e9da448e971b6d325fd Mon Sep 17 00:00:00 2001 From: Abraham040203 Date: Mon, 13 Jul 2026 17:32:25 +0800 Subject: [PATCH] docs: sync --domain and --stack lists with search.py --help (#411) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - CLAUDE.md: add missing domains (icons, react, web, google-fonts); domain list now matches all 12 --help choices (gsap landed via #402, stack list already synced by #404) - README.md / README.zh.md: complete Desktop row in Supported Stacks (add WPF, WinUI 3, Avalonia, Uno Platform, UWP); fix stack count (13+ -> 22); replace nonexistent --max-length flag with --json in Troubleshooting - templates/base/skill-content.md (+ cli/assets mirror): add icons/google-fonts/gsap rows to search tables, drop invalid 'prompt' domain, list all 22 stacks instead of 2 Co-authored-by: 文敏華 Co-authored-by: Claude Fable 5 --- CLAUDE.md | 4 ++++ README.md | 9 ++++----- README.zh.md | 7 +++---- cli/assets/templates/base/skill-content.md | 12 ++++++------ src/ui-ux-pro-max/templates/base/skill-content.md | 12 ++++++------ 5 files changed, 23 insertions(+), 21 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index dbcdd11..b821c29 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -20,6 +20,10 @@ python3 src/ui-ux-pro-max/scripts/search.py "" --domain [-n " --domain [-n | Landing structure | `landing` | `--domain landing "hero social-proof"` | | React Native perf | `react` | `--domain react "rerender memo list"` | | App interface a11y | `web` | `--domain web "accessibilityLabel touch safe-areas"` | -| AI prompt / CSS keywords | `prompt` | `--domain prompt "minimalism"` | +| Icon suggestions | `icons` | `--domain icons "navigation arrows"` | +| Individual Google Fonts | `google-fonts` | `--domain google-fonts "variable sans serif"` | +| GSAP animation snippets | `gsap` | `--domain gsap "scroll reveal stagger"` | ### Step 4: Stack Guidelines @@ -169,14 +171,12 @@ python3 skills/ui-ux-pro-max/scripts/search.py "" --stack | `gsap` | GSAP animation skeletons by intensity tier | scroll reveal, stagger, magnetic cursor, page transition | | `react` | React/Next.js performance | waterfall, bundle, suspense, memo, rerender, cache | | `web` | App interface guidelines (iOS/Android/React Native) | accessibilityLabel, touch targets, safe areas, Dynamic Type | -| `prompt` | AI prompts, CSS keywords | (style name) | +| `icons` | Icon recommendations with import code | arrow, navigation, lucide, phosphor | +| `google-fonts` | Individual Google Fonts lookup | sans serif, monospace, japanese, variable font, popular | ### Available Stacks -| Stack | Focus | -|-------|-------| -| `react-native` | Components, Navigation, Lists | -| `javafx` | Enterprise desktop apps, AtlantaFX themes, FXML, CSS, Controls, Binding, Threading, Packaging | +`react`, `nextjs`, `vue`, `svelte`, `astro`, `swiftui`, `react-native`, `flutter`, `nuxtjs`, `nuxt-ui`, `html-tailwind`, `shadcn`, `jetpack-compose`, `threejs`, `angular`, `laravel`, `javafx`, `wpf`, `winui`, `avalonia`, `uno`, `uwp` **JavaFX enterprise examples:** diff --git a/src/ui-ux-pro-max/templates/base/skill-content.md b/src/ui-ux-pro-max/templates/base/skill-content.md index 6776cbf..83fea45 100644 --- a/src/ui-ux-pro-max/templates/base/skill-content.md +++ b/src/ui-ux-pro-max/templates/base/skill-content.md @@ -141,7 +141,9 @@ python3 skills/ui-ux-pro-max/scripts/search.py "" --domain [-n | Landing structure | `landing` | `--domain landing "hero social-proof"` | | React Native perf | `react` | `--domain react "rerender memo list"` | | App interface a11y | `web` | `--domain web "accessibilityLabel touch safe-areas"` | -| AI prompt / CSS keywords | `prompt` | `--domain prompt "minimalism"` | +| Icon suggestions | `icons` | `--domain icons "navigation arrows"` | +| Individual Google Fonts | `google-fonts` | `--domain google-fonts "variable sans serif"` | +| GSAP animation snippets | `gsap` | `--domain gsap "scroll reveal stagger"` | ### Step 4: Stack Guidelines @@ -169,14 +171,12 @@ python3 skills/ui-ux-pro-max/scripts/search.py "" --stack | `gsap` | GSAP animation skeletons by intensity tier | scroll reveal, stagger, magnetic cursor, page transition | | `react` | React/Next.js performance | waterfall, bundle, suspense, memo, rerender, cache | | `web` | App interface guidelines (iOS/Android/React Native) | accessibilityLabel, touch targets, safe areas, Dynamic Type | -| `prompt` | AI prompts, CSS keywords | (style name) | +| `icons` | Icon recommendations with import code | arrow, navigation, lucide, phosphor | +| `google-fonts` | Individual Google Fonts lookup | sans serif, monospace, japanese, variable font, popular | ### Available Stacks -| Stack | Focus | -|-------|-------| -| `react-native` | Components, Navigation, Lists | -| `javafx` | Enterprise desktop apps, AtlantaFX themes, FXML, CSS, Controls, Binding, Threading, Packaging | +`react`, `nextjs`, `vue`, `svelte`, `astro`, `swiftui`, `react-native`, `flutter`, `nuxtjs`, `nuxt-ui`, `html-tailwind`, `shadcn`, `jetpack-compose`, `threejs`, `angular`, `laravel`, `javafx`, `wpf`, `winui`, `avalonia`, `uno`, `uwp` **JavaFX enterprise examples:**