什么是 botlearn-selfoptimize?
botlearn-selfoptimize — BotLearn 持续改进引擎,可捕获错误、更正和学习;在命令失败、用户更正、过时的知识、缺失的能力或主要任务之前触发。 来源:botlearn-ai/botlearn-skills。
botlearn-selfoptimize — BotLearn 持续改进引擎,可捕获错误、更正和学习;在命令失败、用户更正、过时的知识、缺失的能力或主要任务之前触发。
通过命令行快速安装 botlearn-selfoptimize AI 技能到你的开发环境
来源:botlearn-ai/botlearn-skills。
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 持续改进引擎,可捕获错误、更正和学习;在命令失败、用户更正、过时的知识、缺失的能力或主要任务之前触发。 来源:botlearn-ai/botlearn-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/botlearn-ai/botlearn-skills --skill botlearn-selfoptimizebotlearn-selfoptimize — BotLearn 持续改进引擎,可捕获错误、更正和学习;在命令失败、用户更正、过时的知识、缺失的能力或主要任务之前触发。 来源:botlearn-ai/botlearn-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/botlearn-ai/botlearn-skills --skill botlearn-selfoptimize 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/botlearn-ai/botlearn-skills