Classify Claim
SkillAI & modelsAssigns each extracted claim to one of five buckets — simplified-correct, simplified-boundary, wrong, contested, overclaim — with low/medium/high confidence and one-sentence rationale. Classification happens before primary-source verification (which confirms, not invents). Use for every claim from claim-extractor. Trigger keywords — classify, bucket, simplified vs wrong, claim type, technical classification.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Classify Claim skill
What this skill tells your AI
The instructions your AI receives, as published by lyndonkl/claude in skills/classify-claim/SKILL.md and read by ahel’s review.
Five buckets
- simplified-correct: strips detail; underlying claim still holds. Keep.
- simplified-boundary: holds in common case, breaks in edge case. Fold break into post.
- wrong: flat factual error. Fix.
- contested: field actively debating. Hedge.
- overclaim: true narrowly, asserted broadly. Scope.
Examples
- "Softmax turns logits into a probability distribution" → simplified-correct (omits calibration caveats but the core claim holds).
- "Attention is O(n²) in memory" → simplified-boundary (true naive; FlashAttention is O(N)).
- "Softmax produces calibrated probabilities" → wrong (distribution ≠ calibrated probability).
- "LLMs exhibit emergent reasoning with scale" → contested (Schaeffer et al. 2023 actively disputes).
- "RAG beats fine-tuning for domain knowledge" → overclaim (true for tail factoid recall; false for reasoning).
Workflow
Per claim:
- [ ] Step 1: Match claim to nearest bucket by definition
- [ ] Step 2: Assign confidence: low (pattern-matching, need source), medium (field knowledge suggests), high (sure)
- [ ] Step 3: Write one-sentence rationale
- [ ] Step 4: If low confidence, defer final classification until cross-reference-claim confirms
Guardrails
- Never classify
wrongwithout a post-classification primary-source check (that'scross-reference-claim). - Respect
[contrarian]regions:wrongdowngrades tocontestedoroverclaiminside contrarian annotations. - Classification is structural — goes on the claim object, not in prose.
- If the writer's glossary defines a term differently than the field,
glossary-alignment-checkran first and flagged it — apply the writer's definition for classification. - Default to the more conservative classification on ties.
simplified-boundarybeatswrongwhen the claim is right "most of the time."
Signals
- GitHub stars
- 158
- Forks
- 23
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
classify-claim- Source
- github.com/lyndonkl/claude