🐳
DevOpsRust

Tsk Config

by dtormoen

Tsk Config is a DevOps 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 Config
Copy Tsk Config 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-config/skills/tsk-config ~/.claude/skills/tsk-config

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

What Tsk Config does

Tsk Config helps you set up and troubleshoot tsk Docker container images. Use it to detect a project stack, migrate deprecated dockerfiles, and write tsk.toml layer settings for builds.

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

Documentation

README

tsk Docker Configuration Guide

You are helping a user configure tsk Docker container images for their project. Follow these steps in order.

Step 1: Gather Project Information

Detect the project's technology stack by checking for these files in the project root. These are tsk's built-in stacks with auto-detection — custom stacks for any language can be defined via stack_config in tsk.toml (covered in Step 5).

File Stack
Cargo.toml rust
go.mod go
package.json node
pyproject.toml, requirements.txt, setup.py python
pom.xml, build.gradle, build.gradle.kts java
rockspec, .luacheckrc, init.lua lua
None of the above default

Also determine the project name from the current directory name.

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

Frequently asked about Tsk Config

  • What else does dtormoen publish alongside Tsk Config?

    Tsk Config 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 Help. Each one is a separate skill with its own page in this directory, installs the same way Tsk Config 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 Config compare to other DevOps skills?

    Tsk Config ranks #983 by stars among the 1075 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. 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 Config against them. Open each page to compare what they document and how they install.