self-improvement

Log learnings and errors to the .learnings/ directory for cross-session improvement.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/buer2233/my_openclaw --skill self-improvement-buer2233
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: self-improvement
Source: https://github.com/buer2233/my_openclaw/tree/main/skills/self-improving-agent
Command: npx skills add https://github.com/buer2233/my_openclaw --skill self-improvement-buer2233

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Captures learnings, errors, and corrections to enable continuous improvement across OpenClaw sessions.

Core Features & Use Cases

  • Log corrections to LEARNINGS.md and errors to ERRORS.md
  • Promote broadly applicable learnings to CLAUDE.md, AGENTS.md, or Copilot prompts
  • Support cross-session memory, workflows, and learning extraction

Quick Start

After completing a task, log learnings using the standard templates and locations in the .learnings/ directory.

Frequently Asked Questions about self-improvement

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

FAQPage Schema
How do I log errors and corrections for continuous improvement across AI coding sessions?

To log errors and corrections for continuous improvement, you write entries to LEARNINGS.md and ERRORS.md inside a .learnings/ directory. This captures task outcomes to enable cross-session memory and recurring pattern extraction.

How does cross-session learning promotion to CLAUDE.md or AGENTS.md work?

Cross-session learning promotion works by extracting recurring insights from logged corrections and writing them into CLAUDE.md, AGENTS.md, or Copilot instructions. This ensures broadly applicable learnings persist across future AI workflows.

What's the best way to capture recurring workflow patterns into Copilot instructions?

The best way to capture recurring workflow patterns is to log errors and corrections in standard templates within the .learnings/ directory. When patterns recur, the skill promotes these insights directly into your Copilot instructions.

Do I need a specific environment setup to start logging learnings and extracting insights?

You need a SKILL.md file with frontmatter name and description, plus available assets, scripts, and references to support logging, extraction, and promotion. No external dependencies are required to start capturing learnings.

Can I use standard templates for logging corrections in single-session prompts?

Yes, you can use standard templates and locations in the .learnings/ directory to log corrections for both single-session prompts and cross-session workflows. This standardization enables consistent learning extraction and continuous improvement.

Why aren't my logged learnings persisting across different OpenClaw sessions?

Logged learnings may not persist if entries are not properly written to LEARNINGS.md and ERRORS.md, or if recurring patterns are not promoted to CLAUDE.md or AGENTS.md. Ensure standard templates and the .learnings/ directory are used correctly.