nrslibnrslibCommunityยท1 Agent Skills Included

takt

Orchestrate AI coding agents through repeatable YAML workflows

Runs AI coding agents through YAML-defined workflows with planning, implementation, review, and fix loops. Stops agents from skipping reviews, losing context, or blurring responsibilities during long tasks. Executes queued tasks in isolated worktrees with traceable logs, reports, and pull request handoff.
npx skills add nrslib/takt --all -g -y
Available:

Tells the AI agent how TAKT's workflow engine, providers, and test gates are structured so it can build, test, and modify the codebase correctly.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’