stream-chat-react-native
Build and audit accessible, high-performance React Native chat apps
All Skills in This Repository (3)
Pure Emerald Level Indicatorsperf-benchmarking
Measure React Native app performance via Hermes CPU and render profiling.
rtl
Audit RTL layout compatibility in Stream Chat React Native code changes.
accessibility
Enforce VoiceOver and TalkBack accessibility guidelines in Stream Chat React Native apps.
Frequently Asked Questions
FAQPage SchemaHow to install stream-chat-react-native skills?โผ
Run `npx skills add GetStream/stream-chat-react-native --all -g -y` in your terminal to install all skills in this suite globally.
How to make a React Native chat app accessible?โผ
The accessibility skill teaches your agent VoiceOver and TalkBack patterns, including labels, focus management, live announcements, and modal traps, with ready-made hooks from the SDK.
How to add RTL support to a chat app?โผ
The RTL skill audits your layouts, icons, gestures, and text alignment for right-to-left locales like Hebrew and Arabic, then applies the correct logical-property and mirroring fixes.
How to benchmark React Native chat performance?โผ
The perf-benchmarking skill drives the sample app on a real Android device to capture Hermes CPU profiles, render counts, and memory data so you can prove a change is faster or lighter.
Do these skills work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and any agent that reads the standard skills location.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core