commandkit-tasks

Installation
SKILL.md

CommandKit Tasks Plugin

Activation guidance

Use for recurring jobs, delayed reminders, and background processing flows.

Required filesystem expectations

  • plugin registration in commandkit.config.ts
  • static tasks in src/app/tasks/**
  • driver bootstrap module (for example src/bootstrap/tasks.ts)

Execution workflow

  1. Register tasks plugin.
  2. Configure and initialize driver.
  3. Add static tasks and optional dynamic creation APIs.
  4. Add idempotency, error handling, and cancellation support.
Installs
22
GitHub Stars
157
First Seen
Apr 5, 2026
commandkit-tasks — neplextech/commandkit