Zettelkasten Note Creation
Installation
SKILL.md
Zettelkasten Note Creation
Create atomic, self-contained, interconnected notes
Core Principles
1. Atomicity
- One idea per note
- If you can split it, split it
- Note should be about ONE concept
2. Self-Contained
- Note must be understandable without context
- Include enough background information
- Reader shouldn't need to read other notes first
3. Connectivity
- Link to related notes with
[[wikilinks]] - Explain the relationship in the link
- Build a knowledge network
Note Structure
---
tags: [{domain}, {topic}, {type}]
created: {YYYY-MM-DD}
source: {url_or_reference}
type: zettelkasten
---
# {Concept Name}
> {One-sentence definition or summary}
## Explanation
{2-3 paragraphs explaining the concept}
{Include examples if helpful}
## Key Characteristics
- Characteristic 1
- Characteristic 2
- Characteristic 3
## Connections
- [[Related Concept A]] - {how they relate}
- [[Related Concept B]] - {how they relate}
- [[Contrasting Concept]] - {how they differ}
## Examples
{Concrete examples or applications}
## Source
- {Original source with link}
Folder Organization
Vault/
├── Zettelkasten/
│ ├── AI-Research/
│ ├── Programming/
│ └── Productivity/
├── Research/
│ └── Papers/
├── Threads/
└── Inbox/
Naming Convention
{Topic} - {Specific Concept}.md
Examples:
MCP - Protocol Overview.mdZettelkasten - Atomicity Principle.mdClaude Code - Hooks System.md
Related skills
More from treylom/knowledge-manager
baoyu-slide-deck
Generate professional slide deck images from content. Creates comprehensive outlines with style instructions, then generates individual slide images. Use when user asks to "create slides", "make a presentation", "generate deck", or "slide deck".
25knowledge manager setup
Automated setup wizard for Knowledge Manager - configures MCP servers and creates config files
14knowledge manager workflow
6-phase workflow for content extraction, analysis, and export to Obsidian/Notion
13social media content extraction
Extract content from Threads, Instagram with reply collection and depth control
12export formats
Output format specifications for Obsidian, Notion, and Markdown exports
11storage abstraction layer
Unified storage interface for Obsidian, Notion, and local file systems
11