Tactic for verifying ontology consistency — detect contradictions, cycles,
Scanned 9/5/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill knowledge-structuring-consistency-checking --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Knowledge Structuring Consistency Checking?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-knowledge-structuring-consistency-checking)More formats (shields.io, HTML) on the badges page.
---
name: knowledge-structuring-consistency-checking
description: Tactic for verifying ontology consistency — detect contradictions, cycles,
orphans, and type violations.
execution: tactic
dependencies:
sops:
- gap-detection
- merge-candidates
---
# Consistency Checking
Verify the ontology is internally consistent. No contradictions, no cycles in hierarchies, no orphaned concepts, no type violations.
## Available SOPs
- wiki-lint-fix — run structural validation
- wiki-graph-query — explore suspicious neighborhoods
- gap-detection — find structural holes
- merge-candidates — identify near-duplicates
## Guiding Principles
- **Contradictions are urgent.** Two edges that contradict each other (A supports B, A contradicts B) must be resolved immediately.
- **Orphans are warnings.** A concept with no edges is suspicious but not necessarily wrong — it may just need connection.
- **Type violations are errors.** An edge type that doesn't make semantic sense (e.g., "question" component_of "source") indicates a classification mistake.
- **Fix root causes.** Don't just remove the symptom — understand why the inconsistency arose.
## Minimum Yield
<HARD-GATE>
≥1 inconsistency identified and resolved per invocation.
If vault_lint returns zero issues and graph inspection finds no problems, report clean state.
</HARD-GATE>
<!-- BEGIN available-tables (generated) -->
## Available SOPs
Optional, no fixed order; the final leaf is always a sop.
| SOP | When to use |
| --- | --- |
| gap-detection | SOP for finding structural gaps in the ontology — missing concepts, thin branches, disconnected clusters. |
| merge-candidates | SOP for identifying near-duplicate concepts that should be merged. |
<!-- END available-tables (generated) -->
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!