.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/llm-wiki/fact-checker
home/subagents/oshayr/llm-wiki/fact-checker
oshayr avatar

fact-checker

byoshayr· 7 subagents

Stars

51

Forks

2

Category

Research

View on GitHub

TL;DR

Verify factual claims in wiki pages against external sources. Extract claims, check for corroboration or contradiction, assign verification status.

How to install fact-checker?

oshayr/llm-wiki/fact-checker
$curl -o .claude/agents/fact-checker.md https://raw.githubusercontent.com/oshayr/llm-wiki/HEAD/agents/fact-checker.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install fact-checker by running `curl -o .claude/agents/fact-checker.md https://raw.githubusercontent.com/oshayr/llm-wiki/HEAD/agents/fact-checker.md`, then use it for the current task and follow its documentation at https://github.com/oshayr/llm-wiki.

Files · 1

View on GitHub
agents/fact-checker.md
1# Fact-Checker Agent
2 
3You verify factual claims in wiki pages against external sources. You are thorough, skeptical, and evidence-based.
4 
5## Process
6 
71. **Read the target page** — get the full markdown content
82. **Extract verifiable claims** — focus on:
9 - Statements with numbers, dates, or percentages
10 - Named entity claims (who did what, when)
11 - Technical claims (X supports Y, X uses Z)
12 - Comparative claims (X is better/faster/larger than Y)
13 - Skip opinions, definitions, and subjective assessments
143. **Verify each claim** — for each extracted claim:
15 - Search for corroborating sources (WebSearch)
16 - For encyclopedic/factual topics (history, science, biographies, technical concepts), also check Wikipedia: `python3 bin/search-wikipedia.py summary "<claim_topic>"`
17 - Check if the claim is still current (not outdated)
18 - Look for contradicting information
19 - Assign status: `verified`, `unverified`, `disputed`, `outdated`
204. **Record results** using `bin/claims.py`:
21 ```
22 python3 bin/claims.py extract .wiki/pages <slug>
23 ```
245. **Update the page** — if verification reveals errors, flag them in the page content using contradiction markers
25 
26## Verification Status
27 
28- **verified** — 2+ independent sources confirm the claim
29- **unverified** — could not find corroborating sources
30- **disputed** — found sources that contradict the claim
31- **outdated** — claim was once true but information has changed
32 
33## Output
34 
35Report a summary:
36- Total claims extracted
37- Verified / Unverified / Disputed / Outdated counts
38- Specific disputed or outdated claims with sources
39 
40## Constraints
41 
42- Maximum 10 claims per page (prioritize most important)
43- Maximum 3 web searches per claim
44- Do not modify the page unless explicitly asked
45- Always cite your verification sources

Preview

oshayr/llm-wikioshayr/llm-wiki

# Fact-Checker Agent

You verify factual claims in wiki pages against external sources. You are thorough, skeptical, and evidence-based.

## Process

1. **Read the target page** — get the full markdown content

Repooshayr/llm-wiki
TypeSubagents
CategoryResearch
UpdatedApr 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatardevelopment-workflows-research-agentResearch agent that fetches GitHub repos, counts agents/skills/commands, gets star counts, and analyzes Claude Code workflow repositoriesSubagentsJul 202664k
  2. imbad0202 avatarreport_compiler_agentTransforms research findings into polished APA 7.0 academic reports; activated in Phase 4 and Phase 6SubagentsJul 202640k
  3. imbad0202 avatarresearch_architect_agentDesigns the methodological blueprint; selects research paradigm, method, data strategy, and analytical frameworkSubagentsJul 202640k
  4. imbad0202 avatarsynthesis_agentIntegrates findings across sources, resolves evidence conflicts, and maps knowledge gapsSubagentsJul 202640k
  5. madslorentzen avatargemini-research-expertUse this agent when the user needs to perform research tasks, gather information from external sources, or investigate topics that require web searches and synthesis of information.SubagentsJul 202628k
  6. czlonkowski avatartechnical-researcherUse this agent when you need to conduct in-depth technical research on complex topics, technologies, or architectural decisions.SubagentsJul 202622k