From memex
Answer a question using the Memex wiki. Read the index, find relevant pages, read them, synthesise a cited answer, optionally file the answer back as a new wiki page for compounding value. Invoked when the user asks a question referring to "the wiki", "my notes", "the docs", or asks a question whose answer likely lives in the wiki.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memex:doc-queryThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Read `memex.config.json#/index.path` (default `index.md`) under the ops root
memex.config.json#/index.path (default index.md) under the ops rootsearch.engine is qmd and qmd is on PATH, shell out: qmd search --path <ops-root> --top 8 -- "<question>"Grep across the ops root with keywords from the question (drop stopwords)Note. The docsite's
GET /search?q=...endpoint uses the same precedence (qmd → grep). The skill stays grep-based intentionally — it must work without the[docsite]extras installed and without a running server.
updated: date — if stale, flag itDraft an answer with:
[page-title](<root>/<path>.md) — for every claim## Caveats section noting where the wiki is thin, stale, or contradictory on this topic## Next steps section suggesting what to investigate or ingest to sharpen the answerAsk the user: "Would you like me to file this as <root>/wiki/analyses/<slug>.md so it compounds?"
If yes:
type: analysis or equivalent)index.md under the appropriate analyses / syntheses sectionlog.md entry with event: query | <question snippet>If nothing relevant is found:
raw/ or external source might fill the gap.open-questions/<slug>.md. When filing, populate ## Related files with markdown links to whatever pages you did find in the search — even partial matches are useful context for whoever resolves the question. Bare paths do not count; the link graph only picks up real markdown links.Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub johnoconnor0/claude-memex --plugin memex