·doc-claim-validator
#

doc-claim-validator

Validate that claims in documentation match codebase reality. Extracts verifiable assertions (file paths, commands, function references, behavioral claims, dependencies) from markdown docs and checks them against the actual project. Use after code changes, before releases, or when docs feel untrustworthy.

15Installs·0Trend·@nickcrew

Installation

$npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill doc-claim-validator

How to Install doc-claim-validator

Quickly install doc-claim-validator AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill doc-claim-validator
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: nickcrew/claude-ctx-plugin.

SKILL.md

View raw

Verify that what documentation says is actually true by extracting testable claims and checking them against the codebase. Complements doc-maintenance (which handles structural health) by handling semantic accuracy.

| scripts/extractclaims.py | Deterministic claim extraction from markdown | Always (Phase 1) | | scripts/verifyclaims.py | Automated verification against codebase | Always (Phase 2) | | references/claim-taxonomy.md | Full taxonomy of claim types with examples | Triaging unclear claims |

Run the extraction script to parse all markdown files and pull out verifiable assertions:

Validate that claims in documentation match codebase reality. Extracts verifiable assertions (file paths, commands, function references, behavioral claims, dependencies) from markdown docs and checks them against the actual project. Use after code changes, before releases, or when docs feel untrustworthy. Source: nickcrew/claude-ctx-plugin.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill doc-claim-validator
Category
#Documents
Verified
First Seen
2026-02-26
Updated
2026-03-11

Browse more skills from nickcrew/claude-ctx-plugin

Quick answers

What is doc-claim-validator?

Validate that claims in documentation match codebase reality. Extracts verifiable assertions (file paths, commands, function references, behavioral claims, dependencies) from markdown docs and checks them against the actual project. Use after code changes, before releases, or when docs feel untrustworthy. Source: nickcrew/claude-ctx-plugin.

How do I install doc-claim-validator?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill doc-claim-validator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/nickcrew/claude-ctx-plugin