← ClaudeAtlas

indexlisted

Rebuild the knowledge tag index. Scans promoted files, normalizes tags, flags untagged files, suggests freeform-to-known promotions, detects stale files, suggests cross-references, updates project-to-tag mappings, and regenerates index.md. Use when user says '/index', 'rebuild index', 'update index', 'reindex knowledge'. Also called automatically by /audit-knowledge. (Code port — ADR-094.)
mikeprasad/aria-knowledge · ★ 16 · AI & Automation · score 64
Install: claude install-skill mikeprasad/aria-knowledge
# /index — Knowledge Index Builder Scan all promoted knowledge files, normalize tags, detect issues, and regenerate `{knowledge_folder}/index.md`. ## Step 0: Resolve Config Read `~/.gemini/antigravity/aria-knowledge.local.md` and extract: - `knowledge_folder` — base path for all operations - `freeform_promotion_threshold` — minimum file count before suggesting promotion (default: 3) - `staleness_threshold_months` — months before a file is flagged stale (default: 6) - `projects_enabled` — default `false`; controls whether project tier is scanned and indexed - `projects_list` — default empty; comma-separated `tag:path` pairs; only relevant if `projects_enabled: true` - `projects_promotion_threshold` — default `2`; minimum projects sharing a similar pattern to surface as a cross-project promotion candidate - `projects_shared_knowledge` — default empty; comma-separated list of project tags enabled for shared knowledge. When non-empty, scan each listed project's `_project-knowledge/` folder for team-shared knowledge. Tags not in this list are skipped (their `_project-knowledge/` folders, if any exist on disk, are NOT indexed). If the config file doesn't exist, stop: "aria-knowledge is not configured. Run /setup to get started." ## Step 1: Scan Promoted Folders Scan these directories for `.md` files (excluding directory README stubs that only contain a few lines of boilerplate): - `{knowledge_folder}/approaches/` - `{knowledge_folder}/decisions/` - `{knowledge_folder}/guides/