From agm
Audit backlinks and update index after adding a new page to engram-kb
npx claudepluginhub vbonnet/dear-agent --plugin agm--page <repo-relative-path> [--kb PATH] [--no-index]haiku# Wiki Ingest I'll audit backlinks for a newly ingested page and update the index. **Step 1: Parse arguments** Parse $ARGUMENTS to extract: - `--page PATH` — repo-relative path to the new page (required) - `--kb PATH` — KB root (default: ~/src/engram-kb) - `--no-index` — skip index regeneration If `--page` is missing, ask the user: "Which page did you just add? (repo-relative path, e.g. 02-research-index/topic-foo.md)" **Step 2: Run backlink audit** **Step 3: Interpret backlink suggestions** For each suggestion the tool outputs: Present a concise summary: - "Found N pages that me...
/wiki-ingestIngests source file from raw/ into LLM Wiki: reads content, discusses TL;DR and claims, writes summary page, updates cross-references on 5-15 pages, regenerates index, appends to log.
/wiki-ingestSave a source (URL, file path, or the current session) into the LLM Wiki. Claude auto-routes to the global or local wiki unless you pass --global / --local.
/wiki-ingestAdd a document to your wiki — creates summaries, extracts key ideas, and connects everything
/wiki-ingestIngest a source into the wiki — reads the source, creates or updates wiki pages, and tracks provenance. Accepts file paths, URLs, pasted text, or deep-work session folders.
/wiki-ingestIngest raw sources into the wiki (CREATE/UPDATE/SKIP with dedup)
/wiki-ingestFold a source paper into the wiki, regenerating affected concept articles
I'll audit backlinks for a newly ingested page and update the index.
Step 1: Parse arguments
Parse $ARGUMENTS to extract:
--page PATH — repo-relative path to the new page (required)--kb PATH — KB root (default: ~/src/engram-kb)--no-index — skip index regenerationIf --page is missing, ask the user: "Which page did you just add? (repo-relative path, e.g. 02-research-index/topic-foo.md)"
Step 2: Run backlink audit
agm wiki ingest --page "{PAGE}" [--kb PATH] [--no-index]
Step 3: Interpret backlink suggestions
For each suggestion the tool outputs:
📄 <source-page>
matched: <terms>
suggest adding: [[<target-stem>]]
Present a concise summary:
Step 4: Apply links (optional)
If the user says "apply" or "yes, add the links":
[[target-stem]] in an
appropriate location (e.g. "See Also" section or Related ADRs line).Error Handling: