From memex
Searches across all linked Memex workspaces by grepping manifests and closets. Answers questions that span multiple workspaces without needing to open each one.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memex:cross-search <query><query>The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Wikilink rule:** When referencing any file in markdown, always use `[[filename]]` wikilink format.
Wikilink rule: When referencing any file in markdown, always use [[filename]] wikilink format.
Grep across every searchable workspace in ~/.memex/sources.md, grouped by source. Reads only _MANIFEST.md, every _CLOSETS.md, and every _CLOSETS-archive.md. Fast and deterministic.
Registry conventions, script-path resolution, and privacy semantics: see references/registry.md. CLI surface: ${CLAUDE_SKILL_DIR}/scripts/sources.py.
Use $ARGUMENTS as the query. If empty, ask: "What do you want to search for across linked workspaces?"
python3 "${CLAUDE_SKILL_DIR}/scripts/sources.py" list. If none searchable, tell the user: "No linked workspaces yet. Run /memex:link-workspace from a workspace to register it."
python3 "${CLAUDE_SKILL_DIR}/scripts/sources.py" search "<query>"
The script greps each searchable source's _MANIFEST.md, _CLOSETS.md, and _CLOSETS-archive.md for matches. Results are grouped by source.
If results found:
cd to its path) and start a session."If no results:
No matches for "<query>" across <N> linked sources.
Either:
- The subject hasn't been wikilinked into any manifest or closets file.
/memex:resummarize in the relevant workspace would surface it.
- The subject lives only inside files (not in manifests/closets). Open
the workspace directly to search inside files.
memex/skills/session-end/references/closets-format.md.searchable: false is total. A source opted out is skipped silently. No partial visibility.(path missing: ...) for that source and continues. Fix with unlink + re-link.npx claudepluginhub skyfox-io/memex --plugin memexCross-hub search across workspace index files (_MANIFEST.md, closets). Groups results by folder for queries spanning multiple hubs.
Searches sayou workspace for past decisions, research, notes via structured path/frontmatter, content grep, and semantic search. Useful for recalling prior workspace knowledge.
Searches connected MCP sources (chat, email, cloud storage, project trackers) in one query. Decomposes intent/entities/filters, runs parallel sub-searches, synthesizes results.