BeClaude

agentsync

New
GitHub TrendingGeneralby x0c

Sync AI coding-agent instructions and SKILL.md directories across tools

First seen 5/29/2026

Summary

md directories remain consistent across different development tools.

  • It automatically synchronizes configuration files and documentation, saving developers from manual updates and reducing errors when switching between environments.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/agentsync.md

3
Invoke with @agent-name
@agentsync

Use Cases

Synchronize SKILL.md files between Claude Code and Cursor to maintain consistent agent behavior.
Update AI agent instructions across multiple projects after modifying a shared skill template.
Detect and resolve conflicts in agent configuration files when collaborating with a team.
Automatically propagate changes from a master SKILL.md to all project-specific copies.
Ensure that new team members have the latest agent instructions synced to their local environment.
Backup and restore agent skill configurations when migrating between development machines.

Usage Examples

1

/agentsync sync --source ./skills/master --target ./projects/*/SKILL.md

2

Sync my agent instructions from the central repo to all my local projects.

3

/agentsync check --diff to see what agent configurations are out of sync.

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is agentsync?

Agentsync ensures that AI coding-agent instructions and SKILL.md directories remain consistent across different development tools. It automatically synchronizes configuration files and documentation, saving developers from manual updates and reducing errors when switching between environments.

How to install agentsync?

To install agentsync: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/agentsync.md. Finally, @agentsync in Claude Code.

What is agentsync best for?

agentsync is a agent categorized under General. It is designed for: agent. Created by x0c.

What can I use agentsync for?

agentsync is useful for: Synchronize SKILL.md files between Claude Code and Cursor to maintain consistent agent behavior.; Update AI agent instructions across multiple projects after modifying a shared skill template.; Detect and resolve conflicts in agent configuration files when collaborating with a team.; Automatically propagate changes from a master SKILL.md to all project-specific copies.; Ensure that new team members have the latest agent instructions synced to their local environment.; Backup and restore agent skill configurations when migrating between development machines..