skills/stac-screen-builder/SKILL.md
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.
npx skillsauth add stacdev/stac stac-screen-builderInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to convert feature requirements into maintainable Stac DSL screens and theme definitions.
references/widget-selector.md.references/action-recipes.md.references/style-recipes.md.references/navigation-patterns.md.snake_case recommended).@StacScreen or @StacThemeRef.references/widget-selector.md to choose layout and interactive widgets.references/action-recipes.md for navigation/form/network/state actions.references/style-recipes.md for color, spacing, and text style patterns.references/navigation-patterns.md for stack-safe navigation actions.scripts/new_screen.py --screen-name <name> --out-dir <path> [--with-navigation]scripts/new_theme_ref.py --theme-name <name> --out-file <path>assets/templates/screen.dart.tmplassets/templates/theme_ref.dart.tmpldevelopment
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.
tools
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.
tools
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.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.