dev-task-queue

Installation
SKILL.md

Agent Task Queue

Persistent, cross-session task queue for AI agents aligned with the Claude Code Tasks schema. Tasks survive beyond sessions, carry full context including conversation transcripts, and support dependency tracking with blocks/blockedBy. Backed by a git repo with move-based locking for conflict-free multi-agent access.

Prerequisites

Clone the task queue repository:

git clone git@github.com:OlechowskiMichal/agent-task-queue.git ~/.agent-task-queue

All commands below assume the repo is at ~/.agent-task-queue.

Quick Reference

Operation Command Description
Add python3 ~/.agent-task-queue/scripts/add_task.py Create a new task
Related skills

More from molechowski/agent-skills

Installs
2
First Seen
Mar 14, 2026