# Zettelkasten

> Zettelkasten - Card box note taking system with AI insights

- Skill: `modbender/zettelkasten` (Agent Skill, multi-file: 7 files)
- Install (CLI): `npx skillmds add modbender/zettelkasten`
- Raw SKILL.md: https://api.skillmd.com/api/skills/modbender/zettelkasten/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: modbender (https://skillmd.com/u/modbender)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/modbender/zettelkasten

---


# Zettelkasten Card Box System

## Description
A complete implementation of the Zettelkasten note-taking method, featuring:
- Idea capture and organization
- AI-generated insights and suggestions
- Automatic connection detection
- Daily review capabilities

## Usage

### Record Idea
```
Record Idea: [Your idea content here]
```

Example:
```
Record Idea: I found that meditating 10 minutes daily improves focus and sleep quality
```

## Features
1. **Idea Capture**: Automatically generates structured cards with metadata
2. **AI Insights**: Provides extended suggestions and research directions
3. **Connection Detection**: Finds relationships between different ideas
4. **Daily Review**: Random card review for knowledge consolidation

## Output Format
```markdown
---
ID: [timestamp]
Tags: #tag1 #tag2 #tag3
Type: Flash
Date: [date]
---

## [Title]
[Content]

> AI Insight: [Generated insight]
```
