What problem does it solve?
This Skill streamlines the process of adding or modifying job types in Markdown Magpie, enabling efficient management of background and AI jobs.
Core Features & Use Cases
- Job Type Registration: Register new job types and modify existing ones.
- Payload Schema Definition: Define input and output schemas for job payloads.
- Catalog Registration: Register new job types in the job catalog.
- Watcher Runner Implementation: Implement watcher runners for non-provider jobs.
- Capability Gating: Gate capabilities for new job types.
- Enqueueing and Output Consumption: Understand the process of enqueueing jobs and consuming their outputs.
- Use Case: Introduce a new background job for processing user feedback, or modify an existing job's payload to accommodate new data requirements.
Quick Start
Execute the command 'add-job-type --name user-feedback --description "Process user feedback" --payload schemas/userFeedbackInputSchema.ts --output schemas/userFeedbackOutputSchema.ts'.