fdaudens commited on
Commit
e593c34
·
verified ·
1 Parent(s): 20b6763

Delete skills/fact-checker

Browse files
skills/fact-checker/README.md DELETED
@@ -1,71 +0,0 @@
1
- # Fact-Checker Skill for Claude
2
-
3
- A comprehensive fact-checking and verification skill that enables Claude to analyze text, articles, and web content for factual accuracy using academic and journalistic approaches.
4
-
5
- ## Overview
6
-
7
- This skill equips Claude with a fact-checker that extracts verifiable claims, cross-references them against trusted sources, and provides detailed credibility assessments with supporting evidence.
8
-
9
- ## What It Does
10
-
11
- 1. **Claim Extraction** - Identifies all verifiable factual statements in provided content
12
- 2. **Source Research** - Systematically searches trusted academic, government, and journalistic sources
13
- 3. **Credibility Assessment** - Rates each claim as TRUE/FALSE/PARTIALLY TRUE/UNVERIFIED with confidence levels
14
- 4. **Source Quality Rating** - Calculates credibility scores using weighted criteria (source type, methodology, recency, corroboration)
15
- 5. **Report Generation** - Compiles comprehensive findings with evidence, contradictions, and context
16
-
17
- ## Verification Framework
18
-
19
- **Status Categories:**
20
- - TRUE (with HIGH/MEDIUM/LOW confidence)
21
- - FALSE (demonstrably incorrect)
22
- - PARTIALLY TRUE (accurate but missing context)
23
- - UNVERIFIED (insufficient evidence)
24
- - OPINION/SUBJECTIVE (not fact-checkable)
25
-
26
- **Credibility Scoring Formula:**
27
- ```
28
- Total Score = (Source Credibility × 0.40) + (Methodology × 0.30) +
29
- (Recency × 0.15) + (Corroboration × 0.15)
30
- ```
31
-
32
- ## Trusted Sources Included
33
-
34
- - **Academic:** Google Scholar, PubMed, arXiv, Semantic Scholar, IEEE Xplore, JSTOR
35
- - **Government:** Census Bureau, CDC, FDA, EPA, WHO, World Bank, UN Statistics
36
- - **Fact-Checkers:** Snopes, PolitiFact, FactCheck.org, Reuters Fact Check, AP Fact Check
37
- - **News:** Associated Press, Reuters, BBC, NYT, Washington Post, Wall Street Journal, The Guardian
38
- - **Domain-Specific:** Medical journals (NEJM, Lancet, JAMA), scientific journals (Nature, Science), legal databases
39
-
40
- ## Installation
41
-
42
- 1. Download `fact-checker.zip`
43
- 2. In Claude: Settings → Skills → Add skill → Upload skill
44
- 3. Select the downloaded file
45
-
46
- ## Usage Examples
47
-
48
- ```
49
- "Fact-check this article: [paste text or URL]"
50
- "Verify these medical claims about [treatment]"
51
- "Check the accuracy of these statistics"
52
- "Analyze this news article for factual accuracy"
53
- "Is this statement true? [statement]"
54
- ```
55
-
56
- ## Output Format
57
-
58
- Each verification report includes:
59
-
60
- - **Executive Summary** - Overall credibility score and key findings
61
- - **Detailed Findings** - Per-claim verification with status, confidence level, supporting/contradictory evidence, and context
62
- - **Source Bibliography** - Complete source list with credibility scores, types, dates, strengths, and limitations
63
- - **Recommendations** - Suggestions for further verification and identified red flags
64
-
65
- ## License
66
-
67
- MIT License - See LICENSE file for details
68
-
69
- ## Contributing
70
-
71
- Contributions welcome! Please feel free to submit issues or pull requests to improve source coverage, verification methodology, or domain-specific guidance.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
skills/fact-checker/fact-checker.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:df0daf3c53bb4e060877db06d3302ec98375cc7f0654406f3b49741e53d31dc0
3
- size 10450