https://github.com/react-native-tvos/skills
AI agent skills for React Native TV development
https://github.com/react-native-tvos/skills
Last synced: about 1 month ago
JSON representation
AI agent skills for React Native TV development
- Host: GitHub
- URL: https://github.com/react-native-tvos/skills
- Owner: react-native-tvos
- License: mit
- Created: 2026-04-02T19:01:58.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-13T19:53:28.000Z (about 2 months ago)
- Last Synced: 2026-04-13T21:36:26.651Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RNTV Skills
AI agent skills for building React Native apps for Apple TV and Android TV using `react-native-tvos`.
## Skills
| Skill | Description |
|---|---|
| [rntv-project-create](./plugins/react-native-tvos/skills/rntv-project-create/) | Creating new TV projects with Expo or Community CLI |
| [rntv-specific-features](./plugins/react-native-tvos/skills/rntv-specific-features/) | Focus navigation, remote input, accessibility, and other TV-specific features |
| [rntv-platform-detection](./plugins/react-native-tvos/skills/rntv-platform-detection/) | Platform detection APIs and TV-specific file extensions |
| [rntv-build-configuration](./plugins/react-native-tvos/skills/rntv-build-configuration/) | Build configuration for New Architecture, Hermes, Podfiles, and Maven |
| [rntv-third-party](./plugins/react-native-tvos/skills/rntv-third-party/) | TV features in third-party packages (Expo, react-native-reanimated, Nativewind/Tailwind, etc.) |
| [update-rntv-skills](./plugins/react-native-tvos/skills/update-rntv-skills/) | Updates the RNTV skills installed on your computer |
## Installation
### Claude Code
Add the marketplace:
```
/plugin marketplace add react-native-tvos/skills
```
Install the plugin:
```
/plugin install react-native-tvos
```
### Cursor
**Install from GitHub**
1. Open Cursor Settings (Cmd+Shift+J / Ctrl+Shift+J)
2. Navigate to `Rules & Command` → `Project Rules` → Add Rule → Remote Rule (GitHub)
3. Enter: `https://github.com/react-native-tvos/skills.git`
Skills are automatically discovered and used by the agent based on context.
### Any agent
```
bunx skills add react-native-tvos/skills
```
### Manual installation (symlinks)
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.
```sh
git clone https://github.com/react-native-tvos/skills.git && cd skills && ./install
```
## Updating
To 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.
## License
MIT