expo-architect by shipshitdev/library
npx skills add https://github.com/shipshitdev/library --skill expo-architect创建生产就绪的 Expo React Native 应用,包含:
生成可运行的移动应用,而非空壳脚手架:
bun start 即可立即运行广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
# 使用 PRD 风格提示创建应用
python3 ~/.claude/skills/expo-architect/scripts/init-expo.py \
--root ~/www/myapp \
--name "My App" \
--brief "A fitness tracker where users can log workouts"
# 使用特定选项
python3 ~/.claude/skills/expo-architect/scripts/init-expo.py \
--root ~/www/myapp \
--name "My App" \
--tabs "Home,Workouts,Profile" \
--auth
myapp/
├── app/
│ ├── _layout.tsx # 根布局
│ ├── (tabs)/ # 标签页导航器
│ │ ├── _layout.tsx
│ │ ├── index.tsx
│ │ └── ...
│ └── (auth)/ # 认证屏幕(如启用)
├── components/
│ ├── ui/ # 基础 UI 组件
│ ├── [entity]/ # 功能组件
│ └── layout/ # 布局组件
├── lib/
│ ├── api.ts # API 客户端
│ └── auth.ts # 认证工具
├── providers/ # 上下文提供者
├── types/ # TypeScript 类型定义
├── app.json # Expo 配置
├── package.json
├── tsconfig.json
└── biome.json
bun start # 启动 Expo 开发服务器
bun run ios # iOS 模拟器
bun run android # Android 模拟器
bun run lint # 检查代码风格
bun run typecheck # 类型检查
EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_...
EXPO_PUBLIC_API_URL=http://localhost:3001
有关详细模式、代码模板和完整示例: references/full-guide.md
每周安装量
168
代码仓库
GitHub 星标数
14
首次出现
2026年1月20日
安全审计
安装于
opencode144
codex138
gemini-cli132
github-copilot122
claude-code118
cursor115
Create production-ready Expo React Native apps with:
Generates working mobile apps , not empty scaffolds:
bun start# Create app with PRD-style prompt
python3 ~/.claude/skills/expo-architect/scripts/init-expo.py \
--root ~/www/myapp \
--name "My App" \
--brief "A fitness tracker where users can log workouts"
# With specific options
python3 ~/.claude/skills/expo-architect/scripts/init-expo.py \
--root ~/www/myapp \
--name "My App" \
--tabs "Home,Workouts,Profile" \
--auth
myapp/
├── app/
│ ├── _layout.tsx # Root layout
│ ├── (tabs)/ # Tab navigator
│ │ ├── _layout.tsx
│ │ ├── index.tsx
│ │ └── ...
│ └── (auth)/ # Auth screens (if enabled)
├── components/
│ ├── ui/ # Base UI components
│ ├── [entity]/ # Feature components
│ └── layout/ # Layout components
├── lib/
│ ├── api.ts # API client
│ └── auth.ts # Auth utilities
├── providers/ # Context providers
├── types/ # TypeScript types
├── app.json # Expo config
├── package.json
├── tsconfig.json
└── biome.json
bun start # Start Expo dev server
bun run ios # iOS simulator
bun run android # Android emulator
bun run lint # Check code style
bun run typecheck # Type checking
EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_...
EXPO_PUBLIC_API_URL=http://localhost:3001
For detailed patterns, code templates, and complete examples: references/full-guide.md
Weekly Installs
168
Repository
GitHub Stars
14
First Seen
Jan 20, 2026
Security Audits
Gen Agent Trust HubWarnSocketPassSnykPass
Installed on
opencode144
codex138
gemini-cli132
github-copilot122
claude-code118
cursor115
React Native 棕地迁移指南:逐步集成到原生应用(Expo/裸RN)
517 周安装
agent-browser 浏览器自动化测试工具 - 基于引用的 AI 友好型端到端测试 CLI
147 周安装
Ghidra 无头分析技能:自动化逆向工程与二进制文件反编译工具
149 周安装
文件整理助手 - 自动化整理电脑文件,智能清理重复文件,优化文件夹结构
152 周安装
WordPress插件开发指南:架构、安全、生命周期与Settings API详解
151 周安装
Web Audio API 技能:JARVIS AI 音频反馈、语音处理与音效开发指南
151 周安装
find-skills技能:AI智能体技能搜索与安装工具,扩展Claude能力
152 周安装