auto-sync

Route auto-sync alias invocations to the canonical auto workflow.

106|74|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/Insajin/autopus-adk --skill auto-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-sync
Source: https://github.com/Insajin/autopus-adk/tree/main/.autopus/plugins/auto/skills/auto-sync
Command: npx skills add https://github.com/Insajin/autopus-adk --skill auto-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The thin alias shim eliminates the need to implement duplicate sync logic by translating local alias invocations into the canonical auto router command, ensuring consistent behavior and routing.

Core Features & Use Cases

  • Thin alias surface: forwards $auto-sync to the canonical router without duplicating logic.
  • Seamless workflow handoff: immediately loads the detailed auto workflow and defers to its validation and steps.
  • Use Case: when a developer issues $auto-sync with varied flags, the system routes it to the full auto pipeline for SPEC synchronization, changelog updates, and documentation reflection.

Quick Start

Run the alias shim with the desired $auto-sync arguments to re-route to the canonical auto route and execute the full sync workflow.

Frequently Asked Questions about auto-sync

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

FAQPage Schema
How do I route sync commands to an automated workflow pipeline?

Routing sync commands to an automated workflow pipeline is handled by a thin alias shim that reinterprets incoming invocations as canonical router commands and immediately loads the detailed auto workflow. It preserves all flags exactly as received for execution.

What is an alias shim for workflow automation?

An alias shim for workflow automation is a thin forwarding surface that translates local alias invocations into canonical router commands. This eliminates duplicate sync logic by deferring immediately to a detailed auto workflow for validation and execution steps.

How do I automate SPEC synchronization and changelog updates?

Automating SPEC synchronization and changelog updates is achieved by issuing an alias command with desired flags. The shim routes the invocation to the full auto pipeline, which handles documentation reflection and workflow synchronization automatically.

Does the sync alias preserve command flags during workflow routing?

Yes, the sync alias preserves command flags exactly as received during workflow routing. It forwards all arguments to the canonical router without modification, ensuring the detailed auto workflow processes the original invocation parameters.

Why use a thin alias shim instead of duplicating sync logic?

Using a thin alias shim instead of duplicating sync logic ensures consistent behavior and routing across commands. It translates local alias invocations into a canonical router command, seamlessly handing off to the detailed workflow sources for execution.

Where does the auto workflow find its detailed execution sources?

The auto workflow finds its detailed execution sources by falling back to specific plugin paths, including .autopus/plugins/auto/skills/auto/SKILL.md and related prompts. This ensures the router loads comprehensive instructions for processing.