📦 deps(skills): sync thirdparty skills

This commit is contained in:
ci[bot]
2026-06-23 16:03:07 +00:00
parent 1d4a92f874
commit a34c6444a5
5 changed files with 114 additions and 9 deletions
+13 -5
View File
@@ -137,12 +137,12 @@ python3 skills/ui-ux-pro-max/scripts/search.py "<keyword>" --domain <domain> [-n
| App interface a11y | `web` | `--domain web "accessibilityLabel touch safe-areas"` |
| AI prompt / CSS keywords | `prompt` | `--domain prompt "minimalism"` |
### Step 4: Stack Guidelines (React Native)
### Step 4: Stack Guidelines
Get React Native implementation-specific best practices:
Get implementation-specific best practices for the user's stack:
```bash
python3 skills/ui-ux-pro-max/scripts/search.py "<keyword>" --stack react-native
python3 skills/ui-ux-pro-max/scripts/search.py "<keyword>" --stack <stack>
```
---
@@ -169,6 +169,14 @@ python3 skills/ui-ux-pro-max/scripts/search.py "<keyword>" --stack react-native
| Stack | Focus |
|-------|-------|
| `react-native` | Components, Navigation, Lists |
| `javafx` | Enterprise desktop apps, AtlantaFX themes, FXML, CSS, Controls, Binding, Threading, Packaging |
**JavaFX enterprise examples:**
```bash
python3 skills/ui-ux-pro-max/scripts/search.py "atlantafx primer enterprise theme" --stack javafx
python3 skills/ui-ux-pro-max/scripts/search.py "enterprise tableview density permission" --stack javafx
```
---
@@ -231,7 +239,7 @@ python3 skills/ui-ux-pro-max/scripts/search.py "fintech crypto" --design-system
- Use **multi-dimensional keywords** — combine product + industry + tone + density: `"entertainment social vibrant content-dense"` not just `"app"`
- Try different keywords for the same need: `"playful neon"``"vibrant dark"``"content-first minimal"`
- Use `--design-system` first for full recommendations, then `--domain` to deep-dive any dimension you're unsure about
- Always add `--stack react-native` for implementation-specific guidance
- Add `--stack <stack>` for implementation-specific guidance when the target stack is known
### Common Sticking Points
@@ -361,4 +369,4 @@ Scope notice: This checklist is for App UI (iOS/Android/React Native/Flutter).
- [ ] Form fields have labels, hints, and clear error messages
- [ ] Color is not the only indicator
- [ ] Reduced motion and dynamic text size are supported without layout breakage
- [ ] Accessibility traits/roles/states (selected, disabled, expanded) are announced correctly
- [ ] Accessibility traits/roles/states (selected, disabled, expanded) are announced correctly