rb-sync-skills-repo

Synchronize agent skill directories between a Git repository and local configuration paths.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/richardmbailey/rb-skills --skill rb-sync-skills-repo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rb-sync-skills-repo
Source: https://github.com/richardmbailey/rb-skills/tree/main/rb-sync-skills-repo
Command: npx skills add https://github.com/richardmbailey/rb-skills --skill rb-sync-skills-repo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the challenge of maintaining and updating a collection of agent skills across different environments like Codex and Claude Code by automating the cloning, symlinking, and deployment process.

Core Features & Use Cases

  • Automated Synchronization: Effortlessly sync skill folders from a Git repository to your local agent configuration directories.
  • Flexible Deployment: Supports both symlinking for live development and copying for standalone installations.
  • Use Case: When you update your shared library of agent skills in a central Git repository, use this skill to instantly propagate those changes to your local Codex or Claude Code environments without manual file management.

Quick Start

Use the rb-sync-skills-repo skill to synchronize all skills from the current directory into the default agent configuration path.

Frequently Asked Questions about rb-sync-skills-repo

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

FAQPage Schema
How do I sync agent skills from a Git repository to local Claude Code or Codex configuration paths?

To sync agent skills from a Git repository, this skill automates the cloning and deployment process, propagating updates from a central repository directly to your local Claude Code or Codex configuration directories.

Can I use symlinks for live development when deploying agent skill directories?

Yes, you can use symlinks for live development. The skill supports symlink-based workflows to instantly reflect changes from your shared library of agent skills in your local environment without manual copying.

What is the best way to manage updates for a shared library of AI coding assistant skills across different environments?

The best way to manage updates for AI coding assistant skills is using automated synchronization. This skill propagates modular skill unit updates from a versioned Git repository to environment-specific agent configuration paths.

Does the skill deployment process support standalone installations without symlinking?

Yes, the skill deployment process supports standalone installations. It facilitates both symlinking for live development and copying files for independent, standalone setups of modular skill units.

Why do I need to automate destination discovery for Codex and Claude Code skill installations?

Automating destination discovery for Codex and Claude Code eliminates manual file management errors. It ensures modular skill units are installed into the correct, environment-specific local agent configuration paths automatically.

Are there limitations when synchronizing skill folders between a versioned Git repository and local agent paths?

A limitation when synchronizing skill folders is that the process relies on predefined environment-specific paths. Users must ensure their Git repository structure matches the expected modular skill unit format for successful deployment.