Agent skill

nw-research

Gathers knowledge from web and files, cross-references across multiple sources, and produces cited research documents. Use when investigating technologies, patterns, or decisions that need evidence backing.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill nw-research --agent claude-code

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

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

# NW-RESEARCH: Evidence-Driven Knowledge Research **Wave**: CROSS_WAVE **Agent**: Nova (nw-researcher) **Command**: `*research` ## Overview Systematic evidence-based research with source verification. Cross-wave support providing research-backed insights for any nWave phase using trusted academic|official|industry sources. Optional `--skill-for={agent-name}` distills research into a practitioner-focused skill file for a specific agent. ## Orchestration: Trusted Source Config At orchestration time, before invoking the researcher subagent: 1. **Read Config** — Read `.nwave/trusted-source-domains.yaml` from the project root. Gate: file read attempted. 2. **Seed If Missing** — If file missing, write it from the defaults in `## Default Trusted Sources` below, then notify the user: "Seeded `.nwave/trusted-source-domains.yaml` with defaults (7 categories, 42 trusted domains, 5 excluded). Edit the YAML directly to customize." Gate: file exists. 3. **Embed Config** — Embed the YAML content inline in the researcher subagent Task prompt so the agent receives trusted source config via prompt context. Gate: YAML present in Task prompt. ## Agent Invocation @nw-researcher Execute \*research on {t

What's inside
Steps it walks through
  1. Overview
  2. Orchestration: Trusted Source Config
  3. Agent Invocation
  4. Output Management
  5. Success Criteria
  6. Next Wave
  7. Examples
  8. Example 1: Standalone research
  9. Example 2: Research with agent skill
  10. Expected Outputs
  11. Default Trusted Sources
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the nw-research skill do?

Gathers knowledge from web and files, cross-references across multiple sources, and produces cited research documents. Use when investigating technologies, patterns, or decisions that need evidence backing.

How do I install it?

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