add skills and script

This commit is contained in:
2026-01-27 11:53:18 -08:00
parent f362e448cf
commit 16c6a923de
4 changed files with 237 additions and 1 deletions
+14 -1
View File
@@ -1,3 +1,16 @@
# Set of skills by @rodydavis
- [Flutter Screenshot/Control](/skills/flutter_driver_control/)
### flutter-control-and-screenshot
Guide on how to control a Flutter app using flutter_driver via MCP and capture screenshots.
```bash
npx skills add rodydavis/flutter-control-and-screenshot
```
### install-flutter-from-git
Install Flutter SDK via git clone and configure for all platforms
```bash
npx skills add rodydavis/install-flutter-from-git
```