ask
01crcresearch/llm-wiki-memory-template
Command Claude Code
Consult federated agent(s) via the agent-comms ask primitive (clone-and-invoke).
crcresearch/llm-wiki-memory-template
Command Claude Code
Consult federated agent(s) via the agent-comms ask primitive (clone-and-invoke).
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.
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.
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.
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.
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…
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.
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…