Job System
CommunityBackground jobs with streaming.
Authorarunoda
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a robust background job processing system that allows for long-running tasks to be executed asynchronously, with real-time event streaming for progress updates and results.
Core Features & Use Cases
- Asynchronous Task Execution: Offload time-consuming operations from the main application thread.
- Real-time Event Streaming: Monitor job progress and receive updates as they happen via Server-Sent Events (SSE).
- Job State Management: Track jobs through various states like
idle,running,stopped,succeeded, andfailed. - Worker System: Define and register custom workers to handle specific job types.
- Use Case: Processing large data imports, generating complex reports, or performing AI model inference that takes significant time, all while providing immediate feedback to the user.
Quick Start
Create a new job of type 'my-job-type' and start it with the input payload { message: 'Hello!' }.
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 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: Job System Download link: https://github.com/arunoda/OkBrain/archive/main.zip#job-system Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.