LLM Wiki Maintainer

Maintains a cited local company wiki using LLM Wiki plugin tools.

Updated Jul 14, 2026
One-click install
npx skills add https://github.com/Douglas-v/strategic-ai-paperclip-lab --skill llm-wiki-maintainer-douglas-v
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: LLM Wiki Maintainer
Source: https://github.com/Douglas-v/strategic-ai-paperclip-lab/tree/main/paperclip/packages/plugins/plugin-llm-wiki/skills/wiki-maintainer
Command: npx skills add https://github.com/Douglas-v/strategic-ai-paperclip-lab --skill llm-wiki-maintainer-douglas-v

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping a company wiki accurate, cited, and navigable is tedious: pages drift out of sync, sources go uncited, and project status gets scattered. This Skill standardizes how an agent maintains a local LLM Wiki so every update is sourced, indexed, and logged. ## Core Features & Use Cases - Wiki Maintenance Workflow: Resolves the configured wiki root, reads AGENTS.md, and inspects wiki/index.md and wiki/log.md before making any changes. - Cited Content Operations: Uses LLM Wiki plugin tools for source reads, page writes, patch proposals, backlinks, and logging while keeping raw sources immutable. - Project Status Pages: Maintains wiki/projects/<project-slug>/standup.md as an executive status view and index.md for durable project knowledge, written as concept-grouped synthesis rather than issue-id dumps. - Use Case: After a week of project work, ask the agent to refresh the project standup page; it will cite raw sources, update the index, and append a log entry automatically. ## Quick Start Use the LLM Wiki Maintainer skill to update the standup page for my project and log the changes in the wiki.

Frequently Asked Questions about LLM Wiki Maintainer

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

FAQPage Schema
How do I maintain a company wiki with an AI agent?

Use this Skill to direct the agent through a structured workflow: resolve the wiki root, read AGENTS.md, inspect index.md and log.md, then apply changes via the LLM Wiki plugin tools. Every durable update is cited and logged.

How do I keep project status pages up to date in a wiki?

The Skill maintains wiki/projects/<project-slug>/standup.md as the executive status view and index.md for durable knowledge. Content is written as concept-grouped executive synthesis rather than issue-id lists or metadata dumps.

Can the agent edit raw source files in the wiki?

No. Raw sources are kept immutable by design. The agent cites wiki pages and raw paths instead of modifying sources, and proposes changes through patch proposals and page writes.

What happens before the agent changes any wiki files?

Before any change, the agent resolves the configured wiki root, reads its AGENTS.md, and inspects wiki/index.md plus recent wiki/log.md entries. This ensures updates follow the wiki's conventions and history.

Does the wiki track a history of changes?

Yes. The Skill appends a concise entry to wiki/log.md for every durable update and updates wiki/index.md whenever page navigation changes, providing an auditable maintenance trail.