Pull the latest guidelines from every configured repo (read- and write-scope).
Scanned 9/5/2026
Install to Claude Code
npx -y skills add AgentToolkit/altk-evolve --skill sync --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sync?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agenttoolkit-sync-71552e83)More formats (shields.io, HTML) on the badges page.
---
name: sync
description: Pull the latest guidelines from every configured repo (read- and write-scope).
---
# Sync Repos
## Overview
Pull the latest guidelines from every repo in `evolve.config.yaml`
`repos:` list — both `scope: read` (subscribe-only) and `scope: write`
(publish targets). Write-scope repos use a rebase strategy so any
unpushed local publish commits are preserved.
## Workflow
### Step 1: Run sync script
```bash
python3 "$(git rev-parse --show-toplevel 2>/dev/null || pwd)/plugins/evolve-lite/skills/evolve-lite/sync/scripts/sync.py"
```
### Step 2: Display summary
Show the script output to the user. If there are no repos configured,
tell them they can add one with `evolve-lite:subscribe`. If there
are no changes, explain that everything is already up to date.
## Notes
- Read-scope repos are mirrored exactly via `git fetch` + `git reset --hard`
- Write-scope repos use `git fetch` + `git rebase` so unpushed local
publish commits are preserved
- Sync results are logged to `.evolve/audit.log`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!