SOP for detecting and resolving concept aliases — merge duplicate pages,
Scanned 9/5/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill alias-resolution --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Alias Resolution?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-alias-resolution)More formats (shields.io, HTML) on the badges page.
---
name: alias-resolution
description: SOP for detecting and resolving concept aliases — merge duplicate pages,
redirect edges.
execution: sop
---
# Alias Resolution
Detect when two concept pages refer to the same thing under different names. Merge into canonical page.
## Tool
`vault_search` + CC file operations + `vault_add_edge`
## Protocol
1. Search vault for the concept name and common synonyms
2. If multiple pages cover the same concept: choose canonical name
3. Merge content from duplicate into canonical page
4. Redirect all edges from duplicate to canonical
5. **Inline wikilinks:** After edge redirection, ensure the canonical page body contains `[[dir/slug]]` for all targets (dir/slug = target path minus `.md`). Place inline at semantically relevant locations. Skip if already present.
6. Delete duplicate page
7. Update index
## HARD-GATE
<HARD-GATE>
Before merging, verify the pages truly refer to the same concept (not related but distinct concepts).
</HARD-GATE>
## Yield
Returns: `{ merged: boolean, canonical: string, aliases_resolved: 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!