Skip to main content

← All sources

Callstack skills

React Native optimization and upgrading best practices skills-hub.ai mirrors 14 skills from Callstack daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/callstackincubator/agent-skills

Installing a Callstack skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a Callstack skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all Callstack skills via API
curl https://skills-hub.ai/api/v1/skills?source=callstack

# Browse all sources
open https://skills-hub.ai/sources

Top Callstack skills

See all →

The most-installed skills from Callstack, ranked by adoption.

  1. 01github

    5 installs

    GitHub patterns using gh CLI for pull requests, stacked PRs, code review, branching strategies, and repository automation. Use when working with GitHub PRs, merging strategies, or repository management tasks.

    Buildfrom Callstack
  2. 02github-actions

    3 installs

    GitHub Actions workflow patterns for React Native iOS simulator and Android emulator cloud builds with downloadable artifacts. Use when setting up CI build pipelines or downloading GitHub Actions artifacts via gh CLI and GitHub API.

    Buildfrom Callstack
  3. 03react-native-best-practices

    2 installs

    Provides React Native performance optimization guidelines for FPS, TTI, bundle size, memory leaks, re-renders, and animations. Applies to tasks involving Hermes optimization, JS thread blocking, bridge overhead, FlashList, native modules, or debugging jank and frame drops.

    Buildfrom Callstack
  4. 04react-native-tv-best-practices

    1 installs

    Reviews React Native TV apps for focus/D-pad navigation, 10-foot UI layout, TV playback/DRM integration, low-memory TV performance, and TV accessibility. Use when building, debugging, or reviewing react-native-tvos, Expo TV, Amazon Vega/Kepler, or React Native web TV targets where the issue depends on remote input, TV focus, TV packaging, TV hardware, or TV playback constraints.

    Buildfrom Callstack
  5. 05upgrading-react-native

    1 installs

    Upgrades React Native apps to newer versions by applying rn-diff-purge template diffs, updating package.json dependencies, migrating native iOS and Android configuration, resolving CocoaPods and Gradle changes, and handling breaking API updates. Use when upgrading React Native, bumping RN version, updating from RN 0.x to 0.y, or migrating Expo SDK alongside a React Native upgrade.

    Buildfrom Callstack
  6. 06react-native-brownfield-migration

    1 installs

    Implements an accepted incremental brownfield migration from native iOS or Android to React Native or Expo using @callstack/react-native-brownfield. Use after the brownfield path has been selected, when setting up the integration, packaging XCFramework or AAR artifacts, or adding React Native surfaces to native hosts.

    Buildfrom Callstack
  7. 07assess-react-native-migration

    1 installs

    Assesses whether and how an existing mobile product should migrate to React Native. Use when auditing one or more product repositories for migration readiness, including products whose iOS, Android, and other clients live in separate directories or repositories; choosing brownfield, greenfield, or a checkpoint-based path; defining a representative trial; or preparing a baseline and ROI decision before implementation. When product scope or material evidence is unavailable, grills the stakeholder with exactly one question per turn instead of sending a questionnaire.

    Buildfrom Callstack
  8. 08vercel-react-native-skills

    React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.

    Buildfrom Callstack
  9. 09react-navigation

    Provides React Navigation UI patterns for stacks, tabs, drawers etc. Use when building navigation UIs with React Navigation, configuring headers, bottom sheets or handling safe areas and insets.

    Buildfrom Callstack
  10. 10dogfood

    Systematically explore and test a mobile app on iOS/Android with agent-device to find bugs, UX issues, and other problems. Use when asked to "dogfood", "QA", "exploratory test", "find issues", "bug hunt", or "test this app" on mobile. Produces a structured report with reproducible evidence: screenshots, optional repro videos, and detailed steps for every issue.

    Buildfrom Callstack
  11. 11react-native-testing

    Write tests using React Native Testing Library (RNTL) v13 and v14 (`@testing-library/react-native`). Use when writing, reviewing, or fixing React Native component tests. Covers: render, screen, queries (getBy/getAllBy/queryBy/findBy), Jest matchers, userEvent, fireEvent, waitFor, and async patterns. Supports v13 (React 18, sync render) and v14 (React 19+, async render). Triggers on: test files for React Native components, RNTL imports, mentions of "testing library", "write tests", "component tests", or "RNTL".

    Buildfrom Callstack
  12. 12validate-skills

    Validates skills in this repo against agentskills.io spec and Claude Code best practices. Use via /validate-skills command.

    Buildfrom Callstack
  13. 13create-react-native-library

    Scaffolds React Native libraries with create-react-native-library for standalone libraries or local native modules and views. Use when creating or working on React Native libraries or adding native functionality in an existing app.

    Buildfrom Callstack
  14. 14agent-device

    Automates interactions for Apple-platform apps (iOS, tvOS, macOS) and Android devices. Use when navigating apps, taking snapshots/screenshots, tapping, typing, scrolling, or extracting UI info across mobile, TV, and desktop targets.

    Buildfrom Callstack

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Jul 30, 2026, 5:37 PM (success).

Callstack skills, frequently asked

What are Callstack skills?

Callstack skills are AI coding skills published by Callstack (React Native optimization and upgrading best practices) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many Callstack skills are available?

skills-hub.ai indexes 14 skills from Callstack, synced daily from the upstream GitHub repository (https://github.com/callstackincubator/agent-skills).

How do I install a Callstack skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official Callstack skills?

Yes. Every skill from this source is mirrored from Callstack's own GitHub repository (https://github.com/callstackincubator/agent-skills). Each skill page links back to the upstream source of truth, so you can verify the original.