From d33a8f279c458ac760e9dd403600229660edc064 Mon Sep 17 00:00:00 2001 From: Nlai741533 Date: Sat, 30 May 2026 23:17:18 +0800 Subject: [PATCH 1/2] =?UTF-8?q?Add=20EFC=20(Everything=20Fact-Checked)=20?= =?UTF-8?q?=E2=80=94=20fact-checking=20SDK=20for=20AI=20agents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 2918029..75e3864 100644 --- a/README.md +++ b/README.md @@ -221,3 +221,15 @@ An open source library for building AI-powered user interfaces. +## [EFC (Everything Fact-Checked)](https://github.com/Nlai741533/EFC-Plugin) +EFC is a fact-checking tool for AI-generated research reports. It catches 5 systematic failure modes (unit errors, fabricated interpolation, source conflation, stale data, attribution laundering) through an agent-agnostic SKILL.md, CLI (`efc`), and GitHub Action. Includes source-content verification that fetches cited URLs and checks whether claimed figures actually appear in the source text. + +
+ +### Links +- [GitHub](https://github.com/Nlai741533/EFC-Plugin) +- [Standalone Skill (one file, any agent)](https://github.com/Nlai741533/EFC-standalone) + +
+ + From 6ade2a55a80c9ff62db93058d6f19530f3e74a6d Mon Sep 17 00:00:00 2001 From: Nlai741533 Date: Sat, 30 May 2026 23:17:33 +0800 Subject: [PATCH 2/2] =?UTF-8?q?Add=20Everything=20Fact-Checked=20=E2=80=94?= =?UTF-8?q?=20fact-checking=20toolkit=20for=20AI=20research=20reports?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 75e3864..8121173 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,19 @@ An open source library for building AI-powered user interfaces. - [GitHub](https://github.com/vercel-labs/ai) + + +## [Everything Fact-Checked](https://github.com/Nlai741533/EFC-Plugin) + +A fact-checking toolkit for AI-generated research reports. CLI, Claude Code plugin, and GitHub Action that catches hallucinated numbers, fabricated data, and exaggerated claims before they reach your reader. + +
+ +### Links +- [GitHub (Plugin)](https://github.com/Nlai741533/EFC-Plugin) +- [GitHub (Standalone Skill)](https://github.com/Nlai741533/EFC-standalone) +- [PyPI](https://pypi.org/project/everything-fact-checked/) +