From emdx
Search the emdx knowledge base for existing research, analysis, and decisions before starting new work. Use when investigating a topic, starting a task, or looking for prior art.
How this skill is triggered — by the user, by Claude, or both
Slash command
/emdx:researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Search emdx for existing knowledge about: $ARGUMENTS
Search emdx for existing knowledge about: $ARGUMENTS
Full-text search (default):
emdx find "query"
Semantic/conceptual search:
emdx find "concept" --mode semantic
Search with key info extraction:
emdx find "query" --extract
Filter by tags:
emdx find --tags "gameplan,active" # AND logic (all tags)
emdx find --tags "gameplan,analysis" --any-tags # OR logic (any tag)
Exclude tags:
emdx find "api" --no-tags "archived,draft"
Filter by date:
emdx find "query" --created-after 2026-01-01
emdx find "query" --modified-after 2026-02-01
Recent documents:
emdx find --recent # Last 10 accessed
emdx find --recent 20 # Last 20
View a specific document:
emdx view <id>
Short summary results:
emdx find "query" -s
Discover topics and coverage gaps:
emdx explore # Cluster docs into topics
emdx explore --gaps # Find thin/stale areas
emdx find "topic" -s to see what existsemdx find --tags "analysis,active"emdx find "concept" --mode semanticemdx find --recentemdx explore for a high-level mapemdx find does NOT support OR/AND/NOT operators — terms get quoted internally. To search for multiple concepts, run separate find commands:
emdx find "authentication" -s
emdx find "login flow" -s
emdx find "session management" -s
emdx view <id> to read full documents/savenpx claudepluginhub arockwell/emdx --plugin emdxDeep research on any topic by conducting web searches and fetching content. Can also add files or URLs to a research index. Useful for building knowledge bases or investigating unfamiliar subjects.
Executes multi-agent research pipeline on any topic with Scout, Investigators, Deep Diver, Verifier, Synthesizer, and Critic reviews to produce verified, sourced reports.
Gathers external information via web search and fetch, synthesizing findings into a verified markdown report. Useful for researching libraries and comparing approaches.