researchquestions
Write a structured research prompt document — questions only, no answers
npx skills add majiayu000/claude-skill-registry --skill researchquestions --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 Write a research prompt document — a structured set of questions designed to guide deep technical investigation of a domain. The output is a markdown file that can be fed to an AI (or used by the agent itself) for thorough research. **You are writing QUESTIONS, not answers.** Do not research the topic yourself. Do not include findings, recommendations, or pre-baked conclusions. The entire point is to produce a document that drives research — not to do the research. ## Workflow ### Step 1: Understand the Topic Ask the user what they want to research if it's not clear. Understand: - What are they trying to build or decide? - What do they already have? (Existing code, tools, context) - What's the pain point driving this research? - How far does it need to scale? ### Step 2: Find the Research Prompts Folder Look for an existing `docs/research_prompts/` folder in the project. If it exists, read 1-2 existing prompts to match the project's established format and voice. If no folder exists, create `docs/research_prompts/`. ### Step 3: Write the Prompt Follow the format below exactly. Write it to `docs/research_prompts/<topic-slug>.md`. ## Format Every research prompt follows thi
- Workflow
- Step 1: Understand the Topic
- Step 2: Find the Research Prompts Folder
- Step 3: Write the Prompt
- Format
- Rules
- What NOT to Do
What does the researchquestions skill do?
Write a structured research prompt document — questions only, no answers
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill researchquestions --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.
