Memorize banner
notverysalty notverysalty

Memorize

AI community

Description

--- description: Persist business knowledge learned this session into docs/ai-knowledge/ (the lore knowledge base) --- Use the `memorize` skill to run this session's knowledge-capture flow: decide whether anything qualifies as a "fact you cannot derive from the code" (cross-repo conventions, implicit rules, pitfalls with causes, anti-knowledge) → read INDEX to dedupe (update beats create) → route by scope (in-repo / cross-repo decision tree) → PII self-check → write to `docs/ai-knowledge/` per

Installation

Installs to ~/.claude/skills/notverysalty-lore-plugin-memorize/SKILL.md

Terminal
mkdir -p ~/.claude/skills/notverysalty-lore-plugin-memorize && curl -fsSL https://raw.githubusercontent.com/notverysalty/lore-plugin/HEAD/commands/memorize.md -o ~/.claude/skills/notverysalty-lore-plugin-memorize/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository