llmwiki-memory

Query and update the local LLM wiki for durable project memory.

1|1|Updated May 7, 2026
One-click install
npx skills add https://github.com/chapzin/jcode-harness --skill llmwiki-memory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llmwiki-memory
Source: https://github.com/chapzin/jcode-harness/tree/main/.jcode/skills/llmwiki-memory
Command: npx skills add https://github.com/chapzin/jcode-harness --skill llmwiki-memory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guidelines for using the local LLM wiki as durable project memory. Use when researching prior decisions, synchronizing session transcripts, preserving provenance, or turning repo/session knowledge into reusable context.

Core Features & Use Cases

  • Query and browse the LLM wiki to surface prior decisions, provenance, and session notes.
  • Sync recent sessions into durable memory with provenance and traceability.
  • Lint and export wiki content to support handoffs and project documentation.

Quick Start

Query the local wiki to retrieve prior decisions and surface durable context for the current task.

Frequently Asked Questions about llmwiki-memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I preserve project decisions as durable memory for future tasks?

Preserve project decisions as durable memory by querying and updating a local LLM wiki to store provenance, session notes, and research context for reuse across tasks. Syncing recent sessions turns transient repo knowledge into durable, traceable project memory.

What is the best way to track decision provenance for a research project?

Track decision provenance by syncing session transcripts and project notes into the local LLM wiki, enforcing provenance rules to maintain traceability. This ensures every decision is linked to its original context and safely synchronized for future reference.

How do I sync session transcripts into a wiki for knowledge reuse?

Sync session transcripts into the wiki by applying provenance enforcement and safe memory synchronization to update the local LLM wiki. This process converts session knowledge into reusable context, preserving traceability for subsequent research tasks.

Can I lint and validate wiki links before exporting project documentation?

Lint and validate wiki links before exporting by running wiki_lint to check content integrity and support project handoffs. This link validation ensures documentation remains accurate and navigable during export.

Does this approach work for retrieving prior decisions across different sessions?

Retrieving prior decisions across sessions works by querying the local LLM wiki to surface durable context for the current task. Browsing the wiki surfaces historical notes and provenance, enabling seamless knowledge reuse across different project phases.

When do I need to use a local LLM wiki for project memory instead of standard notes?

Use a local LLM wiki for project memory when you need durable provenance, safe synchronization, and link validation that standard notes lack. It is essential for turning repo and session knowledge into structured, reusable context across complex research tasks.