update

Reconcile project artifacts with current flowai framework templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of reconciling project-owned artifacts with the current flowai framework templates, ensuring that project-specific configurations are in sync with the framework without manual intervention.

Core Features & Use Cases

  • Automated Reconciliation: Automatically checks and updates project artifacts such as AGENTS.md and CLAUDE.md to match the latest framework templates.
  • Selective Updates: Allows users to specify which artifacts to update (AGENTS.md, CLAUDE.md, or all) with flags like --instructions, --scaffolds, and --all.
  • IDE Compatibility: Detects and integrates with various IDE configurations to ensure accurate template sources.
  • Non-Intrusive: Does not modify installed primitives, plugin cache files, or user-level skill directories.

Quick Start

Run the update skill with the --all flag to reconcile all project artifacts with the current flowai framework templates.

Frequently Asked Questions about update

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

FAQPage Schema
How do I synchronize project artifacts like AGENTS.md with flowai framework templates?

To synchronize project artifacts with flowai framework templates, you can run the update skill with the `--all` flag to automatically reconcile files like AGENTS.md and CLAUDE.md with the latest template versions.

What is the best way to update CLAUDE.md configurations without modifying installed primitives?

Updating CLAUDE.md configurations without modifying installed primitives is achieved through selective reconciliation using the `--instructions` flag, ensuring only project-owned artifacts are synced while plugin cache files remain untouched.

Does flowai template reconciliation work with my existing IDE configurations?

Yes, flowai template reconciliation detects and integrates with your existing IDE configurations to ensure accurate template sourcing during the artifact synchronization process.

Can I choose specific files to update during the flowai template synchronization process?

You can choose specific files to update during flowai template synchronization by using targeted flags like `--instructions` for AGENTS.md and CLAUDE.md or `--scaffolds` to limit reconciliation scope.

Why does my flowai template update not modify installed primitives or plugin cache files?

Flowai template updates do not modify installed primitives or plugin cache files because the reconciliation process is designed to be non-intrusive, exclusively targeting project-owned artifacts and user-level skill directories.