From macromanatlas
Rebuild the index for a specific module or the entire project. Accepts --module flag for targeted rebuild and --m flag for custom instructions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/macromanatlas:index-rebuildThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Rebuild the project index, optionally targeting a specific module with custom instructions.
Rebuild the project index, optionally targeting a specific module with custom instructions.
/index-rebuild Full rebuild (all modules + index)
/index-rebuild --module MacroMan-Tracking Rebuild only Tracking README + update index
/index-rebuild --module MacroMan-Tracking --m "Focus on TrackState machine transitions"
Parse $ARGUMENTS for:
--module <name> — target a specific module (optional)--m "<instructions>" or --m <instructions> — custom emphasis instructions (optional)If no arguments: full rebuild of all modules.
If --module specified:
Say: "Rebuilding index for module: "
If full rebuild:
Say: "Rebuilding complete project index..."
git ls-files <module>/ (or Glob fallback)<Module>/README.md<!-- CUSTOM --> section content<!-- AUTO-GENERATED --> section using the same template as /index-init Step 3--m instructions provided:
**Index instructions**: <instructions>.claude/index.md:
.claude/index.summary.md from .claude/index.md (keep under 4KB)Perform the same steps as /index-init Steps 2-4, but:
<!-- CUSTOM --> sections in existing READMEs<!-- CUSTOM --> section in .claude/index.md.claude/index.md with the navigation strategy (tags → README → targeted grep)Summarize:
If targeted rebuild, suggest: "Run /index-status to verify the rebuild."
npx claudepluginhub macroman5/macromanatlas --plugin macromanatlasThis skill should be used when the user asks to "create a code index", "index this codebase", "update the code index", "generate code index", "build code index", "refresh semantic summaries", or needs guidance on generating or updating the .metis/code-index.md file for AI agent codebase navigation.
Initializes, updates, and checks multi-level project indexes for fractal self-referential documentation on file changes or manual commands like /init-index.
Synchronizes CLAUDE.md navigation indexes and README.md architecture docs across repositories or directories. Use for audits after code changes or triggers like 'sync docs', 'update CLAUDE.md'.