stac-quickstart
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseStac Quickstart
Stac快速入门
Overview
概述
Use this skill to set up Stac in a Flutter project, verify required files, and complete the first build/deploy loop safely.
使用本技能在Flutter项目中设置Stac,验证所需文件,并安全完成首次构建/部署循环。
Workflow
工作流
- Run to verify local tooling.
scripts/check_environment.sh - Run to confirm Stac project structure.
scripts/validate_project_layout.py --project-root <path> - Apply the setup flow from .
references/setup-checklist.md - Execute the command sequence in .
references/cli-workflow.md - Confirm required file locations from .
references/project-layout.md
- 运行验证本地工具。
scripts/check_environment.sh - 运行确认Stac项目结构。
scripts/validate_project_layout.py --project-root <path> - 应用中的设置流程。
references/setup-checklist.md - 执行中的命令序列。
references/cli-workflow.md - 确认中的所需文件位置。
references/project-layout.md
Required Inputs
必填输入
- Flutter project root path.
- Whether Stac CLI is already installed.
- Whether user wants a new or existing Stac Cloud project.
- Flutter项目根路径。
- 是否已安装Stac CLI。
- 用户是否需要新的或现有的Stac Cloud项目。
Output Contract
输出契约
- Provide exact commands to run in order.
- Include expected artifacts and verification checks.
- Flag blocking errors and the precise fix.
- Keep recommendations aligned with current Stac docs in this repository.
- 按顺序提供确切的运行命令。
- 包含预期生成的产物和验证检查。
- 标记阻塞性错误及精确修复方案。
- 确保建议与本仓库中当前的Stac文档保持一致。
References
参考资料
- Read when beginning a fresh setup.
references/setup-checklist.md - Read when sequencing
references/cli-workflow.mdcommands.stac - Read when validating missing files or wrong structure.
references/project-layout.md
- 开始全新设置时,请阅读。
references/setup-checklist.md - 编排命令时,请阅读
stac。references/cli-workflow.md - 验证缺失文件或错误结构时,请阅读。
references/project-layout.md
Scripts
脚本
- : verifies
scripts/check_environment.sh,flutter, anddartavailability.stac - : validates required Stac project files.
scripts/validate_project_layout.py
- :验证
scripts/check_environment.sh、flutter和dart是否可用。stac - :验证所需的Stac项目文件。
scripts/validate_project_layout.py