agent-sync
v0.5.7Mirror AGENTS.md to CLAUDE.md for Codex-first projects. In Codex, AGENTS.md is the source of truth; Claude Code keeps its existing Claude-to-AGENTS generation behavior.
By Andre PaatLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 13, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install agent-sync for Codex and Claude Code
codex plugin marketplace add paat/claude-plugins
codex plugin marketplace upgrade paat-plugins
codex plugin add agent-sync@paat-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the paat-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “agent-sync” remain stable.
- Codex:
agent-sync@agent-plugin-marketplace→agent-sync@paat-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/paat/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/agent-sync/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/agent-sync/SKILL.md├── skills/agent-sync-check-workflow/SKILL.md├── skills/agent-sync-generate-workflow/SKILL.md└── skills/agent-sync-init-workflow/SKILL.md
Included Skills4
Use for AGENTS.md generation, agent-sync config, sources.json, and syncing assistant instructions across AI tools.
Run /agent-sync:check workflow from agent-sync.
Run /agent-sync:generate workflow from agent-sync.
Run /agent-sync:init workflow from agent-sync.
Plugin manifests2
{
"name": "agent-sync",
"version": "0.5.7",
"description": "Mirror AGENTS.md to CLAUDE.md for Codex-first projects. In Codex, AGENTS.md is the source of truth; Claude Code keeps its existing Claude-to-AGENTS generation behavior.",
"author": {
"name": "Andre Paat"
},
"interface": {
"displayName": "Agent Sync",
"shortDescription": "Mirror AGENTS.md to CLAUDE.md for Codex-first projects. In Codex, AGENTS.md is the source of truth; Claude Code keeps its existing Claude-to-AGENTS generation behavior.",
"longDescription": "Mirror AGENTS.md to CLAUDE.md for Codex-first projects. In Codex, AGENTS.md is the source of truth; Claude Code keeps its existing Claude-to-AGENTS generation behavior.",
"developerName": "Andre Paat",
"category": "Development",
"capabilities": [
"Skills",
"Lifecycle Hooks",
"Scripts"
],
"defaultPrompt": "Use the agent-sync plugin for this task.",
"websiteURL": "https://github.com/paat/claude-plugins"
},
"homepage": "https://github.com/paat/claude-plugins",
"repository": "https://github.com/paat/claude-plugins",
"license": "MIT",
"keywords": [
"agents-md",
"sync",
"codex",
"copilot",
"cursor",
"amp",
"config-sync"
],
"skills": "./skills/"
}{
"name": "agent-sync",
"version": "0.5.7",
"description": "Generate AGENTS.md from Claude Code project configuration files (CLAUDE.md, .claude/rules/, settings.json, hooks)",
"author": {
"name": "Andre Paat"
},
"repository": "https://github.com/paat/claude-plugins",
"license": "MIT",
"keywords": [
"agents-md",
"sync",
"codex",
"copilot",
"cursor",
"amp",
"config-sync"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[agent-sync on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-sync)