mikonos/zettelkasten-agent-skills · Archived

note-split

Split long notes into atomic, reusable notes. Use when asked to “atomize / split / break down” a note, and produce titles, source ranges, and link suggestions.

First seen May 17, 2026

Installation

$ npx skills add mikonos/zettelkasten-agent-skills --skill note-split

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from mikonos/zettelkasten-agent-skills.

npx skills add mikonos/zettelkasten-agent-skills

Browse all from mikonos/zettelkasten-agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 2
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,878 B
  • docs SUMMARY.md 181 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Note Split (Atomization)

Goal

Turn one long, fuzzy document into multiple notes that can stand alone and connect cleanly.

Quick start

  • Identify 3–7 candidate atomic concepts.
  • For each new note: one-sentence core + original source location + ≥2 link suggestions.

Workflow

Step 1: Concept identification (three layers)

  1. Surface concepts (explicit terms)
  2. Implicit concepts (assumptions / premises)
  3. Core insight (what the author really claims)

Step 2: Boundary test

  • If removing any part breaks the concept, it’s not atomic yet.
  • If the concept can explain other phenomena, it’s a good atomic note.

Step 3: Split plan

Provide a mapping table:

  • original section → new note title → core concept → note type (concept/method/case)

Step 4: Title patterns

  • Definition: “What is X? core elements”
  • Method: “Method X: key steps”
  • Insight: “On [topic]: [insight]”

Step 5: Links

Include:

  • sibling links (notes split from the same source)
  • topical links (same theme)
  • contrast links (alternative view / counterexample)

Output template

## 📋 Split Plan

### Source note
- **File**: [name]
- **Length**: [words/lines]
- **Concepts identified**: [N]

### Proposed new notes

#### 1) [New note title]
- **Core concept**: [one sentence]
- **Source location**: [section/paragraph]
- **Suggested links**: [[Link 1]] [[Link 2]]

### Keep-as-index suggestion
- Keep the original as an index note? yes/no (why)

Quality checks

  • Each new note is atomic and independently understandable
  • Each includes source location
  • Clear linking between split notes and the wider network