claude-sync

Synchronize Claude Code configuration from .claude into the .agent workspace.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/g00hyun/okky-vibe-aaa --skill claude-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-sync
Source: https://github.com/g00hyun/okky-vibe-aaa/tree/main/.agent/skills/claude-sync
Command: npx skills add https://github.com/g00hyun/okky-vibe-aaa --skill claude-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Synchronizes Claude Code configuration from the .claude directory into the .agent workspace to keep agent context aligned.

Core Features & Use Cases

  • Analyze .claude contents (memory files, custom instructions, prompts) and identify core project rules and guidelines.
  • Translate and merge these rules into the .agent format, updating AGENTS.md or creating/updating relevant SKILL.md entries under .agent/skills.
  • Ensure consistency and avoid duplications across .agent and .agents directories, with a clear report of changes.

Quick Start

Analyze the .claude directory and propagate its settings into the .agent workspace.

Frequently Asked Questions about claude-sync

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync Claude Code configuration files into an agent workspace?

Syncing custom instructions across agent workspaces involves analyzing rules from the .claude directory and merging them into the .agent format. This updates AGENTS.md and SKILL.md entries to ensure configuration consistency without duplications.

What is the best way to keep agent context aligned when Claude settings change?

Propagating new workspace settings requires translating .claude directory contents into the .agent format. This process merges core project rules and guidelines into AGENTS.md and SKILL.md entries, maintaining context alignment across agents.

Does syncing Claude configs to the agent workspace create duplicate rules?

Merging .claude memory files into .agent skills avoids duplications by translating and merging rules into the .agent format. It updates SKILL.md entries under .agent/skills and ensures consistency across .agent and .agents directories with a clear change report.

When do I need to update AGENTS.md with Claude prompts?

Updating AGENTS.md with Claude prompts is needed when Claude-specific settings change or new workspaces are initialized. The tool translates .claude memory files and custom instructions into the .agent format, identifying and propagating core project rules.

Can I use this to initialize new agent workspaces with existing Claude rules?

Yes, you can initialize new agent workspaces with existing Claude rules. The tool reads .claude contents, translates them into the .agent format, and creates or updates SKILL.md entries under .agent/skills to seamlessly propagate your configurations.