Alias Resolution
SkillDev toolsSOP for detecting and resolving concept aliases — merge duplicate pages,
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Alias Resolution skill
What this skill tells your AI
The instructions your AI receives, as published by yogsoth-ai/de-anthropocentric-research-engine in skills/alias-resolution/SKILL.md and read by ahel’s review.
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
- Search vault for the concept name and common synonyms
- If multiple pages cover the same concept: choose canonical name
- Merge content from duplicate into canonical page
- Redirect all edges from duplicate to canonical
- 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. - Delete duplicate page
- Update index
HARD-GATE
Yield
Returns: { merged: boolean, canonical: string, aliases_resolved: string[] }
Signals
- GitHub stars
- 469
- Forks
- 37
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
alias-resolution- Source
- github.com/yogsoth-ai/de-anthropocentric-research-engine