sync

Scan upstream commits and generate cherry-pick suggestions for claudebert skills.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/norbert-pap/claudebert --skill sync-norbert-pap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync
Source: https://github.com/norbert-pap/claudebert/tree/main/sync
Command: npx skills add https://github.com/norbert-pap/claudebert --skill sync-norbert-pap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Check upstream sources for new skills and techniques relevant to claudebert. Fetches recent commits, filters for relevance, presents cherry-pick recommendations.

Core Features & Use Cases

  • Monitor multiple source repositories for new skill content and technique updates relevant to claudebert.
  • Fetch recent commits since a reference point and surface concise messages for review.
  • Filter changes to surface only those that affect prompts, workflows, or security and then propose cherry-pick recommendations.
  • Maintain a watchlist and track sync state to guide future updates.

Quick Start

Use the sync skill to fetch recent upstream commits, filter for relevance, and apply approved cherry-picks to claudebert's skills repository.

Frequently Asked Questions about sync

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

FAQPage Schema
How do I sync upstream Git commits to my skill repository?

To sync upstream Git commits, this skill fetches recent commits from source repositories, filters them for relevance to prompts and workflows, and generates cherry-pick recommendations for your local skill repository.

What is the best way to monitor GitHub commits for new skill techniques?

Monitoring GitHub commits for new techniques is done by scanning multiple upstream source repositories, evaluating relevance to claudebert, and tracking sync state using a defined mechanism to record last_sync and decisions.

Do I need GitHub API access to track upstream skill updates?

Yes, you need GitHub API access and local Git repositories to track upstream skill updates. The skill requires these dependencies to fetch recent commits, filter changes affecting prompts or security, and propose cherry-picks for review.

How are cherry-pick recommendations generated from upstream sources?

Cherry-pick recommendations are generated by filtering recent upstream commits to surface only those that affect prompts, workflows, or security, then presenting concise messages for manual review before applying approved changes.

Can I maintain a watchlist to track sync state across multiple source repositories?

Yes, you can maintain a watchlist and track sync state across multiple source repositories. The skill uses a state-tracking mechanism to record last_sync timestamps and decisions to guide future upstream update evaluations.