crcresearch/llm-wiki-memory-template
Cursor rule Cursor
Where a fact belongs, user-shaped facts go to agent memory, project-shaped facts go to the wiki.
Template repository for the llm-wiki pattern. Provides a portable, agent-agnostic foundation for an LLM-maintained wiki, with optional overlays for Claude Code and Cursor (or use minimal mode for OpenCode, Pi, or your own agent).
crcresearch/llm-wiki-memory-template
Cursor rule Cursor
Where a fact belongs, user-shaped facts go to agent memory, project-shaped facts go to the wiki.
crcresearch/llm-wiki-memory-template
Cursor rule Cursor
The project's wiki is durable memory. Read it to recall context; write to it to remember; commit every wiki edit in the wiki's own git repo.
crcresearch/llm-wiki-memory-template
Cursor rule Cursor
File experiment results to the wiki (Ingest from SCHEMA). Invoke when a run has finished and produced metrics, ablations, or comparisons worth keeping as durable project memory.
crcresearch/llm-wiki-memory-template
Cursor rule Cursor
Run a health check on the wiki. Surfaces orphan pages, dead links, stale claims, missing frontmatter, untyped pages, and concepts that lack their own page. Reports findings and offers fixes.
crcresearch/llm-wiki-memory-template
Cursor rule Cursor
Ingest a new external source document (paper, article, design doc, README, external reference) into the wiki as a source-summary page. NOT for filing experiment results; for those use wiki-experiment instead.