Rebuild the ABOUTME index from scratch
Rebuilds the complete ABOUTME index by scanning all source files and writing results to .claude/aboutme-index.json.
/plugin marketplace add stickystyle/claude-skills/plugin install aboutme-index@stickystyle-skillsRebuild the complete ABOUTME index for the project. This scans all source files for ABOUTME headers and writes the index to .claude/aboutme-index.json.
Execute this command:
cd "${CLAUDE_PLUGIN_ROOT}/scripts" && python3 build_index.py "${CLAUDE_PROJECT_DIR:-.}" -o "${CLAUDE_PROJECT_DIR:-.}/.claude/aboutme-index.json"
Report the results to the user, including how many files were indexed.