foothold-update

Update a Foothold pack from its GitHub repo with conflict resolution.

Updated May 20, 2026
One-click install
npx skills add https://github.com/MilUX-Ltd/foothold --skill foothold-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: foothold-update
Source: https://github.com/MilUX-Ltd/foothold/tree/main/foothold/template/Skills/meta-skills/foothold-update
Command: npx skills add https://github.com/MilUX-Ltd/foothold --skill foothold-update

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures that your Foothold pack is always up-to-date with the latest content from the public Foothold GitHub repo, including updates to the skill itself and the reference content.

Core Features & Use Cases

  • Content Update: Pulls the latest content from the Foothold GitHub repo and reconciles it with any local changes.
  • Self-Upgrades: Automatically upgrades the skill itself if a newer version is available on GitHub.
  • Three-Way Reconcile: Compares local, remote, and last-pulled versions of each file to determine the necessary actions.
  • Conflict Resolution: Provides options for handling conflicts when local and remote content differ.
  • Use Case: When you want to ensure that your Foothold pack has the most current information and features.

Quick Start

Run the command '/foothold-update' to update your Foothold pack.

Frequently Asked Questions about foothold-update

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

FAQPage Schema
How do I update my content pack from GitHub while keeping local changes?

Update content from GitHub by pulling the latest Foothold pack and using a three-way reconcile to compare local, remote, and last-pulled versions to preserve local changes.

Can I resolve conflicts when my local Foothold content differs from the remote GitHub repository?

Conflict resolution provides options for handling content differences when local and remote Foothold pack files diverge, allowing you to manage updates without losing modifications.

Do I need GitHub API access to sync my Foothold pack?

GitHub API access is required to pull the latest content from the public Foothold repository and apply updates to your local Foothold pack directory.

Does the Foothold content update process support self-upgrades for the skill itself?

Self-upgrades are supported, automatically upgrading the skill itself if a newer version is available on the public Foothold GitHub repository during the update.

What is the best way to reconcile local and remote versions of a Foothold pack?

The best way to reconcile versions is a three-way compare of local, remote, and last-pulled files to determine necessary actions and resolve conflicts during the GitHub update.