skills/smithery.ai/comet-scaffold

comet-scaffold

Installation
SKILL.md

Comet 脚手架命令规范

基于 React Native 通用脚手架设计方案的 CLI 命令与配置约定。

核心配置文件

comet.yaml

脚手架的单一配置源,记录所有工程约定:

name: my_app
org: com.example

package_manager: pnpm

build_tool: expo_prebuild # expo_prebuild | bare
architecture: new # new | old
integration: greenfield # greenfield | brownfield
Installs
1
First Seen
Jun 2, 2026
comet-scaffold from smithery.ai