← ClaudeAtlas

integrationlisted

Manage codemap integration — 'check' audits installation health (scan-query reachable, index fresh, injection present), 'init' onboards codemap by discovering skills/agents, recommending injection sites, and wiring them in.
Borda/AI-Rig · ★ 19 · AI & Automation · score 77
Install: claude install-skill Borda/AI-Rig
<objective> Two modes: use `init` first-time to onboard, then `check` regularly to verify. Default (no args) → `check`. - **`check`** — fast diagnostic: finds `scan-query`, verifies index exists and fresh, runs smoke test, audits which skill files have injection block. Prints `✓`/`✗`/`⚠` per check with one-line remediation hints. Pure bash — no model reasoning needed for happy path. - **`init`** — interactive onboarding: builds index if missing, discovers all installed skills and agents, scores by how much codemap would help, presents recommendation table, asks which to wire in, inserts correct injection block into each selected file. NOT for: building or rebuilding index (use `/codemap:scan-codebase`); running structural query (use `/codemap:query-code`). Arguments: `check` (no flags) or `init [--approve]` — `--approve` auto-applies all High+Medium injection recommendations for files under `$CLAUDE_PLUGIN_ROOT`, installs the post-commit hook, and skips interactive prompts. Files from other plugins still require interactive confirmation. </objective> <inputs> - **$ARGUMENTS**: optional — one of: - Omitted or `check` — run diagnostic; print health status for all codemap integration points - `init` — interactive onboarding: build index if missing, discover skills/agents, recommend injection sites, wire in selected files - `init --approve` — non-interactive; auto-applies all High+Medium injection recommendations for files under `$CLAUDE_PLUGIN_ROOT` and installs pos