claude-skills
Run 55+ specific checks across React Native and WCAG 2.2 with a single install.
claude-skills
Runs 55+ specific checks across React Native, WCAG 2.2, and frontend codebases — one install, all skills.
/plugin marketplace add petro-nazarenko/claude-skills
Skills
| Skill | Checks | Covers |
|---|---|---|
react-native-best-practices | 30+ | Metro bundler, FlatList/ScrollView, Expo vs bare, React Navigation, platform-specific code |
wcag-auditor | 25+ | WCAG 2.2 AA/AAA, ARIA roles, color contrast, screen reader, keyboard navigation, fix suggestions |
Install
# 1. Add this marketplace to Claude Code
/plugin marketplace add petro-nazarenko/claude-skills
# 2. Install both skills
/plugin install react-native-best-practices@claude-skills
/plugin install wcag-auditor@claude-skills
react-native-best-practices
Activates automatically on: React Native, Expo, Metro, React Navigation, FlatList, ScrollView, mobile performance.
| Reference | What it covers |
|---|---|
metro-bundler.md | Cold-start fixes, Hermes, cache tuning, bundle splitting, monorepo symlinks |
flatlist-vs-scrollview.md | Decision matrix, getItemLayout, windowSize, FlashList upgrade |
expo-vs-bare.md | Managed vs Bare spectrum, CNG, EAS Build, OTA updates, prebuild migration |
navigation-patterns.md | NativeStack vs Stack, deep linking, type-safe nav, auth flow, freezeOnBlur |
platform-specific-code.md | Platform.OS/select, file-extension splits, SafeAreaView, PixelRatio |
wcag-auditor
Activates automatically on: accessibility, a11y, WCAG, ARIA, screen reader, color contrast, tab order, ADA.
| Reference | What it covers |
|---|---|
wcag-checks.md | All WCAG 2.2 A/AA/AAA criteria mapped to code patterns |
aria-roles.md | Landmark roles, widget roles, required props, React/Vue/Angular patterns |
color-contrast.md | Contrast ratio calculation, Tailwind/CSS-in-JS auditing, design token fixes |
screen-reader.md | Live regions, focus management, skip links, table a11y, framework patterns |
fix-suggestions.md | Before/after fixes for 12 violation patterns: modals, toasts, tabs, infinite scroll |
Previously separate repos
- petro-nazarenko/mobile-skills — React Native only (deprecated, redirects here)
- petro-nazarenko/wcag-auditor — WCAG only (deprecated, redirects here)
MIT — Petro Nazarenko