AI AGENT ADDONS
Documentation
4,894installs

Managing a project wiki means keeping pages accurate and up to date. This skill gives an AI agent the tools to create new pages, update old ones, and track changes from source code. A special system called indexion wiki handles everything from page content to search indexes and audit logs.

Every wiki page has four parts that must stay in sync. The page content file, a manifest entry, a search index, and an audit log. When you use the update command, all four update at once. Editing the file directly only updates the content.

The skill also checks for problems. It can ingest source files to find stale pages. It can lint the wiki structure for errors. And it can reconcile code changes to detect when documentation drifts away from the real code. This keeps the wiki reliable and useful for developers.

Add Indexion Wiki skill to your workflow

Global

mkdir -p ~/.claude/skills/indexion-wiki

Project

mkdir -p .claude/skills/indexion-wiki

Source Repository

Stars
1
Forks
2
Watchers
1
License
Apache-2.0
Last Push
2 months ago
Created
5 months ago