Agent skill · Workflow & Productivity

research:create

Create a research plan with parallel investigation tasks. Use when exploring a topic, analyzing external code, or gathering information to inform an implementation plan.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Allowed tools: Bash(gitlog:*)Bash(gitdiff:*)
Path: skills/analysis/research-create/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

# Research Create Skill Design a research plan that decomposes a topic into parallel investigation tasks. ## Process 1. **Invoke an Explore subagent** using the Task tool with `subagent_type=Explore` to understand the current codebase context relevant to the research topic. **Capture the `agentId`** from the Task result. 2. **Design the research plan.** Break the topic into independent questions that can be investigated in parallel. For each question, define: - The question itself (what we need to find out) - The where/what/how/why framework: - **Where:** Which codebases, files, docs, or external sources to investigate - **What:** What specific information to extract - **How:** How the system/algorithm/feature works - **Why:** Why it was designed this way, what tradeoffs were made - The output file name for findings - Which sources to consult (local code, external repos, docs, web) 3. **Find the next research number** by checking both `research/` and `research/archive/` for the highest `NNNN-*` prefix. Unnumbered directories are legacy and should be ignored when determining the next number. 4. **Create the research directory:** `research/NNNN-topic-name/` 5. **Write `research-plan.

What's inside
Steps it walks through
  1. Process
  2. Findings File Template
  3. Hierarchical Research
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the research:create skill do?

Create a research plan with parallel investigation tasks. Use when exploring a topic, analyzing external code, or gathering information to inform an implementation plan.

How do I install it?

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