FlowMVI
Kotlin multiplatform MVI framework with plugins, testing, and debugging
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install FlowMVI?โผ
Run `npx skills add respawn-app/FlowMVI --all -g -y` in your terminal to install the FlowMVI skill globally for your AI agent.
What is FlowMVI used for?โผ
FlowMVI is a Kotlin Multiplatform framework for structuring app logic with the MVI pattern. It adds plugins for error recovery, logging, analytics, state saving, and background jobs without boilerplate.
Does FlowMVI work with Compose Multiplatform?โผ
Yes. Subscribing to a store in Compose takes one line of code, with lifecycle-aware updates and support for previews and UI tests on every platform.
How does the FlowMVI skill help AI coding agents?โผ
The skill gives agents exact API signatures, plugin callback rules, and links to live docs, so they generate correct FlowMVI stores, plugins, and tests without guessing.
Can I test FlowMVI business logic easily?โผ
Yes. FlowMVI ships a declarative testing DSL that lets you send intents and assert states and actions with minimal code, backed by over 350 tests in the library itself.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core