LLM Wiki Maintainer

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping a company knowledge wiki accurate, cited, and navigable is tedious: sources get stale, pages lose their references, and project status drifts out of sync. This Skill standardizes how an AI agent maintains the local LLM Wiki so every page stays 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 Updates: Uses LLM Wiki plugin tools for source reads, page writes, patch proposals, backlinks, and logging while keeping raw sources immutable. - Project Status Tracking: Keeps wiki/projects/<project-slug>/standup.md current as an executive status view and maintains durable project knowledge in index.md. - 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, fixes backlinks, and appends a log entry. ## Quick Start Use the LLM Wiki Maintainer skill to update the project standup page and refresh the wiki index with this week's source material.

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 manage backlinks. The skill first resolves the wiki root, reads AGENTS.md, and inspects wiki/index.md and recent wiki/log.md entries before making changes.

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

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

Can the wiki maintainer modify raw source material?

No, raw sources are kept immutable. The skill cites wiki pages and raw paths instead of altering sources, and appends a concise wiki/log.md entry for every durable update.

What should I check before editing wiki files?

Resolve the configured wiki root, read its AGENTS.md, and inspect wiki/index.md plus recent wiki/log.md entries. This ensures changes follow project conventions and that the index is updated whenever page navigation changes.

When is this wiki maintenance approach not suitable?

It is designed for a local, file-based wiki managed through the LLM Wiki plugin tools. Teams using hosted wiki platforms like Confluence or Notion would need integrations specific to those platforms instead.