azoth-worktree-sync

Execute Azoth's /worktree-sync workflow with protocol-aware stage and gate preservation.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/yiwei79/azoth --skill azoth-worktree-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azoth-worktree-sync
Source: https://github.com/yiwei79/azoth/tree/main/.agents/skills/azoth-worktree-sync
Command: npx skills add https://github.com/yiwei79/azoth --skill azoth-worktree-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines Codex-driven execution of Azoth's /worktree-sync workflow, enabling consistent, protocol-aware synchronization across development worktrees without manual setup.

Core Features & Use Cases

  • Protocol-aware orchestrator for producer handoffs and integrated runs in Azoth.
  • Preserves command stage structure, gate rules, and evaluation criteria during sync.
  • Integrates with Codex CLI/IDE to surface the /worktree-sync surface and accept user-provided arguments.
  • Executed from the Codex-visible entrypoint to ensure traceability and reproducibility in CI/CD pipelines.

Quick Start

Invoke the /worktree-sync workflow from Codex using your desired arguments.

Frequently Asked Questions about azoth-worktree-sync

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate worktree sync for producer handoffs in Codex?

Worktree sync coordinates producer handoffs by executing a protocol-aware workflow inside Codex. It reads the required command stage structure, gate rules, and evaluation criteria to synchronize development worktrees without manual setup.

What is the best way to automate Azoth worktree synchronization across repositories?

Automating Azoth worktree synchronization involves using a protocol-aware orchestrator that preserves command stage structures and gate rules during integrated runs. This ensures consistent synchronization across development worktrees directly within the Codex environment.

Does worktree-sync work with Codex CLI and CI/CD pipelines?

Yes, worktree-sync integrates with Codex CLI and IDE surfaces to execute workflows. It operates from a Codex-visible entrypoint to ensure traceability and reproducibility when running within CI/CD pipelines.

Do I need a specific command file to run worktree-sync workflows?

Yes, executing the worktree-sync workflow requires reading the command file located at .claude/commands/worktree-sync.md. This file defines the protocol structure, agent binding, and azoth effect rules the orchestrator must preserve.

Can I use worktree-sync to integrate runs across multiple repositories?

Yes, worktree-sync is applicable whenever integrating runs across repositories using Azoth's workflow. It binds agents to the orchestrator and preserves evaluation rules to manage multi-repository synchronization effectively.

Why does worktree-sync require preserving gate rules during synchronization?

Preserving gate rules during worktree synchronization ensures the workflow maintains its protocol-aware structure and evaluation criteria. This guarantees consistent, traceable producer handoffs and reproducible execution across development worktrees.