queue

Automates scheduling and execution of terminal tasks with persistent state tracking.

3|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/yankeeinlondon/rusty-biscuit --skill queue-yankeeinlondon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: queue
Source: https://github.com/yankeeinlondon/rusty-biscuit/tree/main/.claude/skills/queue
Command: npx skills add https://github.com/yankeeinlondon/rusty-biscuit --skill queue-yankeeinlondon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Queue management for long-running terminal tasks can be error-prone and hard to coordinate across multiple panes or windows.

Core Features & Use Cases

  • TUI-driven queue management with scheduling, status tracking, and persistent state.
  • Terminal-aware execution that supports Wezterm panes, new windows, and background processes.
  • Use case: schedule a data processing job to run later and monitor its progress from the terminal.

Quick Start

Launch the queue TUI to start scheduling tasks.

Frequently Asked Questions about queue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I schedule and monitor delayed terminal tasks in a queue?

You can schedule and monitor delayed terminal tasks using a TUI-based queue scheduler that provides interactive task queuing, status tracking, and persistent state via a JSONL store.

Can I execute queued tasks in specific Wezterm panes or new windows?

Yes, terminal-aware execution supports targeting Wezterm panes, opening new windows, or running background processes to handle asynchronous task execution across local and remote sessions.

Does this queue scheduler persist task state across terminal sessions?

Task state persistence is handled via a JSONL store, ensuring scheduled commands and their execution statuses are saved and can be monitored across terminal sessions.

What is the best way to manage long-running terminal commands across multiple panes?

A TUI-driven queue management system offers reliable coordination for long-running commands, featuring keyboard-driven navigation and terminal-aware execution to prevent errors across panes.

How do I navigate and manage scheduled commands without a mouse?

The TUI frontend provides keyboard-driven navigation, allowing you to manage scheduled commands, monitor task progress, and interact with the execution queue directly from the terminal.