takt
Orchestrate AI coding agents through repeatable YAML workflows
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install TAKT?โผ
Run `npx skills add nrslib/takt --all -g -y` in your terminal to install all skills in this suite globally.
What does TAKT do?โผ
TAKT turns AI coding agents into repeatable workflows by defining plan, implement, review, and fix steps in YAML. The workflow controls what happens next instead of relying on the agent's memory.
Which AI providers does TAKT support?โผ
It works with Claude Code, Claude SDK, Codex, OpenCode, Pi, DeepSeek Harness, Cursor, GitHub Copilot CLI, and Kiro. You can mix providers per step or per workflow.
How does TAKT keep code changes safe?โผ
Each queued task runs in an isolated Git worktree with per-step permissions and output contracts. Logs and reports record the full path from task to pull request.
Do I need to write code to use TAKT?โผ
No. You describe the task in plain language, queue it, and run `takt run`; the YAML workflows handle the agent coordination for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core