skill-sync

Synchronize local skills with a private team repository using Git and Credential Manager.

1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/fnf-ax-team/CC_ax_team --skill skill-sync-fnf-ax-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-sync
Source: https://github.com/fnf-ax-team/CC_ax_team/tree/main/skills/skill-sync
Command: npx skills add https://github.com/fnf-ax-team/CC_ax_team --skill skill-sync-fnf-ax-team

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Team skill sets frequently drift when local changes diverge from the central private repository. This Skill provides a reliable mechanism to align local skills with the team repository, preventing mismatches and manual reconciliation.

Core Features & Use Cases

  • Full or selective synchronization: pull all skills or a subset from the team repo into the local team/ directory.
  • Non-destructive: local skills remain intact; team versions can be accessed with a team/ prefix.
  • Use Case: When onboarding a new member, pull ceo-ppt and session-summary for team-wide access.

Quick Start

Use the team sync flow to pull from the team repository and populate the team/ folder with selected skills. Use prompts like "팀 스킬 동기화해줘" or "skill sync" to trigger.

Frequently Asked Questions about skill-sync

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

FAQPage Schema
How do I sync local skills with a private team repository?

To sync local skills with a private team repository, trigger the synchronization flow using a prompt like "skill sync" to clone or pull updates from the team repo into your local directory via Git authentication.

Does syncing team skills overwrite my local skills?

Syncing team skills does not overwrite local skills because the process is non-destructive. Team versions are copied into a separate folder and accessed using a team prefix, keeping local sources intact.

Can I selectively pull specific skills from a private repo instead of all of them?

You can selectively pull specific skills from a private repo by choosing a subset during the synchronization process, copying only selected skills into your local folder while skipping the rest.

What is the best way to manage team skill drift across local environments?

The best way to manage team skill drift is to synchronize local skills with a central private repository, pulling full or selective updates to align capabilities and prevent manual reconciliation mismatches.

Do I need Git Credential Manager to access private repo skills?

You need Git Credential Manager to access private repo skills because it handles the authentication required for cloning and pulling from secured team repositories during the synchronization process.