ChunkyTofuStudios/flutter-skills
Plugin Claude Code
Plugin marketplace listing 4 plugins: android-emulator, design-polish, preview-widget, symbolize-android-stacktrace.
ChunkyTofuStudios/flutter-skills
Plugin Claude Code
Plugin marketplace listing 4 plugins: android-emulator, design-polish, preview-widget, symbolize-android-stacktrace.
ChunkyTofuStudios/flutter-skills
Instructions file CodexOpenCode
Instructions for ChunkyTofuStudios/flutter-skills, covering contributing skills and repo conventions.
ChunkyTofuStudios/flutter-skills
Instructions file
Instructions for ChunkyTofuStudios/flutter-skills, a project described as: Flutter Agent Skills we use in day-to-day development.
ChunkyTofuStudios/flutter-skills
Skill Claude CodeCodex
Run, debug, screenshot, and interact with a Flutter app on a running Android emulator via adb and the qemu console — boot/shut down an AVD, launch flutter run in the background, capture compact 360px-wide JPEG screenshots, dump the Android accessibility tree to find addressable widgets, tap by label or coordinates…
ChunkyTofuStudios/flutter-skills
Skill Claude CodeCodex
Polish a Flutter app's screens — visual hierarchy, typography, color and contrast, spacing, section clarity. Reads a reference screen first to lock in the app's existing design tone, then drives the running app on an Android emulator via the android-emulator skill (screenshots, taps, swipes), makes targeted widget and…
ChunkyTofuStudios/flutter-skills
Skill Claude CodeCodex
Preview a single Flutter widget in isolation using the built-in Flutter Widget Previewer (flutter widget-preview) — wires up a project-specific previewWrapper so the widget renders against the app's real theme and providers, launches the local preview server, and lets the agent take headless-Chrome screenshots of the…
ChunkyTofuStudios/flutter-skills
Skill Claude CodeCodex
De-obfuscate (symbolize) an Android crash or ANR stacktrace exported from the Google Play Console for a Flutter app whose release build came from Codemagic CI/CD — fetches the matching androidnativedebugsymbols.zip and artifacts.zip from Codemagic, then resolves every pc 0x… native frame and obfuscated Flutter frame…