π¦ ClawHub
Skill AGI
by @wubotvix
Remember mistakes across sessions. Append one-liner learnings, review before complex tasks, promote important ones.
TERMINAL
clawhub install skillagiπ About This Skill
name: skillagi description: Remember mistakes across sessions. Append one-liner learnings, review before complex tasks, promote important ones.
Skillagi
Log mistakes and insights so you don't repeat them across sessions.
When to Log
Add a learning when you:
Format
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.
Examples
- [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
When to Review
Before starting a complex task, read learnings.md and apply anything relevant.
Don't review for trivial one-line changes.
When to Clean Up
Periodically (or when the file exceeds ~50 entries):
Promotion
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.
Rules
π‘ Examples
- [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