stac-quickstart
18
总安装量
5
周安装量
#19829
全站排名
安装命令
npx skills add https://github.com/stacdev/stac --skill stac-quickstart
Agent 安装分布
opencode
5
github-copilot
5
codex
5
kimi-cli
5
gemini-cli
5
Skill 文档
Stac Quickstart
Overview
Use this skill to set up Stac in a Flutter project, verify required files, and complete the first build/deploy loop safely.
Workflow
- Run
scripts/check_environment.shto verify local tooling. - Run
scripts/validate_project_layout.py --project-root <path>to confirm Stac project structure. - 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.
Required Inputs
- Flutter project root path.
- Whether Stac CLI is already installed.
- Whether user wants a new or existing Stac Cloud project.
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.
References
- Read
references/setup-checklist.mdwhen beginning a fresh setup. - Read
references/cli-workflow.mdwhen sequencingstaccommands. - Read
references/project-layout.mdwhen validating missing files or wrong structure.
Scripts
scripts/check_environment.sh: verifiesflutter,dart, andstacavailability.scripts/validate_project_layout.py: validates required Stac project files.