Install
openclaw skills install skillagiRemember mistakes across sessions. Append one-liner learnings, review before complex tasks, promote important ones.
openclaw skills install skillagiLog mistakes and insights so you don't repeat them across sessions.
Add a learning when you:
Append one line to learnings.md (in this skill's directory):
- [YYYY-MM-DD] topic: what happened → what to do instead
Keep it to one line. If you need two sentences, you're over-explaining.
- [2026-02-21] pnpm not npm: Project uses pnpm workspaces → use `pnpm install`
- [2026-02-21] Docker M1: Base image has no ARM64 variant → add `--platform linux/amd64`
- [2026-02-21] test isolation: Shared DB state caused flaky tests → use transactions with rollback
Before starting a complex task, read learnings.md and apply anything relevant.
Don't review for trivial one-line changes.
Periodically (or when the file exceeds ~50 entries):
Move persistent, high-impact learnings out of this file and into durable config:
MEMORY.md, TOOLS.md, or AGENTS.mdCLAUDE.md or auto-memory (~/.claude/projects/*/memory/)Once promoted, delete the entry from learnings.md to avoid duplication.