crcresearch

12 mods across 1 repository, 4 stars between them.

wiki-experiment

02

crcresearch/llm-wiki-memory-template

Skill Claude CodeCodex

File experiment results to the wiki following the SCHEMA Ingest procedure. Use after an experiment run produces metrics, ablations, or comparisons worth keeping as durable project memory.

4 5d ago A 38 tokens

wiki-lint

03

crcresearch/llm-wiki-memory-template

Skill Claude CodeCodex

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.

4 5d ago A 45 tokens

wiki-source

04

crcresearch/llm-wiki-memory-template

Skill Claude CodeCodex

Ingest a new source document (paper, article, design doc, README, external reference) into the wiki. Creates a source-summary page and links it into the existing wiki neighborhood.

4 5d ago A 40 tokens

wiki-as-memory

06

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.

4 5d ago A 651 tokens

wiki-experiment

07

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.

4 5d ago A 35 tokens

wiki-lint

08

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.

4 5d ago A 41 tokens

wiki-source

09

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.

4 5d ago A 43 tokens

discipline-gates

10

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

11

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

12

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