AgentSkillsCN

link-notes

在现有 Zettelkasten 笔记之间创建双向链接。

SKILL.md
--- frontmatter
name: link-notes
description: Create bidirectional links between existing Zettelkasten notes.
argument-hint: [note1-id] [note2-id] [relationship]

When linking notes:

  1. Read the content of both notes
  2. Add [[link]] to the other note in each note's Links section
  3. Ensure bidirectional linking
  4. Add relationship description if provided
  5. Update both notes with the new links

Arguments:

  • $0: ID of first note
  • $1: ID of second note
  • $2: Optional relationship description

Example: In note $0, add:

  • [[$1]] - $2

In note $1, add:

  • [[$0]] - $2