From ce0166dde2ad66b3aebdfd8d22fd9a24ff2e9963 Mon Sep 17 00:00:00 2001 From: Tobin South Date: Wed, 8 Apr 2026 14:31:55 -0700 Subject: [PATCH] Add expo plugin to official marketplace (#1312) Promotes expo from community to official. Uses git-subdir source (expo/skills @ plugins/expo, ref main) without a SHA pin so it tracks upstream. Description cleaned to remove the reviewer-note preamble that leaked into the community entry. Ref: DIR-77, DIR-79 --- .claude-plugin/marketplace.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 5f16f4a..79fe0e9 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -384,6 +384,18 @@ "category": "learning", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/explanatory-output-style" }, + { + "name": "expo", + "description": "Official Expo skills for building, deploying, upgrading, and debugging React Native apps with Expo. Covers UI development with Expo Router, SwiftUI and Jetpack Compose components, Tailwind CSS setup, API routes, data fetching, CI/CD workflows, App Store and Play Store deployment, SDK upgrades, DOM components, and dev client distribution.", + "category": "development", + "source": { + "source": "git-subdir", + "url": "expo/skills", + "path": "plugins/expo", + "ref": "main" + }, + "homepage": "https://github.com/expo/skills/blob/main/plugins/expo/README.md" + }, { "name": "fakechat", "description": "Localhost web chat for testing the channel notification flow. No tokens, no access control, no third-party service.",