ingest
Lite ingest — fetch a paper and write a short 4-section triage summary (Key Takeaways, Background, Main Idea & Summary, Critique). No figures, fast.
Ask a question of the research vault. Searches papers and findings, synthesizes an answer with wikilink citations.
How it fires
How this command gets triggered: by you, by Claude, or both.
/queryContext preview
What this command does when you run it.
Ask a question of the research vault. Searches papers and findings, synthesizes an answer with wikilink citations.
description: Ask a question of the research vault. Searches papers and findings, synthesizes an answer with wikilink citations. argument-hint: "<question>"
`$ARGUMENTS` is a natural-language question about the vault's contents.
Read `vault_path` from `${CLAUDE_PLUGIN_CONFIG:vault_path}` (default `~/PaperLoom`), expand `~` to an absolute path, and use that for every Read/Grep/Glob.
1. **Plan the search**. Identify likely fields/authors/claim types from the question (e.g. "transformer complexity" → field `nlp`, `complexity-analysis`). Note key entities. 2. **Scan**:
3. **Synthesize**. Answer the question. **Cite** every factual statement with a wikilink — e.g. `[[2017-06-attention-is-all-you-need]]` or `[[finding-self-attention-is-O-n2]]`. If findings conflict, say so and cite both sides. 4. **Log** via the shared script:
"${CLAUDE_PLUGIN_ROOT}/.venv/bin/python3" "${CLAUDE_PLUGIN_ROOT}/scripts/log.py" "<vault-path>" query "<one-line question>" "cited <n> files"Claude Code Plugin for Self-maintaining research knowledge graph for Claude Code + Obsidian
Repo: trapoom555/claude-paperloom
Lite ingest — fetch a paper and write a short 4-section triage summary (Key Takeaways, Background, Main Idea & Summary, Critique). No figures, fast.
Scaffold a new PaperLoom at the configured path (or at an optional path argument). Idempotent — fills missing files without clobbering existing ones.
Scan the vault for orphan pages, frontmatter schema drift, duplicate findings, unmarked contradictions, and stale wikilinks. Reports issues without auto-fixing.