autogen

Installation
SKILL.md

AutoGen (Self-Evolving Loop)

Trigger Criteria

Execute this routine internally when:

  1. The user flags a workflow as successful (e.g., "It works!", "Perfect").
  2. A complex task takes more than 4 iterations or multiple tool corrections to succeed.

Procedure

1. Extract Pattern

  • Analyze the recent chat history to identify the exact, optimized sequence of steps that led to success.
  • Identify any anti-patterns (what failed initially and what to avoid).

2. Generate Skill File

  • Create a new folder and a standard markdown file under ./skills/[skill-name]/SKILL.md.
  • Keep the content concise, direct, and under 2,000 tokens to save context window.
Installs
2
First Seen
Jun 5, 2026
autogen — galiprandi/skills