self-learning

Capture execution traces, extract insights, and adapt agent behavior.

1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/jieni777/opencode-config-backup --skill self-learning-jieni777
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: self-learning
Source: https://github.com/jieni777/opencode-config-backup/tree/main/skills/self-learning
Command: npx skills add https://github.com/jieni777/opencode-config-backup --skill self-learning-jieni777

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Self-learning enables agents to learn from their execution history by capturing traces, extracting actionable insights, and adapting behavior to improve future performance.

Core Features & Use Cases

  • Trace Collection: Capture structured execution traces after task completion for post-analysis.
  • Insight Extraction: Convert traces into actionable patterns and recommendations for agent improvement.
  • Adaptation: Apply session-local, agent-specific, or system-wide adjustments to agent behavior based on insights.
  • Knowledge Base: Build a persistent knowledge base of traces, insights, adaptations, and guidelines to guide future runs.

Quick Start

Start by enabling trace capture after completing tasks and running the learning pipeline to generate insights.

Frequently Asked Questions about self-learning

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

FAQPage Schema
How can I make my AI agents learn from their execution history and stop repeating the same failures?

To make agents learn from execution history, you need to capture structured execution traces after task completion, extract actionable insights from those traces, and apply adaptations to agent behavior. This builds a persistent knowledge base that prevents recurring failure patterns across multi-agent workflows.

What is the best way to capture execution traces from complex multi-agent tasks for post-task review?

The best way to capture execution traces from multi-agent tasks is to enable structured trace collection after task completion and run a learning pipeline to generate actionable insights. This process records the interactions across orchestrator, worker, and reviewer workflows for post-task review.

How do I extract actionable insights from agent execution traces?

You extract actionable insights from agent execution traces by running a learning pipeline that converts the recorded traces into actionable patterns and recommendations. These insights are then stored in a persistent knowledge base to guide future agent runs.

Can I apply session-local adaptations to agent behavior based on extracted insights?

Yes, you can apply session-local, agent-specific, or system-wide adjustments to agent behavior based on the extracted insights. This allows agents to adapt their behavior dynamically during recurring tasks and across future orchestrator, worker, and reviewer workflows.

Does this self-learning approach work with recurring failure patterns in orchestrator, worker, and reviewer workflows?

Yes, this self-learning approach works with recurring failure patterns in orchestrator, worker, and reviewer workflows. It captures execution traces after task completion and extracts insights that enable agents to adapt and prevent similar failures in future runs.