flowai-update

Update Flowai framework by syncing skills and agents with three-way merges.

1|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/korchasa/foxcode --skill flowai-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flowai-update
Source: https://github.com/korchasa/foxcode/tree/main/.claude/skills/flowai-update
Command: npx skills add https://github.com/korchasa/foxcode --skill flowai-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Update flowai framework across a project by syncing skills and agents, adapting them to project specifics, and migrating scaffolded artifacts.

Core Features & Use Cases

  • Explicit sync workflow: run flowai sync to pull upstream updates and detect changes without auto-synchronization.
  • Adaptive merging: parallel flowai-skill-adapter subagents perform three-way merges to preserve project customizations while applying upstream updates.
  • Artifact migration: compare scaffolded artifacts against templates and propose migrations while preserving project content.
  • Atomic commits: collect changes into a single commit describing synced files, adapted skills, and migrated artifacts.

Quick Start

Run the update workflow to fetch updates, review diffs for adaptations, and apply scaffolded artifact migrations.

Frequently Asked Questions about flowai-update

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

FAQPage Schema
How do I update the Flowai framework without losing project customizations?

Updating the Flowai framework uses parallel subagents to perform three-way merges, preserving your project customizations while applying upstream updates and reporting diffs for review before committing.

How does a three-way merge work for framework migrations?

Framework migration three-way merges compare upstream templates, original scaffolded files, and customized files via parallel subagents, preserving project modifications while applying upstream updates and generating reviewable diffs.

Can I review changes before committing a Flowai framework update?

Yes, the Flowai update workflow reports diffs for user review before commits, collecting synced files, adapted skills, and migrated artifacts into a single atomic git commit describing all changes.

What is the best way to migrate scaffolded artifacts during a framework sync?

Migrate scaffolded artifacts by comparing them against templates, proposing migrations that preserve project content, and collecting changes into an atomic git commit describing adapted skills and migrated artifacts.

Does the Flowai update workflow require git?

Yes, the Flowai update workflow relies on git for tracking changes, reporting diffs for user review, and generating an atomic commit describing synced files and migrated scaffolded artifacts.

Why does my framework sync not apply updates automatically?

The Flowai sync workflow operates with explicit syncing to detect changes without auto-synchronization, ensuring adaptations are reviewed via diffs before changes are committed to git.