From hw
Synchronize Hypo-Workflow project adapters and lightweight derived context without executing pipeline milestones.
npx claudepluginhub hypoxanthineovo/hypo-workflow --plugin hwThis skill uses the workspace's default tool permissions.
Use this skill when the user invokes `/hw:sync` or asks to run project sync from inside a Hypo-Workflow workspace.
Show current Hypo-Workflow progress when the user wants a concise status summary without mutating pipeline state.
Syncs workflow logs, process records, handoff documents, runtime state, and artifacts to per-project folders in a centralized GitHub workspace repo for clean targets and traceability.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Use this skill when the user invokes /hw:sync or asks to run project sync from inside a Hypo-Workflow workspace.
Follow the root Hypo-Workflow output language config. Use Chinese for user-facing output when output.language is zh-CN or zh, English when it is en, and follow the conversation language when it is auto.
/hw:sync is an explicit project synchronization entrypoint. It shares semantics with hypo-workflow sync and never executes pipeline milestones.
Supported modes:
/hw:sync --light: refresh registry status, refresh Knowledge Ledger compact/index when source records changed, detect external changes, and report what needs attention./hw:sync: run light sync, sync OpenCode adapters, validate config loading, check declared derived artifacts, and refresh lightweight compact views./hw:sync --check-only: detect external changes and declared stale derived artifacts without writing adapters, compact files, reports, or protected authority files./hw:sync --repair: run standard sync plus safe refresh of declared derived artifacts such as PROGRESS.compact.md, metrics/report compact views, PROJECT-SUMMARY.md, and derived health./hw:sync --deep: run standard repair sync plus dependency scan and architecture rescan hints.The sync contract distinguishes protected authority files from derived views.
.pipeline/state.yaml, .pipeline/cycle.yaml, .pipeline/rules.yaml..pipeline/derived-health.yaml only during repair/deep sync, then surfaced by status/dashboard readers.SessionStart performs only light external-change detection. It may prompt the user to run /hw:sync --light or standard /hw:sync, but it must not run adapter generation, compact refresh, dependency scans, or pipeline milestones by itself.
.pipeline/state.yaml, .pipeline/cycle.yaml, or .pipeline/rules.yaml.--check-only must not write.--repair may only write declared safe derived artifacts.references/commands-spec.mdreferences/opencode-command-map.mdreferences/opencode-spec.mdcli/README.md