agent-wiki-compare-out…
Compare successful and failed normalized agent trajectories to derive evidence-backed agent-wiki guidelines. Use when Codex has multiple runs for the same or…
Pull the latest guidelines from every configured repo (read- and write-scope).
$ npx -y skills add AgentToolkit/altk-evolve --skill evolve-lite-sync --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/evolve-lite-syncContext preview
The summary Claude sees to decide when to auto-load this skill.
Pull the latest guidelines from every configured repo (read- and write-scope).
name: evolve-lite:sync description: Pull the latest guidelines from every configured repo (read- and write-scope).
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.
python3 .bob/skills/evolve-lite-sync/scripts/sync.py
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.
publish commits are preserved
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
Compare successful and failed normalized agent trajectories to derive evidence-backed agent-wiki guidelines. Use when Codex has multiple runs for the same or…
Read all atomic guidelines in wiki-twobatch/guidelines/ and propose themed clusters that group near-duplicates. Writes cluster pages and updates _config.yaml;…
Consult an agent-wiki for guidelines relevant to the task at hand. The wiki itself documents how to retrieve from it (AGENTS.md). Use this skill once you know…
Read a normalized Claude Code trajectory JSON and extract reusable guidelines into wiki-twobatch/guidelines/. Use when mining saved trajectories for reusable…
Ingest one or more agent trajectories (raw bob/claude traces or normalized JSON) into an agent-wiki end-to-end — convert, summarize, extract guidelines,…
Read a normalized Claude Code trajectory JSON and write an episodic summary page to wiki-twobatch/summaries/. Use when summarizing one or more saved…