sync

Apply pending structural migrations and reconcile spec spine and scaffold against current templates.

2|Updated May 19, 2026
One-click install
npx skills add https://github.com/element22llc/e22-plugins --skill sync-element22llc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync
Source: https://github.com/element22llc/e22-plugins/tree/main/plugins/steer/skills/sync
Command: npx skills add https://github.com/element22llc/e22-plugins --skill sync-element22llc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires steer-plugin, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps ensure your managed repository remains up to date with the current plugin version by applying pending structural migrations and reconciling the spec spine + scaffold against current templates.

Core Features & Use Cases

  • Automated Migrations: Applies pending structural migrations from the ledger to the repository.
  • Spec Reconciliation: Ensures the spec spine and scaffold are in sync with current templates.
  • Capability Repair: Adds missing or fixes mis-wired capability-critical wiring.
  • Version Stamping: Updates the spec spine version to reflect the latest plugin version.
  • PR Creation: Creates a pull request to apply changes and update the repository.
  • Read-Only Check: Supports a read-only mode for reviewing changes without committing to the repository.

Quick Start

Use the /steer:sync command to update your repository to the latest plugin version.

Frequently Asked Questions about sync

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

FAQPage Schema
How do I sync my repository with the latest plugin conventions?

To sync your repository, run the sync command to apply pending structural migrations and reconcile the spec spine against current templates. This updates version stamps and ensures your managed repository complies with the latest plugin standards.

What is spec reconciliation in version control?

Spec reconciliation is the process of ensuring your repository's spec spine and scaffold match current plugin templates. It repairs capability gaps and fixes mis-wired configurations to maintain structural compliance during ongoing version control maintenance.

Do I need the steer plugin to apply structural migrations?

Yes, you need the steer plugin installed to apply structural migrations and update your repository. The sync Skill relies on this dependency to execute reconciliation commands and create pull requests for applying version control changes.

Can I check pending migrations without committing changes to the repo?

Yes, you can check pending migrations without committing changes by using read-only mode. This allows you to review structural migrations and spec reconciliation results before applying any updates or creating a pull request.

How does version stamping work during repo synchronization?

Version stamping updates the spec spine version to reflect the latest plugin version during repo synchronization. It ensures your managed repository accurately records the applied structural migrations and current template standards.