Claude Code • Mega-Bundle • 2 Skills

React Native +
WCAG 2.2 checks,
one install

Runs 55+ specific checks across React Native performance, Metro bundler, WCAG 2.2 AA/AAA, and frontend accessibility — all wired into Claude Code.

/plugin marketplace add petro-nazarenko/claude-skills
Get started View on GitHub
55+
Total checks
30+
React Native checks
25+
WCAG / a11y checks
2
Skills
1
Install command

Skills included

react-native-best-practices

30+ checks
  • Metro bundler: cold-start, Hermes, cache, monorepo
  • FlatList vs ScrollView: getItemLayout, FlashList
  • Expo vs bare: CNG, EAS Build, prebuild migration
  • React Navigation: deep linking, type-safe nav, auth flow
  • Platform code: Platform.OS, .ios/.android splits

wcag-auditor

25+ checks
  • WCAG 2.2 A/AA/AAA — all criteria mapped to code
  • ARIA roles: landmarks, widgets, required props
  • Color contrast: Tailwind, CSS-in-JS, design tokens
  • Screen reader: live regions, focus traps, skip links
  • Fix suggestions: 12 patterns with before/after

Example use cases

React Native

Fix slow Metro cold start

Triggers: metro, bundler, slow start, bundle size
/react-native-best-practices
My app takes 40s to cold start in Metro. How do I fix it?
📷

Laggy list of 500 items

Triggers: FlatList, ScrollView, list, laggy
/react-native-best-practices
My list of 500 items is laggy on Android. FlatList or ScrollView?
📦

Expo vs bare for production

Triggers: expo, eject, bare workflow, native module
/react-native-best-practices
We need push notifications and Bluetooth. Expo or bare workflow?

WCAG / Accessibility

Full repo accessibility audit

Triggers: audit, accessibility, a11y, WCAG
/wcag-auditor
Audit my React app for WCAG 2.2 AA compliance
🌟

Color contrast check

Triggers: color contrast, hex, Tailwind
/wcag-auditor
Check if #767676 on white passes WCAG AA. Fix my Tailwind palette.
👁

Modal screen reader fix

Triggers: modal, screen reader, focus trap, ARIA
/wcag-auditor
Make my modal dialog work properly with VoiceOver and NVDA

Installation

1
Add the marketplace

Register the claude-skills marketplace in Claude Code.

/plugin marketplace add petro-nazarenko/claude-skills
2
Install React Native skill

Covers Metro, FlatList, Expo/bare, React Navigation, platform code.

/plugin install react-native-best-practices@claude-skills
3
Install WCAG Auditor skill

Covers WCAG 2.2 AA/AAA, ARIA, contrast, screen reader, fix suggestions.

/plugin install wcag-auditor@claude-skills
4
Use the skills

Ask Claude anything — skills activate automatically on trigger keywords.

/react-native-best-practices [question or problem]
/wcag-auditor [component or question]

What's covered

Skill Area Reference file
react-native-best-practicesMetro bundlerreferences/metro-bundler.md
react-native-best-practicesFlatList / ScrollViewreferences/flatlist-vs-scrollview.md
react-native-best-practicesExpo vs bare workflowreferences/expo-vs-bare.md
react-native-best-practicesReact Navigationreferences/navigation-patterns.md
react-native-best-practicesPlatform-specific codereferences/platform-specific-code.md
wcag-auditorWCAG 2.2 criteriareferences/wcag-checks.md
wcag-auditorARIA rolesreferences/aria-roles.md
wcag-auditorColor contrastreferences/color-contrast.md
wcag-auditorScreen readerreferences/screen-reader.md
wcag-auditorFix suggestionsreferences/fix-suggestions.md