validate-skills
Validates skills in this repo against agentskills.io spec and Claude Code best practices. Use via /validate-skills command.
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
$ npx -y skills add callstackincubator/agent-skills --skill assess-react-native-migration --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/assess-react-native-migrationContext preview
The summary Claude sees to decide when to auto-load this skill.
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
name: assess-react-native-migration description: 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. license: MIT
Produce a read-only migration decision. Diagnose the product and delivery system; do not execute the migration.
Run the assessment from a workspace that exposes as many production client codebases as possible. The current checkout is not evidence that it contains the whole product.
Before assessing readiness:
1. Inspect the current repository and every workspace root available to the agent. 2. Infer supported client platforms from product documentation, CI, release configuration, workspace manifests, submodules, and references to sibling repositories. 3. Locate each production client codebase, including separate native iOS and Android repositories, app variants, and any web client relevant to staffing or proposed code sharing. 4. Record a platform inventory with the client, repository or path, evidence of product membership, and access status.
When iOS and Android are both supported, inspect both native codebases before recommending a path. If a codebase remains unavailable, mark its evidence `unknown`, state that the assessment covers only the accessible platforms, and lower confidence accordingly. Do not infer that a platform is unsupported merely because its project is absent from the current repository.
**Scope gate:** every supported production client is listed, and each codebase is accessible, explicitly unavailable, or confirmed not to exist.
When the scope gate has not passed, the first response must be exactly:
**Question:** Where can I access the production codebase for each client platform this product supports, including iOS and Android if both exist? **Why it matters:** A migration path based on only one platform can miss native dependencies, product behavior, and delivery constraints that change the decision.
After the scope gate passes, grill rather than survey when repository evidence is unavailable.
If the measurable migration driver is unknown, the first response must be exactly:
**Question:** What measurable delivery or business problem should a React Native migration solve? **Why it matters:** This determines whether migration is relevant and which outcomes the assessment must test.
If the driver is already known, ask only the next highest-impact unknown using the same two-line shape. End the turn immediately after the question and reason. Do not add a preamble, questionnaire, recommendation, or implementation guidance.
Use repository-backed assessment when source code or delivery artifacts are available:
1. Complete the platform inventory and establish which repositories the assessment can inspect. 2. For each accessible mobile codebase, locate app variants, CI, tests, release configuration, architecture records, and product documentation. 3. Search each native codebase for SDKs, permissions, app extensions, storage, authentication, push, deep links, analytics, experiments, and platform-specific behavior. 4. Cite repository names plus file paths and line numbers so evidence remains attributable when codebases are separate. 5. Ask stakeholders only for missing codebase locations or for product, organizational, and operational facts the repositories cannot establish.
Use interview assessment when the repository is unavailable or material evidence remains missing:
1. Start with the measurable delivery or business problem unless the user already supplied it. 2. Ask exactly one decision-changing question per turn. 3. Explain in one sentence which path, risk, or assumption the answer affects. 4. Challenge vague or contradictory answers with a narrower follow-up instead of accepting them as evidence. 5. Record the answer, update the evidence state, and choose the next highest-impact unknown. 6. Stop grilling when another answer cannot change the recommendation, confidence, or checkpoint.
Before the evidence gate passes, every response must contain only:
**Question:** [one question] **Why it matters:** [one sentence]
Do not include a questionnaire, path recommendation, checkpoint, or implementation guidance during these turns. If the user pauses the interview, return the current evidence state and the single highest-impac
Callstack Agent Skills give AI coding assistants practical React Native knowledge drawn from our work on production apps.
Repo: callstackincubator/agent-skills
Validates skills in this repo against agentskills.io spec and Claude Code best practices. Use via /validate-skills command.
Scaffolds React Native libraries with create-react-native-library for standalone libraries or local native modules and views. Use when creating or working on…
GitHub Actions workflow patterns for React Native iOS simulator and Android emulator cloud builds with downloadable artifacts. Use when setting up CI build…
Provides React Native performance optimization guidelines for FPS, TTI, bundle size, memory leaks, re-renders, and animations. Applies to tasks involving…
Implements an accepted incremental brownfield migration from native iOS or Android to React Native or Expo using @callstack/react-native-brownfield. Use after…
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…