Truth Shield — Development skill for Claude Code
Stop Claude from lying to you.
How to install Truth Shield
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open BAS-More/truth-shield and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Truth Shield does
Stop Claude from lying to you. A Claude Code skill that fact-checks every claim against real sources — code files, live docs, web search — and flags anything it can't confirm.
Alternatives in Development
- Domxss — Confirm DOM XSS in a real headless browser — injects canary payloads into params + URL fragment and only repor 4.5k ★
- Obsidian Reconcile — Find and resolve contradictions in the vault — the vault maintains its own truth 277 ★
- Gemini Project Context For SaneBar — PRIMARY INSTRUCTION: This project uses a shared configuration with Claude 216 ★
README
Claude states things confidently that turn out to be wrong.
Truth Shield is a Claude Code skill that verifies every factual claim against real sources — and flags anything it can't confirm.
Install (30 seconds)
|
**Mac / Linux**
|
|
**Windows (PowerShell)**
|
Manual install[!TIP] Add `TRUTH_SHIELD_HOOK=yes` before the install command to also install the **always-on enforcement hook** — a deterministic gate that runs outside Claude's context window and cannot be prompt-injected.
# Mac / Linux
mkdir -p ~/.claude/skills
cp SKILL.md ~/.claude/skills/truth-shield.md
# Windows (PowerShell)
New-Item -ItemType Directory -Path "$env:USERPROFILE\.claude\skills" -Force | Out-Null
Copy-Item SKILL.md "$env:USERPROFILE\.c
Related Skills
Claude Shield
A zero-dependency, event-driven automated protection suite and sentinel daemon for Claude Code CLI. Safely neu
Mach Fact
Machiavelli — record an immutable fact about a person. Facts are append-only and are the ground truth from whi
Claude Session Recall
A Claude Code skill that reads your session's own transcript, so a fact that arrived through a compaction summ
Af Ship
Check $ARGUMENTS for flags before doing anything else:
Video Presentation
Generate interactive HTML presentations for any video type (tutorials, comparisons, fact-checks, explainers)
Feature Forge
A full feature lifecycle for coding agents: crucible, brief, wireframe, architecture, plan, TDD build loop, ad
Related Agents
UX Probe Calibrator
The §5a calibration anchor — plant a KNOWN UX defect (mislabeled control, hidden required field, dead-ended fl
Fact Checking Agent
Use proactively to verify claims in documentation against sources of truth (codebase, web data, or research).
Opentable Agent
OpenTable-specific agent. Handles venue search (live via browser automation) and hand-off to the OpenTable boo