From kw
Find missing links between notes across the full vault (zettels + GTD). Use when a note feels isolated or after adding new notes to surface bidirectional connections.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kw:zk-connectsonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Surface missing bidirectional links for a note or set of notes across the
Surface missing bidirectional links for a note or set of notes across the
full vault (~/notes/).
If given an ID, find and read the note (could be in any group):
zk list --match "<id or title>" --format "{{filename}} {{title}} ({{path}})" 2>/dev/null
From the note content, identify 3–5 core concepts, terms, or claims to search against.
zk list --match "<concept>" --format "{{filename-stem}} {{title}} ({{path}})" 2>/dev/null
One search per concept. Exclude the target note itself. Results may span zettels, GTD tasks, and project dashboards.
Read each candidate note. Assess whether a link is meaningful:
Discard weak associations.
**Suggested links for [[id]] — Title:**
→ [[id]] Title (zettels/)
Reason: <one sentence why these ideas connect>
Direction: <target → candidate | candidate → target | bidirectional>
→ [[id]] Title (gtd/tasks/)
...
For each accepted link, add to the appropriate note:
## Links
- [[id]] — Title — <reason>
Always add links in both directions unless the relationship is clearly one-way.
$ARGUMENTS - Note ID, title, or topic to find connections for
npx claudepluginhub handol-park/claude-plugins --plugin kwEnforces Zettelkasten note-writing discipline: atomic claims, declarative titles, own-words prose, and typed link relationships. Use when capturing or refactoring evergreen notes.
Generates bridge notes within an Obsidian vault by detecting semantic gaps, incomplete MOCs, and implicit concepts. Creates drafts linking existing content without inventing external facts.
Analyzes documents in Yuque knowledge base to discover connections like similar topics or complementary content and suggests cross-reference links to build a knowledge network.