stac-quickstart
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.
More from stacdev/stac
stac-screen-builder
Build Stac DSL screens and themes from product requirements with safe defaults and reusable templates. Use when users ask to create or refactor StacScreen files, map UI requirements to Stac widgets/actions/styles, or scaffold new screen/theme files.
46stac-custom-extensions
Scaffold and integrate custom Stac widgets and actions with parsers and registration checks. Use when users ask to build new StacParser or StacActionParser implementations, generate custom model classes, or verify parser registration inside Stac.initialize.
45stac-troubleshooter
Diagnose Stac build, deploy, rendering, caching, and navigation issues using repeatable checks. Use when users report stac build finding no screens, deploy mismatches, runtime unknown widget/action errors, cache staleness, or migration regressions.
45