Atomize any content into your Zettelkasten vault. Accepts text, file paths, or URLs. Extracts atomic ideas, finds connections to existing notes, and saves to your vault.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-personal-os-skills:atomizeThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn any content into connected atomic notes in your Zettelkasten vault.
Turn any content into connected atomic notes in your Zettelkasten vault.
Ask ONE question using AskUserQuestion:
["Paste text here", "Give a file path", "Describe an idea", "Atomize my recent daily logs"]Based on their choice:
notes/daily-log-*.md files, extract Highlight and Blocker sections (ignore Vitals metrics — energy/focus/mood are data, not knowledge)From the input, extract atomic ideas following these rules:
Typically extract 2-5 atomic notes from a paragraph or article excerpt. For daily logs, focus on:
For EACH extracted idea:
Glob to find all existing atomic/*.md filesGrep to search existing notes for related keywords and concepts[[wikilinks]] with a brief explanation of the connectiondate +%Y-%m-%d (Bash)atomic/ directory if it doesn't existatomic/YYYY-MM-DD_NNN.md where NNN is a 3-digit sequence number (001, 002, 003...)---
id: YYYY-MM-DD_NNN
title: "[Descriptive title]"
date: YYYY-MM-DD
source: "[Where the idea came from]"
tags: [tag1, tag2]
---
# [Title]
[2-5 sentences expressing the idea in your own words]
## Connections
- [[related-note-id]] — [Why this connects]
## Source Context
[Brief: who said it, where you read it, what prompted the thought]
---
*Created via /atomize*
Print a summary:
Atomized! X notes created, Y connections found to existing notes.
New notes:
- atomic/YYYY-MM-DD_001.md — "[title]"
- atomic/YYYY-MM-DD_002.md — "[title]" → connected to [[existing-note]]
- atomic/YYYY-MM-DD_003.md — "[title]"
If this is their first time using /atomize and they have fewer than 3 atomic notes total, add:
Tip: The more notes you add, the more connections appear. Try /atomize daily with one article, conversation, or idea.
atomic/ has 0 existing notes: skip connection search, just create the notes and mention "No existing notes to connect to yet — your graph starts here!"Do NOT turn this into a long conversation. Extract, create, summarize. The whole interaction should take under 3 minutes after the user provides input.
npx claudepluginhub bayramannakov/ai-personal-os-skills --plugin slide-inspectorBuilds a long-term knowledge base using atomic linked notes (Zettelkasten method). For researchers, writers, and developers who want notes that generate insights over time.
Extracts knowledge from source notes (papers, posts, books, lectures) into a vault's permanent knowledge base using evidence-based learning techniques.
Enforces Zettelkasten note-writing discipline: atomic claims, declarative titles, own-words prose, and typed link relationships. Use when capturing or refactoring evergreen notes.