Palanx

Refresh Index — Documentation skill for Claude Code

Documentation community

Rebuild the repo index and re-detect the toolchain; detect and report doc/code drift.

How to install Refresh Index

Installs to ~/.claude/skills/palanx-claude-belay-refresh-index/SKILL.md

Terminal
mkdir -p ~/.claude/skills/palanx-claude-belay-refresh-index && curl -fsSL https://raw.githubusercontent.com/Palanx/Claude-Belay/HEAD/commands/refresh-index.md -o ~/.claude/skills/palanx-claude-belay-refresh-index/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Refresh Index does


description: Rebuild the repo index and re-detect the toolchain; detect and report doc/code drift argument-hint: (no arguments)

/refresh-index

**Purpose:** keep the on-disk state honest when the code moved without the workflow — the recovery path for "the operator ignored the workflow for a few commits" (that's allowed; the workflow must absorb it, not punish it).

**Arguments:** none.

**Preconditions:** git repo with workflow state installed.

**Reads:** git history, `docs/index/_o

Alternatives in Documentation

  • Doc Co-authoring — Guide users through structured workflow for co-authoring documentation 94.1k ★
  • Translate Doc Zh — Translate English documentation to Chinese 5.7k ★
  • Requirement — 需求分析(doc 文档框架 / interrogate 极刑审问) 1k ★

Full documentation available on GitHub

View Source Repository