add-background-job

Community

Schedule and manage background tasks.

AuthorEmmanuelkwaa
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill allows you to offload time-consuming or long-running operations from the main request pipeline, improving application responsiveness and user experience. It handles both recurring scheduled tasks and one-time background jobs.

Core Features & Use Cases

  • Recurring Jobs: Schedule tasks to run automatically at defined intervals (e.g., daily cleanup, hourly data sync).
  • One-Time Jobs: Enqueue immediate or delayed tasks for execution (e.g., sending emails, processing uploads).
  • Use Case: Automatically send a weekly digest email to users every Monday morning, or process a user-uploaded image in the background without making the user wait.

Quick Start

Add a recurring job named 'daily-report' that runs every day using the 'Daily()' cron expression.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: add-background-job
Download link: https://github.com/Emmanuelkwaa/NetRockTemplate/archive/main.zip#add-background-job

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.