byagenttoolkit· 30 skills
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.
$npx -y skills add agenttoolkit/altk-evolve --skill evolve-lite-synthesize-skillInstalls into the current project.
Run `npx skills use "https://github.com/agenttoolkit/altk-evolve" --skill "agenttoolkit/altk-evolve/evolve-lite-synthesize-skill"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/agenttoolkit/altk-evolve" that are relevant to the current task. Run `npx skills add "https://github.com/agenttoolkit/altk-evolve"` and select the relevant skills, then follow their instructions.