org-syncer

Synchronize organization projects with the central codex repository via CLI delegation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/fractary/claude-plugins --skill org-syncer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: org-syncer
Source: https://github.com/fractary/claude-plugins/tree/main/plugins/codex/skills/org-syncer
Command: npx skills add https://github.com/fractary/claude-plugins --skill org-syncer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Synchronizes all projects in an organization with the codex repository, delegating to the CLI via the cli-helper.

Core Features & Use Cases

  • Parallelized org sync via CLI
  • Per-project progress and error handling
  • Aggregate results and report status

Quick Start

Initiate an organization-wide codex sync and monitor progress.

Frequently Asked Questions about org-syncer

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

FAQPage Schema
How do I synchronize all projects in my organization with a central codex repository?

Organization-wide codex synchronization automates syncing multiple repositories at once by delegating to the CLI helper. The Skill discovers all projects, executes sync operations in parallel or sequentially, and aggregates progress and results across your entire organization.

Can I run organization sync in different directions like to-codex, from-codex, or bidirectional?

Yes, org-syncer supports three sync directions: to-codex pushes changes to the repository, from-codex pulls updates, and bidirectional synchronizes both ways. You specify the direction when initiating the sync, and it applies across all discovered projects.

What dependencies do I need to run organization-wide codex sync?

Organization sync requires bash and jq. Bash executes the orchestration logic while jq processes and aggregates results. Both must be available in your environment before running the Skill.

How do I exclude specific projects or patterns from organization sync?

org-syncer accepts exclude patterns as input to filter out projects matching criteria you define. Apply patterns during sync initiation to skip repositories you don't want synchronized.

Can I preview changes before running organization-wide sync?

Yes, the Skill accepts a dry_run parameter that simulates the sync operation across all projects without applying changes. Use dry_run to review what would sync before executing the actual operation.

Does organization sync report errors and progress for each project individually?

Per-project progress tracking and error handling capture results from each repository during sync. The Skill aggregates per-project status and reports outcomes so you see which projects succeeded or failed.