One-click install
npx skills add https://github.com/AgentToolkit/altk-evolve --skill sync-agenttoolkit
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sync
Source: https://github.com/AgentToolkit/altk-evolve/tree/main/platform-integrations/bob/evolve-lite/skills/evolve-lite%3Async
Command: npx skills add https://github.com/AgentToolkit/altk-evolve --skill sync-agenttoolkit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, evolve-lib, and includes scripts (resource) components.

What problem does it solve?

Pulls the latest guidelines from every configured repository across read- and write-scope subscriptions, ensuring your agents stay aligned with shared policies and conventions.

Core Features & Use Cases

  • Clones missing repositories, fetches updates, and applies the appropriate update strategy based on scope (read: fast mirroring via reset; write: rebase to preserve local publishes).
  • Logs activity and deltas to .evolve/audit.log for traceability and auditing.
  • Supports multi-repo configurations defined in evolve.config.yaml to keep all guidelines current across teams.

Quick Start

Run the sync script to update all configured repos.

Frequently Asked Questions about sync

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

FAQPage Schema
How do I sync multiple git repositories defined in an evolve configuration?▼

To sync multiple git repositories, the script reads configurations from evolve.config.yaml, clones missing repositories, and fetches updates for existing ones to keep guidelines current across teams.

How does syncing handle read-scope versus write-scope repository updates?▼

Syncing read-scope repositories uses git fast mirroring via reset, while write-scope updates use rebase to preserve local publishes, ensuring appropriate update strategies for each target scope.

Do I need git and evolve-lib installed to sync evolve-lite repositories?▼

Yes, git and evolve-lib are required dependencies to sync evolve-lite repositories, enabling the script to clone, fetch, and rebase updates across all configured multi-repo subscriptions.

What is the best way to audit guideline changes across version-control repositories?▼

The best way to audit guideline changes is to check the .evolve/audit.log file, which logs all sync activity and deltas from every configured repository for full traceability and auditing.

Can I use this sync script with a multi-repo configuration for shared policies?▼

Yes, you can use this sync script with multi-repo configurations defined in evolve.config.yaml to pull shared policies and conventions across read- and write-scope subscriptions for aligned agents.