ferrox-update

Check for Ferrox updates and install a selected release channel after previewing changelogs.

21|9|Updated Jul 21, 2026
One-click install
npx skills add https://github.com/FerroxLabs/ferrox-factory --skill ferrox-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ferrox-update
Source: https://github.com/FerroxLabs/ferrox-factory/tree/main/skills/ferrox-update
Command: npx skills add https://github.com/FerroxLabs/ferrox-factory --skill ferrox-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the guesswork from updating Ferrox by checking for available releases, showing the changelog first, and guiding a clean installation path.

Core Features & Use Cases

  • Version Detection: Compares the local installation against the latest or next release channel.
  • Changelog Preview: Displays what will change before anything is installed.
  • Update Workflows: Supports standard updates, release-candidate installs, managed skill syncing, and patch reapplication after upgrades.
  • Use Case: A developer wants to refresh Ferrox, confirm the impact, and preserve local customizations without manually managing the upgrade steps.

Quick Start

Ask the assistant to check for a Ferrox update and show the changelog before installing it.

Frequently Asked Questions about ferrox-update

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

FAQPage Schema
How do I safely update Ferrox and preview breaking changes before installing?

To safely update Ferrox, use a workflow that detects your current version, fetches the changelog for the target release channel, and gates the installation behind your explicit confirmation. This ensures you preview all changes before any files are modified.

Can I install a release candidate for Ferrox without losing my local customizations?

Yes, installing a release candidate supports patch reapplication to preserve local customizations. The update workflow applies the release candidate refresh and then automatically reapplies your user modifications after the upgrade completes.

What is the best way to sync skills across a managed multi-runtime Ferrox environment?

The best way to sync skills across a managed multi-runtime environment is to dispatch a dedicated update workflow. This workflow handles version detection across runtimes, clears the cache, and executes the synchronization safely.

Does the Ferrox update process require manual cache clearing?

No, the Ferrox update process does not require manual cache clearing. The update workflow automatically includes cache clearing as part of its safe upgrade execution steps to prevent conflicts from stale data.

How do I reapply user modifications after a Ferrox version upgrade?

You can reapply user modifications after a Ferrox version upgrade by using the patch reapplication workflow. It automatically restores your local customizations once the new release channel installation is complete.

Why does my Ferrox installation need confirmation gating during updates?

Confirmation gating is required during Ferrox updates to prevent unintended installations. It pauses the workflow after fetching the changelog, allowing you to review version impacts and approve the upgrade before execution.