Search React Native official documentation. Use when answering questions about React Native APIs, components, hooks, layout, navigation, native modules, or platform-specific behavior. Triggers on "React Native", "RN docs", "how does View work", "FlatList props", "native module", "new architecture".
From react-native-foundationsnpx claudepluginhub ryanthedev/react-native-foundations.skillThis skill is limited to using the following tools:
references/manifest.mdSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
On load: Read ../../.claude-plugin/plugin.json from this skill's base directory. Display docs v{version} before proceeding.
Search the official React Native documentation to answer questions accurately.
All documentation lives at:
${CLAUDE_SKILL_DIR}/../../refs/react-native-docs/
${CLAUDE_SKILL_DIR}/references/manifest.md to find relevant files by title| Need | Tool | Example |
|---|---|---|
| Find which file covers a topic | Read references/manifest.md, scan titles | "Which file covers FlatList?" |
| Find specific API/prop/method | Grep docs directory | Grep "onEndReached" |
| Find all files mentioning a concept | Grep with glob *.md | Grep "useAnimatedStyle" --glob "*.md" |
| Read a known doc | Read the file directly | Read docs/flatlist.md |
id, title, description)the-new-architecture/, releases/, legacy/_ are partials (imported by other docs)animated.md, layoutanimation.md) cover usage patterns and method signaturesthe-new-architecture/ subdirectory covers Turbo Modules, Fabric, and the new renderer❌ in the title are deprecated APIs