Agent skill

research-source-evaluation

When searching for authoritative sources for skills or validating existing source links.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill research-source-evaluation --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
Version: 1.0.0
Path: skills/analysis/research-source-evaluation/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

## When to Use When searching for authoritative sources for skills or validating existing source links. ## Patterns ### Source Tiers (Credibility) ``` Tier 1 (Highest): - Official docs (react.dev, supabase.com/docs) - RFCs, W3C specs - GitHub source code Tier 2: - Official blogs (vercel.com/blog) - Release notes, changelogs - Core team members' posts Tier 3: - Reputable tech companies (AWS, Google, etc.) - Well-known authors (Kent C. Dodds, Dan Abramov) Tier 4: - Stack Overflow (high votes, recent) - GitHub issues (official repos) Tier 5 (Lowest): - Personal blogs, tutorials - Medium articles (verify author) ``` ### Search Strategy ```bash # Primary search (official) "[technology] site:docs.*.com OR site:*.dev" # Version-specific "[technology] [version] documentation" # Latest practices "[technology] best practices 2024 2025" # Breaking changes "[technology] migration guide OR breaking changes" ``` ### Source Validation Checklist ``` ✅ Domain is official project domain ✅ Content dated within 12 months ✅ Author is maintainer/team member ✅ Links to source code or spec ✅ No outdated version warnings ``` ## Anti-Patterns - Using StackOverflow answers >2 years old - Blog posts without c

What's inside
Steps it walks through
  1. When to Use
  2. Patterns
  3. Source Tiers (Credibility)
  4. Search Strategy
  5. Source Validation Checklist
  6. Anti-Patterns
  7. Verification Checklist
Ships with 1 file
  • metadata.json
Commands it runs
Primary search (official)
Version-specific
Latest practices
Breaking changes
More from claude-skill-registry
All skills →
About this skill
What does the research-source-evaluation skill do?

When searching for authoritative sources for skills or validating existing source links.

How do I install it?

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