SOP for finding structural gaps in the ontology — missing concepts, thin
Scanned 9/5/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill gap-detection --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Gap Detection?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-gap-detection)More formats (shields.io, HTML) on the badges page.
---
name: gap-detection
description: SOP for finding structural gaps in the ontology — missing concepts, thin
branches, disconnected clusters.
execution: sop
---
# Gap Detection
Find structural gaps: missing intermediate concepts, thin branches, disconnected clusters.
## Tool
`vault_graph_stats` + `vault_query_graph` + `vault_lint`
## Protocol
1. Run vault_graph_stats — check orphan list and edge distribution
2. For each orphan, query its neighborhood — is it truly isolated or just missing one edge?
3. Check edge_type_distribution — are some types underrepresented?
4. Identify thin branches (nodes with only 1 edge)
5. Report gaps with suggested fixes
## HARD-GATE
<HARD-GATE>
Must analyze the full orphan list and report actionable gap descriptions.
</HARD-GATE>
## Yield
Returns: `{ orphans: number, thin_branches: number, suggested_fixes: string[] }`
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!