Skip to content
Development
Command

/evolve-lite-synthesize-skill

Convert a saved trajectory into a reusable agent skill (SKILL.md + supporting scripts) that future agents can invoke to skip rediscovered work. Use when a session captured a non-trivial workflow worth promoting from a free-text guideline to an executable skill.

From plugin
altk-evolve
9610 skills10 commands
Install
$ npx -y skills add AgentToolkit/altk-evolve --agent claude-code

How 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-synthesize-skill

Context preview

What this command does when you run it.

Convert a saved trajectory into a reusable agent skill (SKILL.md + supporting scripts) that future agents can invoke to skip rediscovered work. Use when a session captured a non-trivial workflow worth promoting from a free-text guideline to an executable skill.

Command definition

evolve-lite-synthesize-skill.md
description: Convert a saved trajectory into a reusable agent skill (SKILL.md + supporting scripts) that future agents can invoke to skip rediscovered work. Use when a session captured a non-trivial workflow worth promoting from a free-text guideline to an executable skill.

Use the `evolve-lite-synthesize-skill` skill on the current conversation. Follow the skill's instructions exactly.

Ships withaltk-evolve

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.

Get the whole plugin, auto-invoked
Stats
96
Stars
0
Views
11
Forks
Active
Maintenance
Python
Language
Apache-2.0
License
1d ago
Last commit
7mo ago
Created

Repo: AgentToolkit/altk-evolve