From macromanatlas
Show the current state of the project index: staleness, module coverage, hook health, and recent sync activity. Use to diagnose index issues.
How this skill is triggered — by the user, by Claude, or both
Slash command
/macromanatlas:index-statusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the health and status of the project index.
Show the health and status of the project index.
Say: "Checking MacroManAtlas index status..."
Read .claude/index.md. If it doesn't exist, report:
MacroManAtlas Status
────────────────
⚠ No index found. Run /index-init to generate one.
And stop.
From .claude/index.md, extract:
For each module listed in the index:
<Module>/README.md existsgit log -1 --format=%ci -- <Module>/README.md or Bash stat)git log -1 --format=%ci -- <Module>/)git ls-files <Module>/ | wc -l (or Glob fallback)Status symbols:
Read the plugin's hooks.json to verify hook registration. Check for:
Read last 20 lines of ~/.claude/logs/index-sync.log (if exists).
Extract the most recent sync: module name and timestamp.
Format output as:
MacroManAtlas Status
────────────────
Index: .claude/index.md (generated <time ago>)
Type: <project-type> | Modules: <N> | Indexed files: <N>
Module Health:
✓ ModuleName — <N> files, README fresh
⚠ ModuleName — <N> files, README stale (<N> new files not indexed)
✗ ModuleName — no README.md
Hooks: SessionStart ✓ | PostToolUse ✓ | PreCompact ✓ | Stop ✓
Last sync: <module> (<time ago>) — <change_type>
If no sync log exists, show: Last sync: no activity recorded
npx claudepluginhub macroman5/macromanatlas --plugin macromanatlasDisplays QMD project configuration including collections, paths, descriptions, and git hook status, plus live index health with document counts, embedding vectors, missing collections, model info, and MCP connectivity.
Shows status of the plugadvpl index: source count, symbols, DB size, last ingest timestamp. Optionally checks for stale files.
Builds and maintains the deterministic project manifest under .smith/index/ for structured context retrieval by other Smith skills. Supports full rebuild, incremental updates, hash-only staleness checks, and per-file LLM descriptions.