📝
AutomationRust

Task Queueing

by dtormoen

Task Queueing is an Automation skill for Claude Code, published by dtormoen in tsk-tsk.

170 stars18 forkson dtormoen/tsk-tskAdded 2026/09/08Repository updated 2026/07/29
agentic-codingagentsaiai-agentsai-agents-automationclaude-codecodexrustsandbox
Install in seconds
Install Task Queueing
Copy Task Queueing into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/dtormoen/tsk-tsk/tree/main/skills/tsk-add/skills/tsk-add ~/.claude/skills/tsk-add

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/dtormoen/tsk-tsk.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/tsk-add/skills/tsk-add/SKILL.md in dtormoen/tsk-tsk
Installs to
~/.claude/skills/tsk-add
Collection
One of 3 skills cataloged from this repository
Category
Automation2226 skills

What Task Queueing does

Task Queueing turns an agreed-upon conversation into a queued task with tsk add. Use it when you want to capture a design, bug fix, or feature request as a self-contained prompt for an async agent.

Task Queueing is cataloged under Automation on DirSkills. Task Queueing comes from a repository tagged agentic-coding, agents, ai, ai-agents and ai-agents-automation.

Documentation

README

Queue Task from Conversation

You are helping the user queue a task based on the conversation you just had. The user has been discussing a design, architecture decision, or code change with you, and now wants to queue it as an asynchronous task.

Available Templates

These are the task templates available for use with tsk add -t <template>:

!`tsk template list`

To see the full content of a template, run tsk template show <template>. When a task is created, the {{PROMPT}} placeholder in the template is replaced with whatever you pipe in via heredoc or pass via the -p flag, and any YAML frontmatter is stripped. The result is what gets sent to the agent.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Task Queueing

  • What else does dtormoen publish alongside Task Queueing?

    Task Queueing is one of 3 skills that DirSkills catalogs from dtormoen/tsk-tsk, the repository it ships in. Its siblings there include Tsk Config and Tsk Help. Each one is a separate skill with its own page in this directory, installs the same way Task Queueing does, and is maintained by dtormoen in that same repository. The rest of the collection is listed on the dtormoen/tsk-tsk page.

  • How does Task Queueing compare to other Automation skills?

    Task Queueing ranks #1980 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Task Queueing against them. Open each page to compare what they document and how they install.