shiny-jobs
Installation
SKILL.md
Shiny Jobs
Shiny.Jobs provides cross-platform background job scheduling and execution for .NET MAUI applications targeting iOS and Android. Jobs run periodically in the background with support for constraints such as network availability, charging status, and battery level.
When to Use This Skill
- The user wants to schedule background work that runs periodically
- The user needs to run tasks when the app is not in the foreground
- The user asks about job constraints (network, charging, battery)
- The user wants to register, cancel, or manage background jobs
- The user needs foreground job execution on a timer
- The user asks about
IJobManager,IJob,JobInfo, or related types