🤖
AI EngineeringTypeScript

Takt

by nrslib

Takt is an AI Engineering skill for Claude Code, published by nrslib in takt.

1.3K stars92 forkson nrslib/taktAdded 2026/08/20Repository updated 2026/08/20
agent-orchestrationagent-teamai-agentsclaude-codecodexmulti-agentopencode
Install in seconds
Install Takt
Copy Takt 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/nrslib/takt/tree/main/builtins/skill ~/.claude/skills/skill

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/nrslib/takt.git

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

In this catalog

Source file
builtins/skill/SKILL.md in nrslib/takt
Installs to
~/.claude/skills/skill
Collection
One of 2 skills cataloged from this repository
Category
AI Engineering2451 skills

What Takt does

Takt orchestrates a team of AI agents according to a YAML workflow definition. Use it to run multi-step, multi-agent workflows where a team lead delegates tasks, evaluates rules, and manages reports.

Takt is cataloged under AI Engineering on DirSkills. Takt comes from a repository tagged agent-orchestration, agent-team, ai-agents, claude-code and codex.

Documentation

README

TAKT Workflow Engine

引数の解析

$ARGUMENTS を以下のように解析する:

/takt {workflow} [permission] {task...}
  • 第1トークン: ワークフロー名または YAML ファイルパス(必須)
  • 第2トークン: 権限モード(任意)。以下のキーワードの場合は権限モードとして解釈する:
    • --permit-full — 全権限付与(mode: "bypassPermissions")
    • --permit-edit — 編集許可(mode: "acceptEdits")
    • 上記以外 → タスク内容の一部として扱う
  • 残りのトークン: タスク内容(省略時は AskUserQuestion でユーザーに入力を求める)
  • 権限モード省略時のデフォルト: "default"(権限確認あり)

例:

  • /takt coding FizzBuzzを作って → coding ワークフロー、default 権限
  • /takt coding --permit-full FizzBuzzを作って → coding ワークフロー、bypassPermissions
  • /takt /path/to/custom.yaml 実装して → カスタムYAML、default 権限

事前準備: リファレンスの読み込み

手順を開始する前に、以下の2ファイルを Read tool で読み込む:

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

Commands Takt provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /takt

Frequently asked about Takt

  • What else does nrslib publish alongside Takt?

    Takt is one of 2 skills that DirSkills catalogs from nrslib/takt, the repository it ships in. Its siblings there include Takt. Each one is a separate skill with its own page in this directory, installs the same way Takt does, and is maintained by nrslib in that same repository. The rest of the collection is listed on the nrslib/takt page.

  • How does Takt compare to other AI Engineering skills?

    Takt ranks #1119 by stars among the 2451 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 Takt against them. Open each page to compare what they document and how they install.