index-refresh
This skill keeps your wiki's index accurate and current by walking the actual file structure, comparing against recent log activity, and rebuilding entries in scannable one-line format. It reconciles missing pages, drops deleted entries, and preserves custom categories—without touching page content itself.
index-refresh rebuilds your wiki index to match current page contents and spot missing entries.
AI-generated summary based on this skill's SKILL.md
Install
getpaperclipai/paperclip/index-refresh · repository language: TypeScript
git clone https://github.com/getpaperclipai/paperclip
cp -r paperclip/packages/plugins/plugin-llm-wiki/skills/index-refresh ~/.claude/skills/index-refreshFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What does index-refresh do for my wiki?
index-refresh keeps your wiki's index accurate and current by walking the actual file structure, comparing against recent log activity, and rebuilding entries in scannable one-line format. It reconciles missing pages, drops deleted entries, and preserves custom categories—without touching page content itself.
How do I sync wiki index with actual pages?
index-refresh automatically walks your wiki's file structure and compares it against the current index. It detects pages that exist but aren't listed, removes entries for deleted pages, and rebuilds the index in scannable format to match what's really there.
Can index-refresh fix wiki index drift?
Yes. index-refresh resolves drift between your index and recent wiki activity by reconciling missing pages, dropping stale entries, and refreshing the catalog. It can run hourly to keep your index current without manual intervention.
Does index-refresh modify my wiki pages?
No. index-refresh only updates the index itself—it walks the file structure, rebuilds index entries, and maintains navigation. Your actual page content remains untouched; only the index metadata and catalog are refreshed.
Will index-refresh preserve my custom categories?
Yes. index-refresh preserves custom categories while reconciling the index. It rebuilds entries to match your actual wiki structure while keeping your organizational choices intact.
How often can index-refresh run?
index-refresh supports automated hourly wiki index refresh and reconciliation. You can schedule it to run on a regular cadence to keep your wiki's navigation and catalog always in sync with your current pages.
SKILL.md
rendered from the published skill — quoted content, verbatim
Index Refresh
Keep wiki/index.md accurate and scannable. The index is the maintainer's first stop for navigation — its quality determines how cheap every subsequent operation becomes.
Inputs
- An operation issue with
operationType: "index"(or theindex-refreshroutine title). - The operation issue's target
wikiId,spaceSlug, and space root. Refresh only that space unless the issue explicitly says this is a multi-space sweep.
Workflow
- Read the target space's
wiki/index.mdas it currently stands. - Walk the target space's
wiki/.wiki/projects/<slug>/standup.mdentries are current-state companions for durablewiki/projects/<slug>/index.mdpages; index them only as links attached to the matching project entry. Walkwiki/by category (sources/,projects/,entities/,concepts/,
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
packages/plugins/plugin-llm-wiki/skills/index-refresh/SKILL.md