
Hi folks,
Our studio's development has primarily shifted towards Claude Code Desktop + Codex.
To make implemention and testing even more autonomous we've been developing some agentic skills in-house and decided to make them open source.
| Skill | Description | Useful for |
|---|---|---|
| android-emulator | Allows the agent to run the app on an emulator, navigate it using the semantic widget tree, take screenshots, tap, pan, input two-finger gestures etc. | UI design, bug reproduction, QA |
| design-polish | Asks the agent to design a screen, and spawns an independent sub-agent to judge that screen. Agent keeps making tweaks until it receives 7+/10 rubric score. | UI design, fixing AI-slop UI |
| symbolize-android-stacktrace | Given a Google Play Console reported ANR or crash, first downloads Codemagic debug symbols, then symbolizes the strack trace, and finds the root cause. | App maintanence |
Install with: npx skills add chunkytofustudios/flutter-skills
Would be glad to hear your thoughts, and receive PRs. What does your agentic engineering stack look like?
u/orkun1675 — 8 days ago