← ClaudeAtlas

learnlisted

Record a durable learning right now (skip the SessionEnd staging step) into the right knowledge file. Use when the user runs /learn or says "remember this / note this down" with a concrete, reusable fact, convention, or directive.
HippocampusEvolve/universal-agent-seed · ★ 0 · AI & Automation · score 74
Install: claude install-skill HippocampusEvolve/universal-agent-seed
The user wants to permanently record this learning: **$ARGUMENTS** Do the following: 1. Classify it and write it to exactly one home (create the entry concisely): - A behavior directive / "always|never" → `.claude/rules/core-rules.md` under **Learned rules**. - A naming/pattern/anti-pattern → `.claude/knowledge/conventions.md`. - A gotcha + fix → `.claude/knowledge/bugs-and-fixes.md` (one table row). - A durable architecture fact/decision → `.claude/knowledge/architecture.md`. 2. **Dedupe**: if it's already captured, tighten the existing entry instead of duplicating. 3. Keep the entry short and actionable (one or two lines). 4. Append a line to `.claude/knowledge/session-log.md`: `- <today> · learned: <summary>`. 5. If you added a bullet under **Learned rules**, run `mise run mirror-rules` so AGENTS.md (and thus Cursor/Copilot) reflect it too. 6. If this repo is a git repo, commit the change: `docs(knowledge): learn — <summary>`. Otherwise skip the commit. 7. Confirm in one sentence what you stored and where. If `$ARGUMENTS` is empty, ask the user what they want to remember.