skill-sync

Synchronize skill sources across model directories via symlink-based installations.

7|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/joabgonzalez/ai-agents-skills --skill skill-sync-joabgonzalez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-sync
Source: https://github.com/joabgonzalez/ai-agents-skills/tree/main/skills/skill-sync
Command: npx skills add https://github.com/joabgonzalez/ai-agents-skills --skill skill-sync-joabgonzalez

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Synchronizes skill state across model directories to ensure all environments stay consistent after creating or modifying skills, agents, or prompts.

Core Features & Use Cases

  • Auto-syncs source skill changes to all model directories via symlinks, minimizing drift.
  • Manual sync when needed for new skills or configuration updates across models.
  • Use Case: teams that manage multiple AI agents across Copilot, Claude, Gemini, and Codex can keep all model instruction files and skill references aligned automatically.

Quick Start

Run the local sync process to propagate changes across all model directories.

Frequently Asked Questions about skill-sync

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

FAQPage Schema
How do I keep AI model instruction files consistent across multiple agents?

To keep model instruction files consistent, this Skill uses symlink-based synchronization to automatically propagate skill source changes across all model directories, preventing configuration drift. The skills directory serves as the single source of truth for all edits.

What is the best way to sync AGENTS.md files across different AI tools?

The best way to sync AGENTS.md files is by running a CLI sync process that enforces symlink-based installations. This ensures that updates to instruction files in model directories are automatically aligned across tools like Copilot, Claude, Gemini, and Codex.

Why do my skill updates drift across different model directories?

Skill updates drift across model directories when changes are made directly in individual model folders instead of the central skills directory. Using symlink-based synchronization ensures all environments stay consistent by treating the skills directory as the source of truth.

Can I manually sync new skills across multiple AI model directories?

Yes, you can manually sync new skills across multiple AI model directories using the CLI. This manual propagation is necessary when adding new skills or updating configurations that do not automatically sync via the default symlink-based installations.

Does symlink-based version control work for syncing prompts across teams?

Symlink-based version control works for syncing prompts across teams by linking the central skills directory to all model directories. This ensures that any edits to prompts or agents propagate automatically, maintaining consistency without manual file duplication.