This teaches Claude how to maintain a project wiki that lives in `.indexion/wiki/` as Markdown files with a JSON manifest. The key insight is that each wiki page is actually four synchronized artifacts (content, manifest entry, search index, and audit log), so editing a .md file directly leaves the other three stale. The skill walks through the complete lifecycle: creating pages with proper provenance tracking, detecting stale pages when source files change via `ingest`, running structural checks with `lint`, and catching semantic drift with `plan reconcile` to find when code symbols described in docs no longer match reality. You'd use this if you're maintaining technical documentation as code and need to keep it synchronized with an evolving codebase.
npx -y skills add trkbt10/indexion-skills --skill indexion-wiki --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
supercent-io/skills-template
supercent-io/skills-template
huangjia2019/claude-code-engineering
reactjs/react.dev
reactjs/react.dev