What problem does it solve?
This Skill solves the fragmentation of project documentation when working in multi-agent environments, specifically ensuring that instructions defined in CLAUDE.md are correctly translated and available for OpenAI Codex via AGENTS.md.
Core Features & Use Cases
- Automated Synchronization: Automatically extracts coding conventions, build commands, and architecture invariants from CLAUDE.md.
- Format Translation: Converts Claude-specific syntax and hooks into Codex-compatible TOML and Markdown structures.
- Use Case: When a developer updates the project-wide coding standards in CLAUDE.md, this skill ensures those changes are reflected in AGENTS.md so the Codex agent remains perfectly aligned with the project's current requirements.
Quick Start
Run the agents-md-sync skill to update your AGENTS.md file based on the latest changes in your project CLAUDE.md file.