ワンクリックで
config-manager-sync
Preview and apply AI config sync plans through the bundled open-source CLI.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Preview and apply AI config sync plans through the bundled open-source CLI.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Choose one external agent for bounded comparison work.
Greets the user politely.
Paraphrase host-strict-vocab tokens (Claude-only in codex files, Codex-only in claude files) and register per-line overrides through the bundled open-source CLI so the result is masked from future status diffs.
Connect Codex with the bundled open-source AI Config Sync Manager CLI.
Print the AI Config Sync Manager reference (commands, areas, risk levels, mapping qualities, action verbs, terminology layers, hidden markers, file locations) through the bundled open-source CLI.
Check AI Config Sync Manager status through the bundled open-source CLI.
| name | config-manager-sync |
| description | Preview and apply AI config sync plans through the bundled open-source CLI. |
Use this skill when the user asks to sync Codex and Claude configuration with AI Config Sync Manager.
-h / --help (or asks for usage/help), run ... sync --help and print the CLI output as-is — do not run a dry-run or apply."$HOME/.agents/plugins/ai-config-sync-manager/bin/ai-config-sync".
The launcher resolves the runtime via AI_CONFIG_SYNC_ROOT (dev override) → PATH ai-config-sync → npm exec fallback.AI_CONFIG_SYNC_HOST=codex before invoking the CLI from this skill so the default sync direction is codex -> claude.AI_CONFIG_SYNC_HOST=codex "$HOME/.agents/plugins/ai-config-sync-manager/bin/ai-config-sync" sync --dry-run.--scope is omitted.--scope global, --scope project, or --scope all to narrow or make the sync scope explicit.AI_CONFIG_SYNC_HOST=codex "$HOME/.agents/plugins/ai-config-sync-manager/bin/ai-config-sync" sync --from claude --to codex --dry-run. Explicit --from/--to overrides the env-based default.--include area[,area:item] and --exclude area[,area:item]. Include is applied first, exclude is applied last. Item selectors are supported for itemized areas such as skills, permissions, and hooks.instructions and skills uses rules/terminology-map.json for layered terms/model names and rules/host-target-templates.json for generic host surfaces. Product/workflow-specific vocabularies should be supplied through project-level overrides under rules/.partial and manual entries as higher-risk entries that must be clearly shown in the dry-run.npm install -g ai-config-sync-manager (or run npm link from the repo) and re-run connect.--apply.Example apply call after the user confirms:
AI_CONFIG_SYNC_HOST=codex "$HOME/.agents/plugins/ai-config-sync-manager/bin/ai-config-sync" sync $ARGS --apply
Backup root: ... on apply.partial and manual entries as higher-risk; call them out explicitly in the dry-run summary.manual.