df:update

Update DevFlow installations and display the changelog via npm.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/AO-Cyber-Systems/devflow-claude --skill df-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: df:update
Source: https://github.com/AO-Cyber-Systems/devflow-claude/tree/main/skills/df-update
Command: npx skills add https://github.com/AO-Cyber-Systems/devflow-claude --skill df-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Updates DevFlow to the latest version and surfaces a changelog to guide users on changes and impact.

Core Features & Use Cases

  • Automatic version detection: identifies local vs global installations and checks for newer releases.
  • Changelog display: fetches and presents changelog details before install.
  • Safe update flow: asks for user confirmation, warns about clean install requirements, and performs the update with cache clearing.
  • Post-update guidance: reminds you to restart and verify the environment.

Quick Start

Ask Claude to update DevFlow to the latest version and show the changelog.

Frequently Asked Questions about df:update

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

FAQPage Schema
How do I update DevFlow to the latest version and see the changelog?

To update DevFlow, this Skill automates version detection for local and global installations, fetches the latest changelog, and runs a guided update workflow with interactive confirmation and cache clearing.

Does updating DevFlow require npm installed?

Yes, updating DevFlow requires npm to perform version checks. The Skill uses npm to identify whether you have a local or global installation and to verify if a newer release is available.

How can I check what changed in a DevFlow update before installing?

You can check changes before installing by requesting the DevFlow update, which fetches and displays the changelog details first, allowing you to review the impact before confirming the installation.

What is the safest way to update DevFlow across local and global installations?

The safest way to update DevFlow is through a guided workflow that asks for user confirmation, warns about clean install requirements, performs the update, and clears caches after installation.

Why does DevFlow need a cache clear after an update?

Clearing the cache after a DevFlow update is required to ensure the environment loads the newly installed version correctly, preventing conflicts with older cached files during the installation process.

What should I do after updating DevFlow?

After updating DevFlow, you should restart your environment and verify the installation. The Skill provides post-update guidance to remind you to complete these steps to ensure the new version is active.