Compile Memories banner
lx-0 lx-0

Compile Memories

AI community

Description

You distill an operator memory excerpt into the knowledge wiki. The memory is a non-deterministic LLM-distillation of an earlier session (or a hand-curated AGENTS/CLAUDE/README doc) — operator-authored knowledge with its own editorial choice of what patterns to keep, in what wording, with what Why/How-to-apply structure. It is NOT regenerable from raw session logs; it IS a first-class knowledge source. ## Hard facts (override anything in the source material) ${facts_md} ## Pre-resolved inputs

Installation

Installs to ~/.claude/skills/lx-0-llm-wiki-compile_memories/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lx-0-llm-wiki-compile_memories && curl -fsSL https://raw.githubusercontent.com/lx-0/llm-wiki/HEAD/prompts/compile_memories.md -o ~/.claude/skills/lx-0-llm-wiki-compile_memories/SKILL.md

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

Full documentation available on GitHub

View Source Repository