Keeping Claude and Codex agent skills in sync

The setup reuses the same in Claude and Codex by manually copying files from `.agents/skills` to `.claude/skills`. This creates an ongoing need to keep both folders matched whenever a skill changes. A symlink could connect the folders, but it is not yet clear whether that is the best approach.

Key points

  • Skills are ly copied by hand from `.agents/skills` to `.claude/skills`.
  • Changes must be kept in sync across both folders.
  • A symlink is being considered, but its suitability has not been established.
Read original