Pulling Updates from Skills Repository

Fetch and fast-forward merge local skills repository from remote Git.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Slooowlly/meu-modo-carreira-v4 --skill pulling-updates-from-skills-repository-slooowlly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Pulling Updates from Skills Repository
Source: https://github.com/Slooowlly/meu-modo-carreira-v4/tree/main/.agent/skills/pulling-updates-from-skills-repository
Command: npx skills add https://github.com/Slooowlly/meu-modo-carreira-v4 --skill pulling-updates-from-skills-repository-slooowlly

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill synchronizes your local skills repository with the latest changes from a remote repository, ensuring you have the most up-to-date tools and functionalities.

Core Features & Use Cases

  • Automated Git Fetch & Merge: Fetches and merges changes from the upstream repository.
  • Conflict Resolution Assistance: Guides the user through resolving merge conflicts if they arise.
  • Stash Management: Safely stashes and unstashes local changes to prevent data loss during the update process.
  • Use Case: Before starting your daily tasks, you can run this skill to ensure your local skills are up-to-date with the latest community contributions or team updates.

Quick Start

Run the pulling updates from skills repository skill to sync your local skills with the upstream repository.

Frequently Asked Questions about Pulling Updates from Skills Repository

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

FAQPage Schema
How do I sync my local skills repository with upstream changes?

To sync a local skills repository, this Skill fetches the latest commits from a configured upstream Git remote and attempts a fast-forward merge to update your local files automatically.

What happens to uncommitted local changes when pulling Git updates?

When pulling Git updates, the Skill safely stashes any uncommitted local changes before fetching and merging upstream commits, then unstashes them afterward to prevent data loss.

How do I resolve merge conflicts after pulling upstream repository updates?

If a fast-forward merge fails due to conflicts, the Skill provides step-by-step guidance to help you manually resolve merge conflicts in your local skills repository.

Do I need Git command-line tools configured to sync my local skills?

Yes, you need Git command-line tools installed and a configured upstream remote for your skills repository to execute the fetch and fast-forward merge operations.

What is the best way to update local skills with community contributions?

The best way to update local skills is running an automated Git fetch and merge process, which pulls the latest community contributions from the remote repository while managing local stashed changes.