Agent skill · Documentation

deep-research

In-depth research on technical topics using web search, documentation, and codebase analysis. Use when asked to 'research', 'investigate', 'find out about', or explore unfamiliar technologies.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill deep-research-alexandrbasis-wythm-claude-workflo --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: -WebSearch-WebFetch-Read-Grep-Glob-Task
Path: skills/analysis/deep-research-alexandrbasis-wythm-claude-workflo/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Deep Research ## Overview Conduct comprehensive research on technical topics, synthesizing information from multiple sources. Since this runs in a forked context, explore extensively - only the final findings return to the main conversation. ## Research Process ### 1. Clarify Scope Before diving in, understand: - What specifically needs to be researched? - What decisions will this inform? - Any constraints (technology, timeline, team expertise)? ### 2. Source Prioritization | Priority | Source | Use For | |----------|--------|---------| | 1 | Official docs | Authoritative information | | 2 | GitHub repos | Real implementations, issues | | 3 | Technical blogs | Best practices, gotchas | | 4 | Stack Overflow | Common problems, solutions | | 5 | Codebase analysis | How it relates to our code | ### 3. Research Strategy **For Technology Evaluation:** ``` 1. Official documentation overview 2. GitHub - stars, activity, issues 3. Comparison articles (vs alternatives) 4. Real-world case studies 5. Our codebase - integration points ``` **For Problem Solving:** ``` 1. Error message / symptom search 2. GitHub issues in relevant repos 3. Stack Overflow discussions 4. Official troubleshooting

What's inside
Steps it walks through
  1. Overview
  2. Research Process
  3. 1. Clarify Scope
  4. 2. Source Prioritization
  5. 3. Research Strategy
  6. 4. Cross-Verification
  7. Output Format
  8. Research Quality Checklist
  9. Wythm Context
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the deep-research skill do?

In-depth research on technical topics using web search, documentation, and codebase analysis. Use when asked to 'research', 'investigate', 'find out about', or explore unfamiliar technologies.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill deep-research-alexandrbasis-wythm-claude-workflo --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.

Keep going