research
Deep research on a topic, creating persistent documentation for future reference. Use for technology decisions, competitive analysis, or complex topics.
npx skills add majiayu000/claude-skill-registry --skill research-taylorhuston-local-life-manager --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /research Deep research creating persistent documentation for future reference. Uses Ultrathink for comprehensive analysis. ## Usage ```bash /research "authentication patterns for multi-tenant SaaS" /research "real-time collaboration architectures" /research "Jira vs Linear competitive analysis" /research "WebSocket vs SSE trade-offs" ``` ## Output Locations ``` ideas/ ├── [project]/notes/research/ # Project-specific ├── shared/docs/research/ # Cross-project └── resources/research/ # General reference ``` **Location rules:** - Project-specific: `ideas/{project}/notes/research/` - Cross-project: `shared/docs/research/` - General reference: `resources/research/` ## Process ### 1. Check Existing Research ```bash grep -r "authentication" ideas/*/notes/research/ grep -r "authentication" shared/docs/research/ ``` If found, ask: "Research exists. Update, view, or create new?" ### 2. Deep Research Phase Invoke `research-specialist` agent: **Research scope:** - Official documentation (via Context7) - Technical blogs and tutorials - Stack Overflow (high-vote answers) - GitHub discussions and issues - Community forums - Existing solutions/products **Volume**: Read 20-30+ sources, distill to
- Usage
- Output Locations
- Process
- 1. Check Existing Research
- 2. Deep Research Phase
- 3. Create Research Document
- 4. Link to Related Work
- When to Use
- Updating Research
- Integration
grep -r "authentication" ideas/*/notes/research/ grep -r "authentication" shared/docs/research/
What does the research skill do?
Deep research on a topic, creating persistent documentation for future reference. Use for technology decisions, competitive analysis, or complex topics.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill research-taylorhuston-local-life-manager --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
