Agent skill · Documentation

deep-research

Conduct comprehensive deep research on any topic using Dify-powered workflow - searches documentation, academic papers, tutorials, APIs, best practices, and returns structured analysis with insights.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill deep-research-aiskillstore-marketplace --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
Version: 3.1.0
Allowed tools: BashGlobRead
Path: skills/analysis/deep-research-aiskillstore-marketplace/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 (Dify Powered) This skill delegates research tasks to a specialized Dify Workflow that: 1. Searches official documentation, tutorials, and academic resources 2. Analyzes the topic with DeepSeek Reasoner for deep insights 3. Iteratively searches for examples, solutions, and related research 4. Generates a comprehensive research report with structured findings **Use this skill for:** - Code implementation research (APIs, libraries, best practices) - Academic paper analysis and literature review - Technology comparison and evaluation - Any topic requiring comprehensive, structured research ## Parameters ```json { "type": "object", "properties": { "coding_task": { "type": "string", "description": "The coding task or question to research (required)" }, "tech_stack": { "type": "string", "description": "Technology stack context (e.g., 'React 18, TypeScript, Next.js')" }, "depth": { "type": "integer", "minimum": 1, "maximum": 5, "default": 3, "description": "Research depth (1=quick, 3=standard, 5=comprehensive)" } }, "required": ["coding_task"] } ``` ## Workflow ### Step 1: Locate the Client Script The client script is at: `.claude/skills/deep-research/scripts/dify-client.t

What's inside
Steps it walks through
  1. Parameters
  2. Workflow
  3. Step 1: Locate the Client Script
  4. Step 2: Execute Research
  5. Step 3: Process Results
  6. Step 4: Implement
  7. Error Handling
  8. Output Format
  9. When to Use
Ships with 1 file
  • metadata.json
Commands it runs
npx tsx "<path_to_script>" "<coding_task>" "<tech_stack>" <depth>
Basic research
npx tsx ".claude/skills/deep-research/scripts/dify-client.ts" "How to implement OAuth2 in Next.js"
With tech stack
npx tsx ".claude/skills/deep-research/scripts/dify-client.ts" "Add real-time notifications" "React 18, Socket.io"
With depth
npx tsx ".claude/skills/deep-research/scripts/dify-client.ts" "Optimize database queries" "PostgreSQL, Prisma" 5
More from claude-skill-registry
All skills →
About this skill
What does the deep-research skill do?

Conduct comprehensive deep research on any topic using Dify-powered workflow - searches documentation, academic papers, tutorials, APIs, best practices, and returns structured analysis with insights.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill deep-research-aiskillstore-marketplace --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