update-workflow

Synchronize CLAUDE.md and workflow files between source and target directories.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/aifuun/u-safe --skill update-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-workflow
Source: https://github.com/aifuun/u-safe/tree/main/.claude/skills/update-workflow
Command: npx skills add https://github.com/aifuun/u-safe --skill update-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the synchronization of workflow documentation between different projects, ensuring consistency and propagating best practices while protecting project-specific configurations.

Core Features & Use Cases

  • Bidirectional Sync: Synchronizes workflow files between a source and target project.
  • Smart Filtering: Excludes project-specific files, focusing only on framework workflow documents.
  • Diff Preview: Shows a detailed comparison of changes before execution.
  • Use Case: When the core framework updates its standard workflow templates, this Skill can be used to pull those updates into individual projects, or push project-specific workflow improvements back to the framework.

Quick Start

Update workflow documentation from the main framework located at ~/dev/ai-dev.

Frequently Asked Questions about update-workflow

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

FAQPage Schema
How do I sync workflow documentation across multiple projects?

To sync workflow documentation, compare CLAUDE.md and .claude/workflow/ files between source and target projects. The tool scans directories, previews diffs, and synchronizes files after user confirmation while filtering project-specific configurations.

What is the best way to update project workflow files when the framework changes?

Updating project workflow files involves bidirectional synchronization from a source framework to target projects. You can pull standard template updates into individual projects or push project-specific workflow improvements back to the framework.

Does syncing workflow docs overwrite project-specific configurations?

Syncing workflow docs protects project-specific configurations. The process intelligently filters out project-specific files, focusing solely on synchronizing framework workflow documents to preserve local settings.

Can I preview file changes before synchronizing workflow directories?

You can preview file changes before synchronizing workflow directories. The tool provides a detailed diff preview comparing source and target files, allowing you to verify changes before confirming execution.

Why does workflow synchronization detect older files in the target directory?

Workflow synchronization detects older files to prevent accidental overwrites. By comparing timestamps, it identifies whether target files are new, newer, older, or same, ensuring safe bidirectional syncing with user confirmation.