Ai Config Sync Manager banner
slash9494 slash9494

Ai Config Sync Manager

AI community

Description

Bidirectional sync for Claude Code and Codex — instructions, skills, agents, MCP servers, hooks, permissions.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

AI Config Sync Manager

Continuous bidirectional sync between Claude Code and Codex — round-trip lossless, not a one-shot migrator.

License Version Downloads Node Runtime deps ESM Hosts

ai-config-sync-manager — data flow at a glance

Highlights

  • Continuous bidirectional syncclaude → codex and codex → claude, run as often as the two hosts drift; not a one-shot migration.
  • Strict YAML round-trip — Claude lenient YAML and Codex YAML 1.2 strict frontmatter both preserved across repeated syncs without loss or oscillation.
  • Diff-first workflowstatus to compare → sync --dry-run to preview → --apply to write.
  • Risk-tagged operationspermissions, hooks, custom commands labeled safe / partial / manual.
  • Backup-on-write — every overwrite snapshotted under .backups/, FIFO retention (30).
  • Apply ledger — every --apply writes a per-item sha256 attestation (before/after hash, backup path) to `~/.ai-confi