Skip to content
Automation
Skill

/alias-resolution

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

From plugin
de-anthropocentric-research-engine
393200 skills
Install
$ npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill alias-resolution --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/alias-resolution

Context preview

The summary Claude sees to decide when to auto-load this skill.

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

SKILL.md

alias-resolution.SKILL.md
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[] }`

Ships withde-anthropocentric-research-engine

The complete research orchestration system for AI-native science. What It Does Design Philosophy Architecture (v3.2.2) Quick Start Configuration Roadmap License DARE is not a tool that helps you do research. It is the researcher.

Get the whole plugin
Stats
393
Stars
34
Forks
Active
Maintenance
HTML
Language
Apache-2.0
License
19h ago
Last commit
6mo ago
Created

Repo: yogsoth-ai/de-anthropocentric-research-engine