queue-task

Create YAML task files and run CLI commands for claude-queue.

21|4|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/vasiliyk/claude-queue --skill queue-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: queue-task
Source: https://github.com/vasiliyk/claude-queue/tree/main/skills/queue-task
Command: npx skills add https://github.com/vasiliyk/claude-queue --skill queue-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users quickly create tasks for claude-queue when approaching Claude Plan usage limits. It enables users to queue remaining work and walk away while tasks run unattended.

Core Features & Use Cases

  • Proactively suggests queuing remaining work when limits are near
  • Supports single-task quick add via CLI command
  • Supports multi-task file creation via YAML with dependencies (via Write tool)

Quick Start

After finishing a coding session, create a tasks.yaml describing the remaining work and run the following one-liner to queue and start processing: cd ~/projects/my-app && ./claude-queue.py batch tasks.yaml && ./claude-queue.py worker