Loading...
Loading...
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.
npx skill4agent add stacdev/stac stac-custom-extensionsmain.darttypeactionTypemain.dartStac.initializebuild_runnerreferences/custom-widget-checklist.mdreferences/custom-action-checklist.mdreferences/parser-registration.mdreferences/converters-guide.mdscripts/scaffold_custom_widget.py --name <Name> --type <widgetType> --out-dir <path>scripts/scaffold_custom_action.py --name <Name> --action-type <actionType> --out-dir <path>scripts/check_parser_registration.py --main-dart <path> --parser-class <ClassName>assets/templates/custom_widget.dart.tmplassets/templates/custom_widget_parser.dart.tmplassets/templates/custom_action.dart.tmplassets/templates/custom_action_parser.dart.tmpl