Agent skill · Security

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: ReadEditGlobGrepTaskWebFetchWebSearch
Path: skills/analysis/research-wynterjones-openpaw/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 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

What's inside
Steps it walks through
  1. When to Use
  2. Workflow
  3. Step 1: Parse Research Topic
  4. Step 2: Spawn Parallel Research Tasks
  5. Step 3: Consolidate Findings
  6. Step 4: Create/Update Research Document
  7. Research Freshness
  8. Output Format
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going