AgentToolkitAgentToolkitOfficialยท8 Agent Skills Included

altk-evolve

Self-improving memory that learns from past coding sessions

Captures successful workflows, errors, and fixes from coding sessions and turns them into reusable guidelines and executable skills. Eliminates repeated mistakes by recalling proven solutions before each new task instead of starting from scratch. Syncs and publishes shared guidelines across teams via git repos, with retention rules and provenance tracking built in.
npx skills add AgentToolkit/altk-evolve --all -g -y
Available:

Instructs the agent to always load stored guidelines from the Evolve MCP server before starting any task and to stay within the current working directory.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’