skills-sync

Synchronize agent skill definitions across repositories via Git and YAML configuration.

3|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/zoraxl/team-brain --skill skills-sync-zoraxl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-sync
Source: https://github.com/zoraxl/team-brain/tree/main/.cursor/skills/skills-sync
Command: npx skills add https://github.com/zoraxl/team-brain --skill skills-sync-zoraxl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of maintaining synchronized agent capabilities across multiple sibling repositories while respecting and preserving unique, repo-specific customizations.

Core Features & Use Cases

  • Automated Syncing: Automatically propagates updates from an authoritative skills-home repository to all configured target repositories.
  • Customization Preservation: Intelligently patches shared logic while leaving repo-specific commands, CI configurations, and documentation untouched.
  • PR Automation: Generates individual, reviewable pull requests for each repository affected by a skill update.

Quick Start

Run the skills-sync skill to audit all registered skills and open pull requests for any necessary updates across your repositories.

Frequently Asked Questions about skills-sync

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

FAQPage Schema
How do I synchronize agent skills across multiple repositories without losing local customizations?

Syncing agent skills across repositories requires a hub-and-spoke model that patches shared logic updates from a central home repository to target implementation surfaces while preserving repo-specific commands, CI configurations, and documentation.

What is the best way to automate DevOps workflow updates across sibling repositories?

Automating DevOps workflow updates across sibling repositories involves using an authoritative skills-home repository to distribute changes to configured target repositories, automatically generating individual, reviewable pull requests for each repository affected by a skill update.

Does skill synchronization work with Git integration and YAML configuration files?

Skill synchronization requires Git integration and structured YAML configuration files. The YAML tracks registered skills and target repository surfaces, operating on a hub-and-spoke model to manage distribution from a central home repository to various implementation surfaces.

How do I generate reviewable pull requests for agent skill updates across my repositories?

Generating reviewable pull requests for agent skill updates across repositories involves running a sync process that audits all registered skills and opens individual pull requests for each repository affected by an update from the authoritative skills-home repository.

Can I preserve repo-specific CI configurations when propagating shared agent logic?

Preserving repo-specific CI configurations when propagating shared agent logic is supported by default. The synchronization mechanism intelligently patches shared skill definitions while leaving local CI configurations, repo-specific commands, and custom documentation completely untouched.

When should I avoid using a hub-and-spoke model for repository skill distribution?

Using a hub-and-spoke model for repository skill distribution is not suitable if your projects lack a central authoritative home repository, require no shared logic patching, or do not utilize Git integration and structured YAML configuration to track registered skills and target surfaces.