🤖
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-codex ~/.claude/skills/skill-codex

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-codex/SKILL.md in nrslib/takt
Installs to
~/.claude/skills/skill-codex
Collection
One of 2 skills cataloged from this repository
Category
AI Engineering2451 skills

What Takt does

Takt orchestrates sub-agents through YAML-defined workflows using codex exec, enabling multi-agent collaboration with steps, rules, and loop monitors. Use it to delegate coding, review, and design tasks to AI sub-agents in a controlled sequence.

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 - codex exec --sandbox danger-full-access
    • --permit-edit - codex exec --full-auto
    • 上記以外 → タスク内容の一部として扱う
  • 残りのトークン: タスク内容(省略時は AskUserQuestion でユーザーに入力を求める)
  • 権限モード省略時のデフォルト: defaultcodex exec (オプションなし)

例:

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

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

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

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

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 #1118 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.