Incremental migration strategy for adopting React Native or Expo in native iOS/Android apps using @callstack/react-native-brownfield, including initial setup, packaging, and phased host integration.
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.
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.
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.
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.
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.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of agent-optimized skills for AI coding assistants. The repo ships raw Agent Skills for assistants that can read skills/ directly, plus marketplace metadata for both Claude Code and Codex plugin workflows.
| 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 |
| create-react-native-library | Scaffold React Native libraries with create-react-native-library |
Performance optimization skills based on The Ultimate Guide to React Native Optimization by Callstack.
Covers:
Use the Claude Code marketplace metadata in .claude-plugin/marketplace.json.
1. Add the marketplace:
/plugin marketplace add callstackincubator/agent-skills
2. Install the skill you want:
/plugin install react-native-best-practices@callstack-agent-skills
Other available installs:
/plugin install github@callstack-agent-skills
/plugin install github-actions@callstack-agent-skills
/plugin install upgrading-react-native@callstack-agent-skills
/plugin install react-native-brownfield-migration@callstack-agent-skills
/plugin install create-react-native-library@callstack-agent-skills
Or use the interactive menu:
/plugin menu
For local development:
claude --plugin-dir ./path/to/agent-skills
Once installed, Claude will automatically load the relevant skill based on the task.
This repo supports Codex in two different ways.
Option 1: Add the bundled Codex plugins
Codex can add the bundled plugins from this repository automatically using .agents/plugins/marketplace.json, so a separate install script is not needed.
Option 2: Install standalone skills
All major AI coding assistants support the Agent Skills standard.
Install via skill-installer:
$skill-installer install react-native-best-practices from callstackincubator/agent-skills
$skill-installer install create-react-native-library from callstackincubator/agent-skills
Or clone manually:
# Project-level
git clone https://github.com/callstackincubator/agent-skills.git
cp -r agent-skills/skills/* .codex/skills/
# User-level
cp -r agent-skills/skills/* ~/.codex/skills/
Restart Codex to recognize newly installed skills.
Usage: Type $ to mention a skill or use /skills command.
These skills include agents/openai.yaml metadata for Codex Skills UI compatibility.
Option 1: Import rules from GitHub
Cursor’s GitHub / GitLab rule importer only discovers .mdc files (typically under .cursor/rules/). This repository includes those files so import succeeds.
Cmd+Shift+J / Ctrl+Shift+J)https://github.com/callstackincubator/agent-skills.gitImported rules are short Cursor project rules; they point at the full Agent Skills under skills/. Clone or copy the skills/ tree into your workspace when you want the model to read the complete markdown skills locally (see Option 2).
Option 2: Local Installation
# Project-level
git clone https://github.com/callstackincubator/agent-skills.git .cursor/skills/agent-skills
# User-level (available in all projects)
git clone https://github.com/callstackincubator/agent-skills.git ~/.cursor/skills/agent-skills
Comprehensive Rust development assistant with meta-question routing, coding guidelines, version queries, and ecosystem support
npx claudepluginhub codeblackbyshazzy/agent-skillsUltra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.