Run a list of work units to completion with an Agent Team: derive a dependency DAG and hot-file map, spawn one ephemeral teammate per unit (or combined group), drive each PR through pr-review-merge, smart-merge in waves, recover from crashes, and run a retrospective. Source-agnostic — the caller supplies a work-source adapter. A library skill invoked BY the /tm and /issues commands, not run directly by a user (it needs a caller-supplied adapter). TRIGGER when a command needs autonomous multi-unit team orchestration to completion — a tag, issue queue, backlog, or set of tickets run to done with Agent Teams. For a single PR use pr-review-merge instead; not for one-off single-task work.
$npx -y skills add bjcoombs/ai-native-toolkit --skill marathonInstalls into the current project.
Run `npx skills use "https://github.com/bjcoombs/ai-native-toolkit" --skill "bjcoombs/ai-native-toolkit/marathon"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/bjcoombs/ai-native-toolkit" that are relevant to the current task. Run `npx skills add "https://github.com/bjcoombs/ai-native-toolkit"` and select the relevant skills, then follow their instructions.