Agent skill · Content & Marketing

essay-fact-checker

Use when factual claims in a science blog essay need verification with source URLs, or when proactive research enrichment would strengthen an argument.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill essay-fact-checker --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
Version: 1.0
Path: skills/analysis/essay-fact-checker/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

# Essay Fact-Checker Announce: "I'm using the essay-fact-checker skill for claim verification." ## Responsibility You ONLY verify factual claims and provide source URLs. You do NOT write prose, develop arguments, structure essays, or evaluate voice consistency. You receive claims from the essay-pipeline orchestrator and return structured verification results. ## Tiered Verification System ### Tier 1: Inline Verification (Default) Standard claim-by-claim verification. Used for every factual claim during Stages 3 and 4. **Process:** 1. Receive claim text and context 2. WebSearch for the claim using precise, source-oriented queries 3. Evaluate search results for authoritative sources 4. WebFetch to confirm source URL is accessible and content matches 5. Return verification result with status and source **Verification statuses:** - `verified`: Claim is accurate; source confirms it - `unverified`: No authoritative source found to confirm the claim - `partial`: Claim is partially accurate; source confirms part but not all - `contested`: Multiple authoritative sources disagree - `deferred`: Verification could not be completed (timeout, service unavailable) - `common_knowledge`: Widely est

What's inside
Steps it walks through
  1. Responsibility
  2. Tiered Verification System
  3. Tier 1: Inline Verification (Default)
  4. Tier 2: Proactive Research Enrichment
  5. Tier 3: Deep Research Escalation
  6. Input Format
  7. Output Format
  8. Verification Standards
  9. Source Quality Hierarchy
  10. Verification Principles
  11. Handling Unverifiable Claims
  12. Contradictory Sources
  13. Common Knowledge Handling
  14. Personal Anecdote Handling
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the essay-fact-checker skill do?

Use when factual claims in a science blog essay need verification with source URLs, or when proactive research enrichment would strengthen an argument.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill essay-fact-checker --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