self-improve

Analyze episode data to refine instruction patterns with human approval.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/yiwei79/azoth --skill self-improve-yiwei79
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: self-improve
Source: https://github.com/yiwei79/azoth/tree/main/.opencode/skills/self-improve
Command: npx skills add https://github.com/yiwei79/azoth --skill self-improve-yiwei79

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematic self-improvement through reflexion, evidence gathering, and instruction refinement to help Azoth become more capable over time.

Core Features & Use Cases

  • L1 Reflexion Loop: In-session self-evaluation and adaptation to improve task execution.
  • L2 Evidence-Based Refinement: Collects patterns from multiple episodes to propose concrete instruction changes and variants.
  • Governance & Automation: Logs all proposed refinements and gates them with human approval before deployment, supporting auto-pipeline composition when approved.

Quick Start

Provide an L2 refinement proposal and trigger the auto-pipeline using the instruction-refinement knowledge path after human approval.

Frequently Asked Questions about self-improve

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

FAQPage Schema
How do I implement continuous self-improvement for autonomous agents?

Continuous self-improvement for agents is implemented through reflexion loops and evidence-based instruction refinement. The system analyzes episode data to identify patterns, generates concrete improvement proposals, and requires human approval before deploying changes.

What is evidence-based instruction refinement in agent governance?

Evidence-based instruction refinement is a governance mechanism that collects patterns from multiple agent episodes to propose concrete instruction changes. It logs all proposed refinements and gates them with human approval before deployment to ensure safe adaptation.

How do I apply reflexion workflows to improve agent task execution?

Reflexion workflows improve task execution through an in-session L1 loop where the agent self-evaluates and adapts its actions. For deeper improvements, an L2 workflow analyzes historical episode data to propose evidence-backed instruction variants.

Can I automate instruction refinement pipelines after human approval?

Yes, you can automate instruction refinement pipelines after human approval. Once an L2 refinement proposal is reviewed and approved, the system supports auto-pipeline composition using the designated instruction-refinement knowledge path.

Does agent self-improvement require manual review before applying changes?

Agent self-improvement requires manual review for L2 changes. The governance system enforces logging and gates all evidence-based instruction refinements with human approval before any modifications are applied to the agent.

What is the best way to analyze agent episode data for instruction patterns?

The best way to analyze agent episode data is using a systematic reflexion workflow that identifies recurring instruction patterns. It gathers evidence across multiple sessions to generate concrete refinement proposals rather than isolated fixes.