upgrade-jflow

Check for and install updates to the jflow skill/agent stack.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/oobagi/jflow --skill upgrade-jflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: upgrade-jflow
Source: https://github.com/oobagi/jflow/tree/main/skills/upgrade-jflow
Command: npx skills add https://github.com/oobagi/jflow --skill upgrade-jflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates checking for and installing updates to the jflow skill/agent stack, ensuring the local installation stays current.

Core Features & Use Cases

  • Version checks: Detects if the local jflow installation is out of date compared to remote main.
  • Safe upgrades: Fetches remote state, shows diffs for changes, and runs the installer to re-link and configure.
  • Use Case: When a CLI upgrade is released, run this skill to update ~/.jflow and apply new settings automatically.

Quick Start

Run the upgrade-jflow skill to check for updates and install the latest version.

Frequently Asked Questions about upgrade-jflow

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

FAQPage Schema
How do I automatically upgrade jflow to the latest version?

To automatically upgrade jflow, run the upgrade-jflow skill which compares your local version against the remote main branch. It fetches the remote state, shows diffs for changes, and re-runs the installer to apply updates automatically.

What is the safest way to update my local jflow installation?

The safest way to update jflow is using a process that fetches the remote state and displays diffs for changes before applying them. This ensures you can review changes before the installer re-links and configures the updated environment.

How does an automated jflow upgrade compare to manual git updates?

An automated jflow upgrade compares the local version against remote main, displays diffs, and re-runs the installer to re-link and configure settings. Manual git updates require you to fetch, merge, and reconfigure the environment yourself.

Can I use automated jflow updates for production deployments?

Yes, automated jflow updates apply to both local development environments and production deployments. The process reads the current local version, fetches the remote state, compares versions, and re-runs the installer to keep jflow current.

Why is my jflow installation not getting the latest settings automatically?

Your jflow installation may not be getting settings automatically because your local version is out of date compared to remote main. Running an automated upgrade checks versions, fetches remote state, and re-runs the installer to apply new settings.