mobile-app-flows

Map Omi Flutter app screens, navigation paths, and widget usage with agent-flutter.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/tsukuru-86/Comm0ns-omi --skill mobile-app-flows
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobile-app-flows
Source: https://github.com/tsukuru-86/Comm0ns-omi/tree/main/app/e2e
Command: npx skills add https://github.com/tsukuru-86/Comm0ns-omi --skill mobile-app-flows

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Understand and map the Omi Flutter mobile app's screens, navigation patterns, and widget usage to reason about features, fix bugs, and verify changes.

Core Features & Use Cases

  • Interactive exploration of the live app using agent-flutter to inspect widget trees, navigate between screens, and capture screenshots.
  • End-to-end validation of flows across home, conversations, memories, and apps sections with deterministic steps and replay-safe data.
  • Guidance for QA, developers, and designers to align UI behavior with design intent and engineering requirements.

Quick Start

Explore the app's navigation from Home to Conversations and verify the bottom navigation flow using agent-flutter.

Frequently Asked Questions about mobile-app-flows

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Flutter mobile app UI flow exploration and validation?

Validate end-to-end mobile app flows by enforcing deterministic steps to navigate home, conversations, and memories sections. This approach captures screenshots and inspects widget trees to verify UI behavior against design intent.

How does UI automation map navigation paths in a Flutter mobile app?

UI automation maps navigation paths by using an agent to interact with the live app, inspect widget usage, and snapshot screens. This identifies the structural layout and navigation patterns for reliable UI understanding.

Can I use this for regression checks on mobile app screens?

Yes, you can use it for regression checks on mobile app screens. It applies replay-safe data and deterministic exploration commands to verify existing UI behavior, ensuring feature development and bug fixes do not break navigation flows.

What is the best way to inspect widget trees during mobile app testing?

The best way to inspect widget trees is by using an agent-flutter tool to explore the live app interactively. This captures screen states and widget hierarchy data, allowing developers and QA to align UI behavior with engineering requirements.

Do I need agent-flutter to explore mobile app screens?

Yes, agent-flutter is required to explore mobile app screens. It provides the interactive environment needed to navigate between screens, capture screenshots, and inspect widget trees for reliable UI understanding and validation.