Plugin Claude Code
Live Flutter app introspection for coding agents: screenshots, widget-tree inspection, tap/type/scroll, and error capture. Dart package API summarization for agents.
Plugin Claude Code
Live Flutter app introspection for coding agents: screenshots, widget-tree inspection, tap/type/scroll, and error capture. Dart package API summarization for agents.
Settings file Claude Code
Agent settings declaring 25 allowed tools.
Instructions file CodexOpenCode
Instructions for devoncarew/flutter-slipstream, a project described as: Live Flutter app introspection for coding agents.
Instructions file
Instructions for devoncarew/flutter-slipstream, covering flutter-slipstream, feature: flutter ui agent, feature: package api retrieval, feature: package safety skill and supported coding agents.
Skill Claude CodeCodex
This skill should be used when about to add a Dart or Flutter package dependency — running flutter pub add, dart pub add, or editing pubspec.yaml to introduce a new package. Also load when choosing a specific version constraint for a new package. Skip for upgrading existing packages (pub upgrade), removing packages…
Skill Claude CodeCodex
This skill should be used when the user asks to "run the Flutter app", "flutter run", "start the app", "launch the app", "test the UI", "take a screenshot of the app", "click a button in the app", "debug the layout", or any request involving launching, observing, or interacting with a running Flutter app. When the…
Skill Claude CodeCodex
This skill should be used when about to write Dart or Flutter code that calls into a pub package whose API is uncertain — the package is unfamiliar, or its version in pubspec.lock may be newer than training data. Also load when hitting an unexpected compile error or type mismatch on a package import. Skip for code…