update-skills

Merge upstream Git skill updates while preserving local customizations.

1|21|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/arnaudjnn/nanoclaw-railway --skill update-skills-arnaudjnn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-skills
Source: https://github.com/arnaudjnn/nanoclaw-railway/tree/main/.claude/skills/update-skills
Command: npx skills add https://github.com/arnaudjnn/nanoclaw-railway --skill update-skills-arnaudjnn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you manage updates for your installed skills, ensuring you have the latest features and bug fixes without overwriting your local customizations.

Core Features & Use Cases

  • Automated Updates: Checks for new commits on skill branches from upstream.
  • Conflict Resolution: Assists in merging updates and resolving conflicts.
  • Use Case: After a new version of a skill is released, you can run this to easily apply the changes to your local copy, review any conflicts, and merge them safely.

Quick Start

Run the update-skills skill to check for and apply any available updates to your installed skills.

Frequently Asked Questions about update-skills

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

FAQPage Schema
How do I update skills from an upstream repository without losing local customizations?

To update skills from an upstream repository without losing local changes, run an automated update process that detects new commits, merges them into your local Git repository, and resolves conflicts to preserve your customizations.

How does Git merge conflict resolution work when updating installed skills?

Git merge conflict resolution when updating skills involves detecting conflicting changes between your local repository and the upstream branch, then assisting in merging the updates safely to ensure local modifications are not overwritten during the process.

Can I automate version control updates for multiple Git-based skills at once?

Yes, you can automate version control updates for Git-based skills by running a process that checks for available updates from upstream repositories and merges them into your local branches, handling preflight checks and post-merge validation.

What is the best way to safely merge upstream skill updates into a local Git repository?

The best way to safely merge upstream skill updates is to use an automated update process that handles preflight checks, detects conflicts, merges the changes, and runs build and test commands for post-merge validation.

Why do I need build and test validation after merging skill updates?

You need build and test validation after merging skill updates to ensure the newly merged changes from the upstream repository do not break existing functionality and that your local customizations remain compatible with the updated version.

When should I avoid using automated Git merges for skill updates?

You should avoid using automated Git merges for skill updates if your local repository has uncommitted changes or complex conflicts that require manual review, as the update process expects a clean state for safe merging.