Agent-optimized skills for AI coding assistants by Callstack
npx claudepluginhub callstackincubator/agent-skillsAgent skill for guiding React Native migrations in existing codebases, providing expertise and automation for brownfield integration scenarios.
Share bugs, ideas, or general feedback.
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 |
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
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: Install the bundled Codex plugins
npx codex-plugin add callstackincubator/agent-skills
This reads .agents/plugins/marketplace.json, installs the bundled plugins into .codex/plugins/, and makes them available after restarting Codex.
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
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: Install from GitHub (Recommended)
Cmd+Shift+J / Ctrl+Shift+J)https://github.com/callstackincubator/agent-skills.gitOption 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
Usage: Type / in Agent chat to search and select skills by name.
Install from repository:
gemini skills install https://github.com/callstackincubator/agent-skills.git
Or install to workspace:
gemini skills install https://github.com/callstackincubator/agent-skills.git --scope workspace
Management commands:
/skills list - view all discovered skills/skills enable <name> / /skills disable <name> - toggle availability/skills reload - refresh skill inventoryClone to any supported skills directory:
# Project-level
git clone https://github.com/callstackincubator/agent-skills.git
cp -r agent-skills/skills/* .opencode/skill/