Agent skill

nw-source-verification

Source reputation tiers, cross-referencing methodology, bias detection, and citation format requirements

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill nw-source-verification --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
Path: skills/analysis/nw-source-verification/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

# Source Verification ## Source Reputation Tiers Validate every source against the trusted source domains provided via prompt context. | Tier | Score | Examples | Verification | |------|-------|---------|-------------| | High | 1.0 | Academic (*.edu, arxiv.org, ieee.org), Official (*.gov, w3.org, ietf.org), Tech docs (developer.mozilla.org), OSS foundations (apache.org, cncf.io) | Standard citation | | Medium-High | 0.8 | Industry leaders (martinfowler.com, stackoverflow.com, infoq.com) | Cross-ref with 1+ high-tier | | Medium | 0.6 | Community (medium.com verified experts, dev.to, hashnode.com) | Author verification + 3-source cross-ref | | Excluded | 0.0 | Unverified blogs (*.blogspot.com, wordpress.com), quora.com, pastebin.com | Reject, log warning, find alternative | ## Cross-Referencing Methodology 1. **Identify** the specific assertion to verify 2. **Find** 2+ independent sources not citing each other (avoid circular refs) 3. **Verify independence**: different authors, publishers, organizations 4. **Compare**: agree on substance (minor wording differences OK) 5. **Document**: verified / partially verified / unverified per finding ### Circular Reference Detection - Source B c

What's inside
Steps it walks through
  1. Source Reputation Tiers
  2. Cross-Referencing Methodology
  3. Circular Reference Detection
  4. Bias Detection Checklist
  5. Citation Format
  6. Required Metadata Per Source
  7. Paywalled or Restricted Sources
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the nw-source-verification skill do?

Source reputation tiers, cross-referencing methodology, bias detection, and citation format requirements

How do I install it?

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