Skills Directory / Official
Expo Skills
- Author
- Expo — official vendor skill
- Category
- Official
- Stars
- ★ 2.2k
- Source
- github.com/expo/skills
- Tags
Expo's official collection of agent skills for working with Expo projects and Expo Application Services (EAS). Covers project configuration, builds, submissions, and updates — the workflows where mobile tooling knowledge goes stale fastest and official skills earn their keep.
How to load this skill
Fastest: copy this prompt into your AI agent
Please install skills from the "Expo Skills" collection (https://github.com/expo/skills) for me.
1. Run: git clone https://github.com/expo/skills
2. List the skill folders in the repo (each contains a SKILL.md file) and ask me which I want — or install the ones most relevant to my current project.
3. Copy the chosen skill folders into your skills directory: ~/.claude/skills/ for Claude Code personal scope, .claude/skills/ for project scope, or your agent's equivalent SKILL.md directory.
4. Confirm the skills load (list your available skills afterwards).
More details: https://primorum.ai/skills/expo-skills Expo Skills ships skills as folders containing SKILL.md. Copy the folders you want into your agent's skills directory (Claude Code: ~/.claude/skills/ for personal, .claude/skills/ for project scope; other agents: their SKILL.md directory).
- Clone the repo
git clone https://github.com/expo/skills - Copy a skill into Claude Code (personal scope)
cp -r skills/<skill-name> ~/.claude/skills/ - Read a skill without installing
curl -sL https://raw.githubusercontent.com/expo/skills/main/<skill-name>/SKILL.md
For AI agents: this entry is also available as JSON at
/skills/skills.json — the
install.steps field contains these commands. See the
agent instructions on the directory index.
Related in Official
- Anthropic Agent Skills — Anthropic's official skills repository — the canonical starting point.
- Claude Plugins Official Directory — Anthropic's curated, quality-gated plugin directory for Claude Code.
- Vercel Agent Skills — Vercel's official skills for building and deploying on their platform.