altk-evolve
Self-improving memory that learns from past coding sessions
All Skills in This Repository (8)
Pure Emerald Level Indicatorsunsubscribe
Remove a repo from evolve.config.yaml and delete its local clone.
sync
okay
publish
Publish private guideline entities to a configured write-scope repository.
save-trajectory
Export chat sessions as timestamped trajectory JSON files to .evolve/trajectories.
subscribe
Register shared guidelines repositories in evolve.config.yaml with read or write scope.
recall
Retrieve relevant knowledge-base entities from .evolve/entities/ files for task context.
learn
Generate behavioral rules from chat logs to optimize LLM prompting workflows.
save
Capture a successful session workflow into a reusable SKILL.md skill.
Frequently Asked Questions
FAQPage SchemaHow to install altk-evolve?โผ
Run `npx skills add AgentToolkit/altk-evolve --all -g -y` in your terminal to install all skills in this suite globally.
How does Evolve stop agents from repeating mistakes?โผ
It saves each session's trajectory, extracts the errors and fixes into reusable guidelines, and recalls them automatically before similar future tasks.
Does Evolve work with Claude Code and Codex?โผ
Yes. It ships ready-made plugins for Claude Code, Codex, IBM Bob, and Claw Code, plus a standalone MCP server for other clients.
Can I share learned guidelines with my team?โผ
Yes. You can subscribe to shared git repos and publish your own guidelines so every teammate's agent recalls the same proven solutions.
Do I need coding skills to use Evolve?โผ
No. Once installed, the learn and recall skills run automatically in the background while your agent works on plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core