Split building-native-ui into building-native-ui + expo-router#99
Open
Ubax wants to merge 5 commits into
Open
Conversation
Separate the navigation/routing half of building-native-ui into a new expo-router skill so each has a sharper trigger and an agent loads only the half it needs. - Move 6 navigation references (route-structure, tabs, toolbar-and-headers, form-sheet, search, zoom-transitions) into expo-router/references/ - Move the Routes + Navigation sections into the new expo-router SKILL.md, duplicating only a minimal shared context (Color note, @react-navigation pref, brief Expo Go note) so it stands alone - Rewrite both skill descriptions to remove scope overlap - Register expo-router in skills.sh.json, both READMEs, and eval runtime-matrix - Re-point cross-skill references (web-to-native, expo-examples) at expo-router
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Splits the
building-native-uiskill into two focused skills:building-native-ui(kept) — visual UI: Apple HIG styling, semantic colors, native controls, SF Symbols, media, animations, visual effects, gradients, storage, responsive layout.expo-router(new) — navigation/routing: file-based routes, Link (previews + context menus), native Stack, page titles, modals, form sheets, NativeTabs, headers/toolbars, header search bars.Changes
git mv, no rewrites) intoexpo-router/references/:route-structure,tabs,toolbar-and-headers,form-sheet,search,zoom-transitions. The 8 visual references stay inbuilding-native-ui.expo-router/SKILL.md. Duplicated only a minimal shared context (Color note,@react-navigation→expo-router/react-navigationpref) so expo-router stands alone.expo-router/agents/openai.yaml.expo-routerinskills.sh.json(App Design group), rootREADME.mdtable, pluginREADME.md, and the evalruntime-matrix.md.web-to-native,expo-examples) that referenced NativeTabs / large titles /zoom-transitions.mdfrombuilding-native-uitoexpo-router.Verification
claude plugin validate ./plugins/expo✔python3 -m json.tool skills.sh.json✔bun scripts/check-skill-limits.ts✔ (all skills within description/body limits)