·botlearn-selfoptimize
</>

botlearn-selfoptimize

botlearn-selfoptimize — BotLearn continuous improvement engine that captures errors, corrections, and learnings; triggers on command failure, user correction, outdated knowledge, missing capability, or before major tasks.

18Installs·2Trend·@botlearn-ai

Installation

$npx skills add https://github.com/botlearn-ai/botlearn-skills --skill botlearn-selfoptimize

How to Install botlearn-selfoptimize

Quickly install botlearn-selfoptimize AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/botlearn-ai/botlearn-skills --skill botlearn-selfoptimize
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: botlearn-ai/botlearn-skills.

SKILL.md

View raw

Log learnings and errors to markdown files for continuous improvement. Coding agents can later process these into fixes, and important learnings get promoted to project memory.

| Command/operation fails | Log to .learnings/ERRORS.md | | User corrects you | Log to .learnings/LEARNINGS.md with category correction | | User wants missing feature | Log to .learnings/FEATUREREQUESTS.md | | API/external tool fails | Log to .learnings/ERRORS.md with integration details |

| Knowledge was outdated | Log to .learnings/LEARNINGS.md with category knowledgegap | | Found better approach | Log to .learnings/LEARNINGS.md with category bestpractice | | Simplify/Harden recurring patterns | Log/update .learnings/LEARNINGS.md with Source: simplify-and-harden and a stable Pattern-Key |

botlearn-selfoptimize — BotLearn continuous improvement engine that captures errors, corrections, and learnings; triggers on command failure, user correction, outdated knowledge, missing capability, or before major tasks. Source: botlearn-ai/botlearn-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/botlearn-ai/botlearn-skills --skill botlearn-selfoptimize
Category
</>Dev Tools
Verified
First Seen
2026-03-07
Updated
2026-03-10

Browse more skills from botlearn-ai/botlearn-skills

Quick answers

What is botlearn-selfoptimize?

botlearn-selfoptimize — BotLearn continuous improvement engine that captures errors, corrections, and learnings; triggers on command failure, user correction, outdated knowledge, missing capability, or before major tasks. Source: botlearn-ai/botlearn-skills.

How do I install botlearn-selfoptimize?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/botlearn-ai/botlearn-skills --skill botlearn-selfoptimize Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/botlearn-ai/botlearn-skills