askill
capacity-scheduler

capacity-schedulerSafety 80Repository

Schedule worker creation according to global/project/role/agent capacity and current utilization.

0 stars
1.2k downloads
Updated 2/20/2026

Package Files

Loading files...
SKILL.md

Capacity Scheduler

Use When

  • Creating sessions for parallel work.

Inputs

  • current active sessions
  • global/project limits
  • agent max parallel
  • role limits

Procedure

  1. Compute active counts by scope.
  2. Validate candidate allocation.
  3. Approve or reject with reason.

Output Contract

  • allowed: boolean
  • reason
  • next_available_hint

Guardrails

  • Never bypass hard limits.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

52/100Analyzed 2/25/2026

A conceptual skill for capacity-based worker scheduling with clear structure but minimal implementation detail. Contains appropriate sections (Use When, Inputs, Procedure, Output Contract, Guardrails) but the procedure steps are too vague to be actionable. Located in a proper skills folder which supports reusability, though missing tags for discoverability. The skill provides a reference framework rather than step-by-step implementation guidance.

80
60
50
55
30

Metadata

Licenseunknown
Version-
Updated2/20/2026
Publisherhoux15

Tags

No tags yet.