From obsidian-qmd-search
Query Obsidian wikilink aliases — list aliases for a specific file or the entire vault. Useful for discovering alternate names a note answers to.
How this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian-qmd-search:aliasesWhen to use
INVOKE when: user asks about wikilink aliases, alternate names, or "aka" for notes. Triggers: "list aliases", "what aliases does this note have", "show alternative names", "what aka does this note use", "별칭 보여줘", "이 노트의 다른 이름", "alias 목록", "위키링크 별칭"
haikuThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query wikilink aliases. See [cli-basics.md](../common/references/cli-basics.md) for common patterns.
Query wikilink aliases. See cli-basics.md for common patterns.
obsidian aliases
obsidian aliases file=<name> verbose
obsidian aliases active
obsidian aliases total
file=/path= specific file / active current filetotal return count only / verbose include file pathsAliases are defined in frontmatter:
---
aliases:
- Project A
- Alpha Project
---
These allow linking via [[Project A]] or [[Alpha Project]].
npx claudepluginhub juyeongyi/jylee_claude_marketplace --plugin obsidianCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.