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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Parameters
- Workflow
- Step 1: Locate the Client Script
- Step 2: Execute Research
- Step 3: Process Results
- Step 4: Implement
- Error Handling
- Output Format
- When to Use
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
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.
