From claudian
Find and create connections between existing vault notes. Use after writing a new note, or when you notice notes that should reference each other but don't.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claudian:vault-linkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Find and create wikilink connections between notes in the Claudian Obsidian vault.
Find and create wikilink connections between notes in the Claudian Obsidian vault.
vault-write to connect the new note to the graphvault-status reports orphan notesUnderstand its topic, type, project, and tags.
Use multiple strategies: shared tags, similar title terms, same project folder siblings, and adjacent topics by implication (e.g., a DataStore locking note → session, persistence, concurrency notes).
List proposed links with reasoning:
From: <source> → To: <target>
Reason: <why related>
Links are bidirectional when both notes genuinely reference each other's topic. Use one-directional links for asymmetric relationships (e.g., a gotcha cites an ADR, but the ADR doesn't need to know about every gotcha).
For each approved link, add:
[[Note Title]] in the body at a natural point, or in a ## Related sectionlinks-to frontmatter listlinks-to:
- "DataStore Session Lock Pattern"
- "Project - Bloxus"
| Target | Format |
|---|---|
| Regular note | [[Note Title]] |
| Project index | [[Project - ProjectName]] |
| Note with display text | [[actual-filename|Display Text]] |
Use the exact note title (from title: frontmatter or H1) in wikilinks.
Link when:
Do not link when:
npx claudepluginhub cyanotex/claudian --plugin claudianCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.