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 skill | Use it for |
|---|---|
ark-mvp-feature-implementation | ModelBinding composition, Presenter adaptation, ViewState, ViewEffect, sessions, and ownership. |
ark-mvp-flutter-view | MvpView, 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.