← ClaudeAtlas

obsidian-split-notelisted

Refactor a large Obsidian note — split it into atomic/thematic notes while preserving wikilinks in the original. Use this skill when the user asks to split, divide, or refactor a specific note. The skill creates child notes, inserts [[links]] into the original, and follows the PARA vault structure.
alexeyshishin/as-skill · ★ 4 · Code & Development · score 73
Install: claude install-skill alexeyshishin/as-skill
# obsidian-split-note Splits one large note into several smaller ones (atomic or thematic) while preserving connectivity: - the original stays, its sections are replaced with a short description + `[[wikilink]]`; - each new note is created in the correct PARA folder; - the frontmatter of the original and the new notes is kept consistent (`up`/`down` are set). Base rules (PARA, tags, frontmatter, style, file names) — in `.claude/rules/`. In particular: `tags.md` (the "Structural tags" section), `note-types-frontmatter.md`, `knowledge-structures.md` (atomic notes), `file-naming.md`. --- ## Algorithm ### 1. Read and identify candidates Criteria for "extract / keep" — `knowledge-structures.md` (the "When to split a section into its own note" section). Determine the original's overall topic and the list of candidates. ### 2. Show the plan and wait for confirmation Plan → confirmation → action protocol — `workflows.md`. Plan format: ``` Original: [[Title]] (topic: …) Extract: 1. [[New note 1 name]] → 03. Ресурсы/<Тема>/База знаний/ (#thought) 2. [[New note 2 name]] → 02. Сферы/07. Карты/ (#moc) Leave in the original: intro paragraph, short conclusion ``` ### 3. Create the child notes For each one: 1. **File name** — see `file-naming.md`. For a series from one source: `<Parent> – <Concept>.md`. For a standalone one: a substantive claim-based name. 2. **Structural tag + folder** — per `tags.md` (usually `#thought` → `03. Ресурсы/<Тема>/База знаний/`). 3. **Frontmatte