LLM Wiki Maintainer

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

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/adamtpang/summon.company --skill llm-wiki-maintainer-adamtpang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: LLM Wiki Maintainer
Source: https://github.com/adamtpang/summon.company/tree/main/packages/plugins/plugin-llm-wiki/skills/wiki-maintainer
Command: npx skills add https://github.com/adamtpang/summon.company --skill llm-wiki-maintainer-adamtpang

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 reads, writes, indexes, and logs changes to a local LLM Wiki so knowledge stays durable and traceable. ## Core Features & Use Cases - Structured wiki maintenance: Resolves the 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 tracking: Maintains wiki/projects/<project-slug>/standup.md as an executive status view and index.md for durable project knowledge. - Use Case: After a week of engineering work, ask the agent to refresh the project wiki: it ingests new source material, updates the project standup page with executive synthesis, updates the index, and appends a log entry. ## Quick Start Use the LLM Wiki Maintainer skill to update the project standup page and index for our current project, citing the relevant source files.

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 local company wiki with an AI agent?

Use the LLM Wiki plugin tools to read sources, write pages, propose patches, and generate backlinks. The skill first resolves the wiki root, reads AGENTS.md, and inspects wiki/index.md and wiki/log.md before making any changes.

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

Maintain wiki/projects/<project-slug>/standup.md as the executive status view and index.md for durable project knowledge. Write content as concept-grouped executive synthesis rather than issue-id lists or metadata dumps.

Can the wiki maintainer modify raw source files?

No, raw sources are kept immutable. The skill cites wiki pages and raw paths instead of editing sources, and all durable updates are recorded with a concise entry in wiki/log.md.

What should I check before editing wiki files?

Resolve the configured wiki root, read its AGENTS.md for local conventions, and inspect wiki/index.md plus recent wiki/log.md entries. This ensures changes align with existing structure and prior updates.

When should wiki/index.md be updated?

Update wiki/index.md whenever page navigation changes, such as adding, renaming, or reorganizing pages. This keeps the wiki's discovery structure consistent with its actual content.