add-check-internet
Installation
SKILL.md
Add Internet Connectivity Check
This skill adds internet connectivity checking before executing a Cubit method.
What This Skill Does
Adds the checkInternet parameter to a mix() call to:
- Check device internet connectivity before running the method
- Abort execution if no internet is available
- Optionally show an error dialog or fail silently
- Combine with retry for persistent loading