alias-resolution

Featured

SOP for detecting and resolving concept aliases — merge duplicate pages, redirect edges.

AI & Automation 458 stars 34 forks Updated yesterday Apache-2.0

Install

View on GitHub

Quality Score: 92/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
47
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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[] }`

Details

Author
yogsoth-ai
Repository
yogsoth-ai/de-anthropocentric-research-engine
Created
7 months ago
Last Updated
yesterday
Language
HTML
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

second-brain-merge

Merge two pages that describe the same thing, preserving every distinct claim, redirecting inbound links, and recording the merge. Use this skill when the user approves a duplicate merge, says "these are the same page", "merge X into Y", or asks to clean up near-duplicates that a lint run proposed. Do NOT use to merge pages on your own judgement, to delete a page outright, or to split one page into several.

46 Updated today
undefined-ui
AI & Automation Listed

cx-content-consolidation

Use to merge overlapping help articles without breaking search, bookmarks, or AI grounding — choosing a canonical page, setting redirects, and measuring post-merge impact. Trigger for "we have duplicate KB articles", consolidate help centre content, merge knowledge base articles, KB deduplication, article redirects, canonical help article, or overlapping docs confusing customers and search.

1 Updated 1 months ago
rulebase-co
AI & Automation Listed

canonical-duplicate-content

Resolve duplicate and near-duplicate URLs with the right tool — canonical tags, redirects, noindex, parameter handling or consolidation. Use whenever the user mentions canonical tags, rel=canonical, duplicate content, duplicate pages, "Google chose a different canonical", URL parameters, UTM parameters, trailing slashes, www versus non-www, pagination, print versions, syndicated content, or Search Console reporting "Alternate page with proper canonical" or "Duplicate without user-selected canonical".

0 Updated 3 days ago
keupera