respawn-apprespawn-appOfficialยท1 Agent Skills Included

FlowMVI

Kotlin multiplatform MVI framework with plugins, testing, and debugging

Builds crash-safe, testable app logic for Kotlin Multiplatform apps using a plugin-based MVI architecture. Eliminates boilerplate for error recovery, logging, analytics, state persistence, and background jobs across Android, iOS, desktop, and web. Guides AI agents to write correct stores, plugins, and tests using exact API signatures and live documentation references.
npx skills add respawn-app/FlowMVI --all -g -y
Available:

Tells the AI agent how the FlowMVI codebase is organized, which Gradle commands to run for building and testing, and the rules to follow when modifying or extending the library.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’