Contradiction Finder banner
themoment-team themoment-team

Contradiction Finder

Security community

Description

--- name: contradiction-finder description: "Performs a four-layer consistency audit across the entire project and outputs a file-based contradiction report — without editing anything. Layer 1 (doc↔doc): cross-checks CLAUDE.md, .claude/rules/**, .gemini/styleguide.md, CONTRIBUTING.md, and copilot-instructions.md for conflicting rules. Layer 2 (doc↔code): verifies that documented rules are actually followed across all .kt source files via grep-based full codebase scan. Layer 3 (doc↔agent/skill):

Installation

Installs to ~/.claude/agents/themoment-team-datagsm-server-contradiction-finder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/themoment-team/datagsm-server/HEAD/.claude/agents/contradiction-finder.md -o ~/.claude/agents/themoment-team-datagsm-server-contradiction-finder.md

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

Full documentation available on GitHub

View Source Repository