nw-source-verification
Source reputation tiers, cross-referencing methodology, bias detection, and citation format requirements
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Source Reputation Tiers
- Cross-Referencing Methodology
- Circular Reference Detection
- Bias Detection Checklist
- Citation Format
- Required Metadata Per Source
- Paywalled or Restricted Sources
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.
