From matrix
Conducts multi-source research on topics via web search, documentation queries, matrix memory, and GitHub using a 5-phase pipeline. Outputs markdown reports at quick/standard/exhaustive depths.
How this skill is triggered — by the user, by Claude, or both
Slash command
/matrix:deep-researchThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Perform comprehensive research on a topic using multiple sources: web search, Context7 documentation, Matrix memory, GitHub repositories, and more.
Perform comprehensive research on a topic using multiple sources: web search, Context7 documentation, Matrix memory, GitHub repositories, and more.
Parse user arguments from the skill invocation (text after the trigger phrase).
Format: <query> [depth]
quick | standard | exhaustive (default: standard)Follow the 5-phase research pipeline detailed in references/research-pipeline.md:
Save to session directory: $CLAUDE_SESSION_DIR/matrix-research-[slug]-[timestamp].md
If $CLAUDE_SESSION_DIR is not available, fall back to current working directory.
After completing research:
/matrix:deep-research React Server Components best practices standard
/matrix:deep-research "how to implement OAuth 2.0 with PKCE" exhaustive
/matrix:deep-research TypeScript generics quick
For detailed pipeline procedures, consult:
references/research-pipeline.md - Complete 5-phase research process with output formatnpx claudepluginhub ojowwalker77/claude-matrix --plugin matrixConducts deep parallel research on a topic using web searches, saves cited markdown files with validated URLs, and produces a synthesis summary.
Researches complex topics across multiple sources with configurable depth, focus, and output format via interactive questions.
Gathers external information via web search and fetch, synthesizing findings into a verified markdown report. Useful for researching libraries and comparing approaches.