npx claudepluginhub ojowwalker77/claude-matrix --plugin matrixWant just this skill?
Then install: npx claudepluginhub u/[userId]/[slug]
This skill should be used when the user asks to "research a topic", "deep research", "investigate thoroughly", "multi-source research", "comprehensive analysis", or needs to conduct research across web, documentation, and memory sources.
This skill is limited to using the following tools:
references/research-pipeline.mdMatrix Deep Research
Perform comprehensive research on a topic using multiple sources: web search, Context7 documentation, Matrix memory, GitHub repositories, and more.
Usage
Parse user arguments from the skill invocation (text after the trigger phrase).
Format: <query> [depth]
- query: The research topic or question
- depth (optional):
quick|standard|exhaustive(default:standard)
Depth Levels
- quick: Fast research using 2-3 sources, ~500 words output
- standard: Balanced research using 4-5 sources, ~1500 words output
- exhaustive: Deep research using 6+ sources, ~3000+ words output
Research Pipeline
Follow the 5-phase research pipeline detailed in references/research-pipeline.md:
- Phase 1: Query Expansion - Analyze query, generate sub-queries, identify domains
- Phase 2: Multi-Source Gathering - Collect from Web, Context7, Matrix, GitHub
- Phase 3: Content Fetching - Retrieve full content from promising URLs
- Phase 4: Synthesis - Deduplicate, organize, identify patterns
- Phase 5: Output - Generate polished markdown report
Output
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:
- Display a summary of findings in the chat
- Report the full markdown file location
- Offer to elaborate on any section
Examples
/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
Additional Resources
Reference Files
For detailed pipeline procedures, consult:
references/research-pipeline.md- Complete 5-phase research process with output format
Similar Skills
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.