crcresearch/llm-wiki-memory-template

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).

4Stars on the repository
12Mods indexed here, across every type
5d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

discipline-gates

01

crcresearch/llm-wiki-memory-template

Agent

Cross-skill enforcement patterns for any agent that writes to this project's wiki. The rationalizations and gate definitions here apply equally to Claude Code, Cursor, and any other agent: only the injection mechanism (.claude/rules, .cursor/rules, etc.) differs by overlay. Each overlay should reference this file…

4 5d ago A 0 tokens

verification-gate

02

crcresearch/llm-wiki-memory-template

Agent

Canonical pre-commit check for any wiki write. The Verification Gate is a small, project-extensible criteria list that every ingest skill (/wiki-experiment, /wiki-source, or any future write skill) runs before staging and committing.

4 5d ago A 0 tokens

wiki-write-protocol

03

crcresearch/llm-wiki-memory-template

Agent

Canonical procedure for pushing changes to the wiki sub-repo when multiple agents may be writing concurrently. The reference implementation at scripts/wiki-write-protocol/protocol.sh handles the optimistic-push-with-retry mechanics (CI-validated on 9 scenarios); this file is the agent-facing procedure that tells…

4 5d ago A 0 tokens