self-improvement

Log learnings and corrections to .learnings markdown files for future sessions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill helps teams capture, organize, and promote learnings from errors, corrections, and discoveries to improve future interactions and code quality.

Core Features & Use Cases

  • Log learnings to structured markdown files (.learnings) for later extraction and promotion to project memory.
  • Track corrections and errors to build a reusable knowledge base, including knowledge gaps and feature requests.
  • Promote high-value learnings into CLAUDE.md, AGENTS.md, or Copilot prompts to guide future sessions.

Quick Start

After a session, log a learning into .learnings/LEARNINGS.md and reference it in your next task.

Frequently Asked Questions about self-improvement

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

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

You log AI corrections and errors by writing entries into structured markdown files within a .learnings directory. This creates a persistent knowledge base that tracks failures and knowledge gaps to improve future interactions.

What is the best way to promote high-value learnings into project memory?

The best way to promote high-value learnings is to integrate them into project memory files like CLAUDE.md, AGENTS.md, or Copilot prompts. This ensures the captured knowledge actively guides future AI sessions.

Can I use this skill to track knowledge gaps and feature requests during development?

Yes, you can use this skill to track knowledge gaps and feature requests. It captures these elements alongside user corrections and failures, organizing them in markdown logs for later extraction.

How do I apply captured learnings to OpenClaw or agent workflows?

You apply captured learnings to OpenClaw or agent workflows by using the provided SKILL.md guidance to organize entries and promote them. This integrates your historical corrections directly into the active agent environment.

Do I need specific files to start capturing learnings for AI interactions?

Yes, you need a .learnings log directory to start capturing learnings. The skill requires these structured markdown files, such as LEARNINGS.md, to exist so it can properly organize and promote your session data.