sync

Synchronize Hypo-Workflow project adapters and derived context without executing pipeline milestones.

24|3|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/HypoxanthineOvO/Hypo-Workflow --skill sync-hypoxanthineovo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sync
Source: https://github.com/HypoxanthineOvO/Hypo-Workflow/tree/main/skills/sync
Command: npx skills add https://github.com/HypoxanthineOvO/Hypo-Workflow --skill sync-hypoxanthineovo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Synchronize Hypo-Workflow project adapters and derived context without executing pipeline milestones.

Core Features & Use Cases

  • Lightweight refresh: update registry and compact views without touching milestones.
  • Full sync modes: --light, --check-only, --repair, and --deep to refresh adapters and derived artifacts.
  • Safety and governance: preserves protected authority files and writes only safe derived views.
  • Use case: When repository changes externally, run /hw:sync to refresh state and metadata.

Quick Start

Run /hw:sync to perform a lightweight synchronization of your Hypo-Workflow project and refresh derived views.

Frequently Asked Questions about sync

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

FAQPage Schema
How do I synchronize project adapters and derived context without running pipeline milestones?▼

To synchronize project adapters without running pipeline milestones, use a sync command that refreshes open-code adapters, validates configurations, and updates derived health and compact views across light, check-only, repair, and deep modes.

What is the best way to refresh derived views after external repository changes?▼

Refreshing derived views after external repository changes requires running a synchronization command to update the registry and compact views while preserving protected authority files and writing only safe derived artifacts.

How does a lightweight sync mode differ from a deep sync mode for project adapters?▼

A lightweight sync mode updates the registry and compact views without touching milestones, while a deep sync mode performs a full refresh of adapters and derived artifacts across all validation and repair operations.

Can I repair project configurations without modifying protected authority files?▼

Yes, you can repair project configurations using the repair sync mode, which updates derived artifacts and validates configurations while strictly enforcing that protected authority files are not modified.

When should I use a check-only synchronization for my project adapters?▼

Use a check-only synchronization when you need to validate adapter configurations and review derived context updates without writing any modifications to your repository artifacts.