stac-screen-builder
Stac Screen Builder
Overview
Use this skill to convert feature requirements into maintainable Stac DSL screens and theme definitions.
Workflow
- Translate user requirements into route names, states, and actions.
- Select widgets using
references/widget-selector.md. - Select actions using
references/action-recipes.md. - Apply style patterns from
references/style-recipes.md. - Apply route semantics from
references/navigation-patterns.md. - Scaffold files using scripts when requested.
Required Inputs
More from stacdev/stac
stac-quickstart
Help initialize and validate a Stac-enabled Flutter project and ship a first server-driven screen. Use when users ask to set up Stac CLI, run stac init/build/deploy, verify project prerequisites, or troubleshoot first-run setup and missing configuration 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