From hypo
Search the wiki by keyword and synthesize an answer from relevant pages. Use when recalling past decisions or needing prior context.
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]]. The observability audit counts citations toward the autonomy score — see [[pages/observability/_index]] (run/hypo:auditto inspect).
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.
Queries personal wiki built with wiki-init/wiki-ingest: reads index/pages, synthesizes cited answers for facts/comparisons/how-tos, flags gaps, offers to save as new pages.
Answers domain questions by reading and synthesizing project wiki pages, citing sources with wikilinks. Flags gaps and contradictions.