syncing-skills-with-hub

Sync CLAUDE skills between a consumer project and a local hub repository.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/WesleyMFrederick/cc-workflows-plugin --skill syncing-skills-with-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: syncing-skills-with-hub
Source: https://github.com/WesleyMFrederick/cc-workflows-plugin/tree/main/src-claude/skills/syncing-skills-with-hub
Command: npx skills add https://github.com/WesleyMFrederick/cc-workflows-plugin --skill syncing-skills-with-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps CLAUDE skill definitions in sync between a consumer project and a local hub repository, avoiding drift and manual copy-paste overhead.

Core Features & Use Cases

  • Automated, manifest-driven sync using syncHarness when claude-harness-manifest.json is present.
  • Manual per-skill diff-classify-approve workflow for selective updates and review.
  • Atomic staging, gitignore updates, and per-category change reporting.

Quick Start

Run the sync workflow to compare consumer skills with the hub and decide the sync direction for each skill.

Frequently Asked Questions about syncing-skills-with-hub

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

FAQPage Schema
How do I sync CLAUDE skills between a project and a local hub repository?

To sync CLAUDE skills, use a manifest-driven automated workflow with claude-harness-manifest.json or a per-skill diff-and-approve workflow to selectively align skill definitions and prevent drift.

What is the best way to compare and selectively update CLAUDE skill definitions?

The best way to compare CLAUDE skills is using a manual per-skill diff-classify-approve workflow, allowing you to review changes and selectively update consumer projects from a local hub.

Does CLAUDE skill syncing support automated staging and gitignore updates?

Yes, CLAUDE skill syncing supports atomic staging, automated gitignore updates, and per-category change reporting to streamline version control between consumer and hub repositories.

Can I choose the push or pull direction when syncing skills with a local hub?

Yes, you can use optional manual push and pull directions to decide exactly how each CLAUDE skill aligns between the consumer project and the local hub repository during synchronization.

When do I need claude-harness-manifest.json for syncing CLAUDE skills?

You need claude-harness-manifest.json when you require automated, manifest-driven skill synchronization via syncHarness instead of manually reviewing diffs for each individual skill update.