Skip to main content

← All sources

Callstack skills

React Native optimization and upgrading best practices skills-hub.ai mirrors 9 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

    2 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. 02upgrading-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
  3. 03github-actions

    1 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
  4. 04react-native-best-practices

    1 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
  5. 05react-native-brownfield-migration

    1 installs

    Provides an incremental adoption strategy to migrate native iOS or Android apps to React Native or Expo using @callstack/react-native-brownfield for initial setup. Use when planning migration steps, packaging XCFramework/AAR artifacts, and integrating them into host apps.

    Buildfrom Callstack
  6. 06vercel-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
  7. 07react-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
  8. 08dogfood

    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
  9. 09agent-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: Apr 30, 2026, 10:07 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 9 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.