From store-deploy
Build Expo app for production using EAS Build. Supports local and cloud builds for iOS and Android.
How this skill is triggered — by the user, by Claude, or both
Slash command
/store-deploy:store-build [ios|android|both] [--local][ios|android|both] [--local]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Run `git status` — warn if uncommitted changes
git status — warn if uncommitted changeseas.json — confirm production profile existsapp.json for version, buildNumber, versionCodeeas.json has "autoIncrement": true, inform it's automatic. Otherwise ask:
"Current: v{version} (iOS build {buildNumber}, Android code {versionCode}). Bump version? (y/n)"
Build type?
1. cloud — EAS cloud build (default, no local SDK needed)
2. local — EAS local build (requires Xcode / Android SDK)
Parse from $ARGUMENTS if --local flag present.
iOS:
eas build --platform ios --profile production
# or with --local flag:
eas build --local --platform ios --profile production
Android:
eas build --platform android --profile production
# or with --local flag:
eas build --local --platform android --profile production
For "both", launch two builds. Cloud builds can run in parallel.
Note the build ID, dashboard URL, or local artifact path.
Build Complete
==============
iOS: {build_id or file path}
Android: {build_id or file path}
Dashboard: https://expo.dev/accounts/{account}/builds
npx claudepluginhub seungmanchoi/store-deploy-plugin --plugin store-deploySearches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.