@germangabriel/expo-skills
v1.0.4
Published
Claude skill files for Expo / React Native projects (design system, project structure, accessibility + Play Store)
Downloads
53
Maintainers
Readme
@germangabriel/expo-skills
Claude skill files for Expo / React Native projects.
Install
npx @germangabriel/expo-skillsSkills are copied into .claude/skills/ in your project root — no dependencies, nothing added to package.json.
What gets installed
.claude/skills/
├── expo-design-system/
│ ├── SKILL.md
│ └── references/
│ ├── animation.md
│ ├── atomic-design.md
│ ├── bottom-sheet.md
│ ├── copy.md
│ ├── dark-mode.md
│ ├── forms.md
│ ├── haptics.md
│ ├── layout.md
│ ├── pressable-animation.md
│ ├── semantic-colors.md
│ ├── skeletons.md
│ └── typography.md
├── expo-project-structure/
│ ├── SKILL.md
│ └── references/
│ ├── context.md
│ ├── data-fetching.md
│ ├── error-handling.md
│ ├── folder-structure.md
│ ├── navigation.md
│ └── storage.md
└── expo-accessibility/
├── SKILL.md
└── references/
├── color-contrast.md
├── focus-management.md
├── form-a11y.md
├── play-store-checklist.md
└── screen-reader.mdUpdating
Re-run npx @germangabriel/expo-skills to overwrite with the latest version.
