Helweg

Reindex — Development skill for Claude Code

Development community

Fully rebuild the codebase index from scratch.

How to install Reindex

Installs to ~/.claude/skills/helweg-open-codebase-index-reindex/SKILL.md

Terminal
mkdir -p ~/.claude/skills/helweg-open-codebase-index-reindex && curl -fsSL https://raw.githubusercontent.com/Helweg/open-codebase-index/HEAD/commands/reindex.md -o ~/.claude/skills/helweg-open-codebase-index-reindex/SKILL.md

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

What Reindex does


description: Fully rebuild the codebase index from scratch

Run the `index_codebase` tool with `force=true` to rebuild the index from scratch.

User input: $ARGUMENTS

Parse the input and set tool arguments:

  • force=true always
  • estimateOnly=false always
  • verbose=false (default, for token efficiency)
  • verbose=true if input contains "verbose" (for detailed output)

Examples:

  • /reindex → force=true, estimateOnly=false, verbose=false
  • /reindex verbose → force=true, estimateOnly=fal

Alternatives in Development

  • Package OfficeCLI Skill As AionUi Assistant — Convert an OfficeCLI skill into a fully wired AionUi assistant preset, or update an existing one 20.3k ★
  • Happy — Mobile and Web client for Claude Code, with realtime voice, encryption and fully featured 16.3k ★
  • Rb Refresh — Rebuild the repobrain project knowledge base after significant changes 1.3k ★

Full documentation available on GitHub

View Source Repository