🤖
AI EngineeringRust

Tsk Help

by dtormoen

Tsk Help is an AI Engineering 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 Tsk Help
Copy Tsk Help 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-help/skills/tsk-help ~/.claude/skills/tsk-help

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-help/skills/tsk-help/SKILL.md in dtormoen/tsk-tsk
Installs to
~/.claude/skills/tsk-help
Collection
One of 3 skills cataloged from this repository
Category
AI Engineering3670 skills

What Tsk Help does

Tsk Help explains tsk commands for delegating development tasks to AI agents in isolated containers. Use it when managing the task queue, running sandboxed work, or chaining tasks through the server.

Tsk Help is cataloged under AI Engineering on DirSkills. Tsk Help comes from a repository tagged agentic-coding, agents, ai, ai-agents and ai-agents-automation.

Documentation

README

tsk

tsk delegates development tasks to AI agents (Claude Code, Codex) running in isolated Docker/Podman containers. Agents work autonomously and produce git branches for review.

Core Commands

Run a task immediately

tsk run --type feat --name add-auth --prompt "Add JWT authentication to the API"

Key flags:

  • --type (-t): Task template (feat, fix, doc, refactor, or custom templates)
  • --name (-n): Human-readable name used in the git branch
  • --prompt (-p): Task prompt (replaces {{PROMPT}} in templates)
  • --agent: Agent to use (claude, codex). Default: claude
  • --edit: Open the full prompt in your editor before sending

Interactive sandbox

tsk shell

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

Frequently asked about Tsk Help

  • What else does dtormoen publish alongside Tsk Help?

    Tsk Help is one of 3 skills that DirSkills catalogs from dtormoen/tsk-tsk, the repository it ships in. Its siblings there include Task Queueing and Tsk Config. Each one is a separate skill with its own page in this directory, installs the same way Tsk Help 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 Tsk Help compare to other AI Engineering skills?

    Tsk Help ranks #3276 by stars among the 3670 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. 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 Tsk Help against them. Open each page to compare what they document and how they install.