Packages

Coding-agent skills

Install version-matched guidance for ModelBinding, Presenter adaptation, ViewState, ViewEffect, and Flutter hosting.

v1.1.0Beginner

Coding-agent skills

Install the core or Flutter guidance according to the code being changed:

shell
dart run skills@ get -p ark_mvp
dart run skills@ get -p ark_mvp_flutter
Installed skillUse it for
ark-mvp-feature-implementationModelBinding composition, Presenter adaptation, ViewState, ViewEffect, sessions, and ownership.
ark-mvp-flutter-viewMvpView, FlutterPresenter, ModelBinding providers, ViewEffect delivery, and widget lifecycle.

The skills reinforce the MVP boundary: ModelBinding exposes application-owned state and actions, Presenter prepares presentation data, and View renders those prepared values. They do not select a state manager, DI container, Repository, or UseCase implementation. Review the instructions before use and reinstall them after upgrading the package.