callstackincubator

Callstackincubator — Data & AI agent for Claude Code

Data & AI community intermediate

A collection of agent-optimized React Native skills for AI coding assistants.

How to install Callstackincubator

This entry records only its repository, not the path inside it, so there is no exact command to give. Open callstackincubator/agent-skills and copy the folder into ~/.claude/agents/.

What Callstackincubator does

A collection of agent-optimized skills for AI coding assistants. Skills provide structured, actionable instructions for domain-specific tasks.

Alternatives in Data & AI

  • Claude Mem — A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresse 38.9k ★
  • Crush — The glamourous AI coding agent for your favourite terminal 21.8k ★
  • Vision — GSD-2 is the orchestration layer between you and AI coding agents 5.7k ★

README

Agent Skills

A collection of agent-optimized skills for AI coding assistants. Skills provide structured, actionable instructions for domain-specific tasks.

Available Skills

Skill Description
react-native-best-practices React Native optimization best practices from Callstack
github GitHub workflow patterns for PRs, code review, branching
github-actions GitHub Actions workflow patterns for React Native simulator/emulator build artifacts
upgrading-react-native React Native upgrade workflow: templates, dependencies, and common pitfalls
react-native-brownfield-migration Incremental migration strategy to adopt React Native or Expo in native apps using @callstack/react-native-brownfield, with setup, packaging, and phased integration steps

React Native Best Practices

Performance optimization skills based on [**The Ultimate Guide to React Native Optimization**](https://www.callstack.com/ebooks/the-ultimate-guide-to-react-native-optimization) by [Callstack](https://www.callstack.com/).

Covers:

  • JavaScript/React: Profiling, FPS, re-renders, lists, state management, animations
  • Native: iOS/Android profiling, TTI, memory management, Turbo Modules
  • Bundling: Bundle analysis, tree shaking, R8, app size optimization

Quick Start

Install as Claude Code Plugin

**1. Add the marketplace:**

/plugin marketplace add callstackincubator/agent-skills

**2. Install the skill:**


...