research
Systematic research before planning - gather documentation, security concerns, tech stack analysis, and community insights. Use when user says "let's research", "research this", "investigate", "look into", or needs to understand a technology or feature before planning.
npx skills add majiayu000/claude-skill-registry --skill research-wynterjones-openpaw --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 Conducts systematic research and creates living documents in `_RESEARCH/`. ## When to Use - Before planning new features - Evaluating technologies - Security research - Understanding dependencies ## Workflow ### Step 1: Parse Research Topic 1. Extract topic from user input 2. Normalize to SCREAMING_SNAKE_CASE for filename 3. Check if `_RESEARCH/[TOPIC].md` already exists ### Step 2: Spawn Parallel Research Tasks Use Task tool to run these in parallel: **Documentation Research:** - Find official documentation - Identify API references - Locate getting started guides - Check for migration guides **Security Research:** - Search for known CVEs - Find security advisories - Identify auth/authz concerns - Check dependency vulnerabilities **Tech Stack Analysis:** - Identify required dependencies - Check Node.js/browser compatibility - Analyze bundle size implications - Find TypeScript definitions **Community Research:** - Search GitHub issues for common problems - Find Stack Overflow discussions - Identify known gotchas - Gather performance tips ### Step 3: Consolidate Findings 1. Merge findings into structured document 2. Identify conflicts between sources 3. Assign confi
- When to Use
- Workflow
- Step 1: Parse Research Topic
- Step 2: Spawn Parallel Research Tasks
- Step 3: Consolidate Findings
- Step 4: Create/Update Research Document
- Research Freshness
- Output Format
What does the research skill do?
Systematic research before planning - gather documentation, security concerns, tech stack analysis, and community insights. Use when user says "let's research", "research this", "investigate", "look into", or needs to understand a technology or feature before planning.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill research-wynterjones-openpaw --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.
