stac-quickstart

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Stac 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

工作流

  1. Run
    scripts/check_environment.sh
    to verify local tooling.
  2. Run
    scripts/validate_project_layout.py --project-root <path>
    to confirm Stac project structure.
  3. Apply the setup flow from
    references/setup-checklist.md
    .
  4. Execute the command sequence in
    references/cli-workflow.md
    .
  5. Confirm required file locations from
    references/project-layout.md
    .
  1. 运行
    scripts/check_environment.sh
    验证本地工具。
  2. 运行
    scripts/validate_project_layout.py --project-root <path>
    确认Stac项目结构。
  3. 应用
    references/setup-checklist.md
    中的设置流程。
  4. 执行
    references/cli-workflow.md
    中的命令序列。
  5. 确认
    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
    references/setup-checklist.md
    when beginning a fresh setup.
  • Read
    references/cli-workflow.md
    when sequencing
    stac
    commands.
  • Read
    references/project-layout.md
    when validating missing files or wrong structure.
  • 开始全新设置时,请阅读
    references/setup-checklist.md
  • 编排
    stac
    命令时,请阅读
    references/cli-workflow.md
  • 验证缺失文件或错误结构时,请阅读
    references/project-layout.md

Scripts

脚本

  • scripts/check_environment.sh
    : verifies
    flutter
    ,
    dart
    , and
    stac
    availability.
  • scripts/validate_project_layout.py
    : validates required Stac project files.
  • scripts/check_environment.sh
    :验证
    flutter
    dart
    stac
    是否可用。
  • scripts/validate_project_layout.py
    :验证所需的Stac项目文件。