AI agent skills for building React Native apps for Apple TV and Android TV using react-native-tvos.
| Skill | Description |
|---|---|
| rntv-project-create | Creating new TV projects with Expo or Community CLI |
| rntv-specific-features | Focus navigation, remote input, accessibility, and other TV-specific features |
| rntv-platform-detection | Platform detection APIs and TV-specific file extensions |
| rntv-build-configuration | Build configuration for New Architecture, Hermes, Podfiles, and Maven |
| rntv-third-party | TV features in third-party packages (Expo, react-native-reanimated, Nativewind/Tailwind, etc.) |
| update-rntv-skills | Updates the RNTV skills installed on your computer |
Add the marketplace:
/plugin marketplace add react-native-tvos/skills
Install the plugin:
/plugin install react-native-tvos
Install from GitHub
- Open Cursor Settings (Cmd+Shift+J / Ctrl+Shift+J)
- Navigate to
Rules & Command→Project Rules→ Add Rule → Remote Rule (GitHub) - Enter:
https://github.com/react-native-tvos/skills.git
Skills are automatically discovered and used by the agent based on context.
bunx skills add react-native-tvos/skills
Your system's default version of Node must be 22.18.0 or newer.
Clone the main branch of this repository and run ./install. The installation script creates symlinks in ~/.claude/skills to your clone of this repository.
git clone https://github.com/react-native-tvos/skills.git && cd skills && ./installTo update your RNTV skills, ask your AI agent to "Update RNTV skills." This runs the "Update RNTV Skills" skill, which pulls the latest changes and reinstalls the skills.
You can also just run git pull and ./install again.
MIT