learn

Generate behavioral rules from chat logs to optimize LLM prompting workflows.

96|11|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/AgentToolkit/altk-evolve --skill learn-agenttoolkit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/AgentToolkit/altk-evolve/tree/main/platform-integrations/bob/evolve-lite/skills/evolve-lite%3Alearn
Command: npx skills add https://github.com/AgentToolkit/altk-evolve --skill learn-agenttoolkit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Analyze and distill conversations to identify concrete guidelines that prevent errors, reduce detours, and align behavior with user preferences.

Core Features & Use Cases

  • Identify shortcuts that enable faster, more direct task completion.
  • Capture error-prevention insights to avoid common failure modes in future runs.
  • Record user corrections to preserve user intent and improve subsequent interactions.

Quick Start

Provide a conversation transcript to evolve-lite:learn to generate stored guidelines for future runs.

Frequently Asked Questions about learn

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract actionable guidelines from conversation transcripts?

To extract actionable guidelines from conversations, provide a dialogue transcript to the analysis tool, which identifies detours and user corrections to produce structured, reusable guideline entities for future sessions.

What is conversation trajectory analysis for error prevention?

Conversation trajectory analysis for error prevention is the process of reviewing dialogue history to identify failure modes, capturing error-prevention insights that align agent behavior with user preferences and prevent common mistakes in future runs.

How do I capture user corrections to improve future agent interactions?

Capture user corrections by analyzing dialogue history to distill concrete guidelines from past interactions, preserving user intent and incorporating these structured behavioral adjustments into subsequent reasoning tasks.

Can I identify reasoning shortcuts from past dialogue history?

Yes, you can identify reasoning shortcuts by analyzing past dialogue history to pinpoint high-impact guidelines that shorten reasoning paths, reduce wasted steps, and enable faster, more direct task completion.

Does extracting guidelines from conversations require external dependencies?

Extracting guidelines from conversations requires no external dependencies, operating entirely as an in-context reasoning task to analyze dialogue and persist structured guideline entities with metadata for reuse.