llm-wiki

Manage durable knowledge in constrained markdown wikis with evidence traceability.

13|1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/Thrimbda/legion-mind --skill llm-wiki-thrimbda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/Thrimbda/legion-mind/tree/main/skills/llm-wiki
Command: npx skills add https://github.com/Thrimbda/legion-mind --skill llm-wiki-thrimbda

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

llm-wiki enables agents to persist durable knowledge inside a constrained markdown wiki while treating raw evidences as read-only sources, ensuring long-term maintainability and verifiability of decisions.

Core Features & Use Cases

  • Durable-with-wiki: the wiki is the primary knowledge artifact and the LLM acts as the wiki's programmer; it reads raw inputs and writes back to wiki when allowed by host contracts and protected scopes.
  • Evidence traceability: each durable page anchors key conclusions to raw refs, supporting auditability and reuse across tasks.
  • Lifecycle discipline: supports index synchronization, maintenance pages for debt, and clear provenance across splits, merges, and archives.
  • Use Case: maintain a living decision log and rationale across multi-task agent orchestration to guide future work.

Quick Start

Activate the llm-wiki workflow to seed or update a durable wiki page from a raw evidence bundle while honoring host contracts.

Frequently Asked Questions about llm-wiki

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

FAQPage Schema
How do I maintain a durable markdown wiki for multi-agent workflows?

You can maintain a durable markdown wiki by using an LLM as the wiki's programmer to read raw inputs and write back structured knowledge when allowed by host contracts and protected scopes. This ensures long-term maintainability and verifiability across multi-agent task lifecycles.

What is evidence traceability in durable knowledge management?

Evidence traceability anchors key conclusions in durable wiki pages directly to raw read-only sources. This mechanism supports auditability and reuse across tasks by enforcing structured write-back rules that trace provenance back to the original evidence bundle.

Can I use constrained markdown wikis for multi-agent decision logging?

Yes, constrained markdown wikis support multi-agent decision logging by treating the wiki as the primary knowledge artifact. The LLM orchestrates durable knowledge management, maintaining a living decision log and rationale to guide future work across task lifecycles.

What's the best way to enforce host contracts and protected scopes in wiki generation?

The best way to enforce host contracts and protected scopes is through a lifecycle discipline that supports index synchronization, maintenance pages for debt, and clear provenance across splits, merges, and archives while treating raw evidences as read-only sources.

Why does my LLM agent fail to persist durable knowledge across multiple tasks?

Agents fail to persist durable knowledge when they lack structured write-back rules and design gates for verification. Without treating raw evidences as read-only sources and enforcing host contracts, long-term maintainability and decision verifiability are lost across task lifecycles.