Rebuild Index banner
RobThePCGuy RobThePCGuy

Rebuild Index

Development community

Description

--- description: Rebuild MPEP search index (needed after MPEP updates or corruption) allowed-tools: Bash --- # Rebuild MPEP Index Rebuild the hybrid search index (FAISS + BM25) from MPEP PDFs. ## Instructions 1. Verify MPEP PDFs are present (${CLAUDE_PLUGIN_ROOT}/pdfs) 2. Run rebuild command 3. Wait for completion (5-15 min GPU, 35-65 min CPU) 4. Verify index health ## Command ```bash cd ${CLAUDE_PLUGIN_ROOT} patent-creator setup --rebuild ``` ## What This Does - Deletes existing index f

Installation

Installs to ~/.claude/skills/robthepcguy-claude-patent-creator-rebuild-index/SKILL.md

Terminal
mkdir -p ~/.claude/skills/robthepcguy-claude-patent-creator-rebuild-index && curl -fsSL https://raw.githubusercontent.com/RobThePCGuy/Claude-Patent-Creator/HEAD/commands/rebuild-index.md -o ~/.claude/skills/robthepcguy-claude-patent-creator-rebuild-index/SKILL.md

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

Full documentation available on GitHub

View Source Repository