claim-entity

Installation
SKILL.md

ClaimEntity Contract

This skill defines the shared data model that all plugins use when working with claims. Think of it as the API contract — any plugin submitting claims for verification or reading verification results needs to follow these structures so the system works consistently.

Core Data Model

Three record types compose the claim lifecycle. For complete field definitions, JSON examples, and batch submission format, see references/schema.md.

ClaimRecord

A single verifiable claim with its current state. Key fields: id, statement, source_url, source_title, submitted_by, status, deviations[], resolution.

DeviationRecord

A specific discrepancy between claim and source. Key fields: type, severity, source_excerpt, explanation.

Deviation types:

Installs
2
GitHub Stars
11
First Seen
May 19, 2026
claim-entity — cogni-work/insight-wave