From hypo
Searches a personal wiki by keyword and synthesizes an answer from relevant pages. Useful for recalling past decisions or getting prior context before starting work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hypo:queryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are running `/hypo:query`. Full-text search across all wiki pages and projects, then synthesize an answer from the matching pages.
You are running /hypo:query. Full-text search across all wiki pages and projects, then synthesize an answer from the matching pages.
pages/ and projects/ for the given query termsBundled scripts here run via ${CLAUDE_PLUGIN_ROOT}/scripts/. To resolve that package root: if ${CLAUDE_PLUGIN_ROOT} is already an absolute path, use it; otherwise read pkgRoot from ~/.claude/hypo-pkg.json (only when non-empty and the target script exists under it); otherwise use the hypo@hypomnema (or legacy hypomnema@hypomnema) installPath in ~/.claude/plugins/installed_plugins.json; if none resolve, stop and tell the user to run hypomnema upgrade --apply or reinstall instead of guessing the cache layout.
If the user specified a wiki directory, pass it as --wiki-dir="<path>". Otherwise omit the flag and the script resolves the wiki root automatically via HYPO_DIR → hypo-config.md scan → ~/hypomnema.
Use the search terms from the user's message. If no query was provided, ask:
"What would you like to search for in your wiki?"
node ${CLAUDE_PLUGIN_ROOT}/scripts/query.mjs \
--q="<search terms>" \
[--wiki-dir="<path>"] \
[--limit=<n>] \
[--json]
Options:
--q=<query> — search query (required)--limit=<n> — max results (default: 10)--json — output results as JSONShow the output verbatim.
Read the top matching pages (up to 5) and produce a synthesized response:
[[wikilink]] references.If zero results are returned, say so and offer to broaden the search or suggest using /hypo:ingest to add relevant sources.
Citation convention. When you reference a wiki page in your response, link it as
[[page-slug]]so it stays connected in the graph. The observability audit scores sessions on search / ingest / feedback activity (recorded byhypo-session-record), not on these inline citations; run/hypo:auditto inspect and see [[pages/observability/_index]].
npx claudepluginhub sk-lim19f/hypomnema --plugin hypoAnswers user questions by searching a wiki vault, retrieving cited claims, and composing answers with [[wikilink]] references. Use when answering from personal or team wiki knowledge.
Answers domain questions by reading and synthesizing project wiki pages, citing sources with wikilinks. Flags gaps and contradictions.
Answers questions against a personal wiki by reading indexed pages, following cross-references, and synthesizing grounded answers with citations. Saves responses back to the wiki.