Contradiction Resolution banner
bradduy bradduy

Contradiction Resolution

Documentation community

Description

--- name: contradiction-resolution description: Skill for detecting and resolving contradictions between wiki pages — compare evidence, propose resolution, link both sides type: rigid --- # Contradiction Resolution Skill This skill governs how contradictions are detected, evaluated, and resolved. Follow it exactly. ## What is a contradiction? A contradiction occurs when two wiki pages make **incompatible claims** about the same thing. Not every disagreement is a contradiction: | Type | Is a

Installation

Installs to ~/.claude/skills/bradduy-wiki-knowledge-compiler-contradiction-resolution/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bradduy-wiki-knowledge-compiler-contradiction-resolution && curl -fsSL https://raw.githubusercontent.com/bradduy/wiki-knowledge-compiler/HEAD/skills/contradiction-resolution.md -o ~/.claude/skills/bradduy-wiki-knowledge-compiler-contradiction-resolution/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository