Skill instructions (SKILL.md) could not be loaded from local cache or raw GitHub repository.
bsp-longs-and-jobs
Use this skill when the agent needs to run a long-running server operation in the background without blocking the managed-form UI, attach a progress reporter or a completion callback to a background job, run a server function in a background job and obtain its return value, cancel or query the status of a background job, schedule a recurring background task (cron-like) at a specific schedule, programmatically add, find, modify, enable, disable, or delete a scheduled job, or migrate synchronous code paths that freeze the client to an asynchronous background-job pattern. Do not use for synchronous one-shot helper calls (delegate to bsp-base-common), for interprocess job orchestration outside the platform job queue, or for application-level task routing (delegate to bsp-bp-tasks).