research
Conduct preliminary research on a topic and generate research outline. For academic research, benchmark research, technology selection, etc.
Profile →npx skills add majiayu000/claude-skill-registry --skill research-weizhena-deep-research-skills-3 --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 Skill - Preliminary Research ## Trigger `/research <topic>` ## Workflow ### Step 1: Generate Initial Framework from Model Knowledge Based on topic, use model's existing knowledge to generate: - Main research objects/items list in this domain - Suggested research field framework Output {step1_output}, use request_user_input to confirm: - Need to add/remove items? - Does field framework meet requirements? ### Step 2: Web Search Supplement Use request_user_input to ask for time range (e.g., last 6 months, since 2024, unlimited). **Parameter Retrieval**: - `{topic}`: User input research topic - `{YYYY-MM-DD}`: Current date - `{step1_output}`: Complete output from Step 1 - `{time_range}`: User specified time range **Hard Constraint**: The following prompt must be strictly reproduced, only replacing variables in {xxx}, do not modify structure or wording. Launch 1 web-search-agent (background), **Prompt Template**: ```python prompt = f"""## Task Research topic: {topic} Current date: {YYYY-MM-DD} Based on the following initial framework, supplement latest items and recommended research fields. ## Existing Framework {step1_output} ## Goals 1. Verify if existing items are missing
- Trigger
- Workflow
- Step 1: Generate Initial Framework from Model Knowledge
- Step 2: Web Search Supplement
- Step 3: Ask User for Existing Fields
- Step 4: Generate Outline (Separate Files)
- Step 5: Output and Confirm
- Output Path
- Follow-up Commands
What does the research skill do?
Conduct preliminary research on a topic and generate research outline. For academic research, benchmark research, technology selection, etc.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill research-weizhena-deep-research-skills-3 --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.