/evolve-lite-sync
Pull the latest guidelines from every configured repo (read- and write-scope).
$ npx -y skills add AgentToolkit/altk-evolve --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/evolve-lite-sync
Context preview
What this command does when you run it.
Pull the latest guidelines from every configured repo (read- and write-scope).
Command definition
evolve-lite-sync.mddescription: Pull the latest guidelines from every configured repo (read- and write-scope).
Use the `evolve-lite-sync` skill on the current conversation. Follow the skill's instructions exactly.
Blog posts: IBM announcement | Hugging Face blog Coding agents repeat the same mistakes because they start fresh every session. Evolve gives agents memory — they learn from what worked and what didn't, so each session is better than the last.
Repo: AgentToolkit/altk-evolve
Other commands on altk-evolve.
- /evolve-lite-adapt-memory
Mirror a just-saved native memory into the shared evolve store so it becomes shareable and auditable
Open command - /evolve-lite-provenance
Analyze saved trajectories and recall audit events offline to record whether recalled guidelines influenced completed sessions.
Open command - /evolve-lite-publish
Publish a private guideline to a configured write-scope repo.
Open command - /evolve-lite-retention
Apply data-retention rules to the local evolve store — flag or delete stale and unused memories and expired sessions (dry-run by default)
Open command - /evolve-lite-save-trajectory
Save the current conversation as a trajectory JSON file in OpenAI chat completion format for analysis and fine-tuning
Open command - /evolve-lite-save
Captures the current session's successful workflow and saves it as a reusable skill with SKILL.md and helper scripts
Open command

