sync

Synchronize the .kodo/ directory with Git or cloud storage.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/paxtone-studio/openkodo --skill sync-paxtone-studio
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: sync
Source: https://github.com/paxtone-studio/openkodo/tree/main/plugins/kodo/skills/sync
Command: npx skills add https://github.com/paxtone-studio/openkodo --skill sync-paxtone-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that your team's accumulated knowledge and context within the .kodo/ directory are consistently shared and updated across all team members' workstations and potentially cloud storage.

Core Features & Use Cases

  • Team Knowledge Sharing: Pushes your learnings and context to a shared repository (Git or cloud) so others can access it.
  • Workstation Synchronization: Pulls the latest updates from the team, ensuring you're working with the most current context.
  • Conflict Resolution: Provides strategies to handle and resolve merge conflicts when different team members update the same context.
  • Use Case: At the start of your workday, pull the latest team learnings to ensure you're aware of recent architectural decisions or discovered patterns before you begin coding.

Quick Start

Run kodo sync --pull to get the latest team updates at the beginning of your session.

Frequently Asked Questions about sync

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

FAQPage Schema
How do I sync local AI context with a remote Git repository?β–Ό

To sync local AI context with a remote Git repository, this Skill manages push and pull operations for the `.kodo/` directory, ensuring team-wide knowledge consistency across workstations.

What is the best way to share team learnings and context for collaborative AI development?β–Ό

Sharing team learnings for collaborative AI development involves synchronizing your local context with remote repositories or cloud storage, allowing all team members to access the same up-to-date information.

How do I resolve merge conflicts when synchronizing team context updates?β–Ό

To resolve merge conflicts during context synchronization, the Skill provides configurable conflict resolution strategies to handle cases where different team members update the same context.

Can I use cloud storage like S3 to synchronize the `.kodo/` directory across workstations?β–Ό

Yes, you can use cloud providers like S3 to synchronize the `.kodo/` directory, maintaining team-wide knowledge consistency by supporting both Git and cloud storage push and pull operations.

When should I pull the latest team context before starting a coding session?β–Ό

You should pull the latest team context at the start of your workday by running a pull command, ensuring you are aware of recent architectural decisions or discovered patterns before you begin coding.