Lightweight AI-powered Zettelkasten-inspired knowledge management system. Get started in minutes with Claude Code and Pinecone DB.
Add knowledge and create topics for your knowledge:
Ask what you've learned this week:
Ask what's in my Kanban task board?
...and many more use cases for knowledge and task management.
- Save
ai-zettelkasten-prompt.mdto your local machine - Add Pinecone MCP to Claude Code
- Create
zettelkasten-dbindex in Pinecone DB - Add a quote to your Zettelkasten. Type into Claude Code:
Please read /path/to/ai-zettelkasten-prompt.md and give me some Jim Rohn quotes in a numbered list. Then, I will tell you which ones to include in pinecone
- Choose a few quotes to add to your knowledge base
- Ask it to retrieve a quote. Type into Claude Code:
Ok give me a Jim Rohn quote about discipline
- Add a link/bookmark to your Zettelkasten. Type into Claude Code:
Please add this to my Zettelkasten https://www.bbc.co.uk/news/articles/c1jll2k0gewo
- Ask it to retrieve a bookmark. Type into Claude Code:
Can you show me my bookmarks
- Add a task. Type into Claude Code:
Add task to make a todo app prototype, set its status to "to do"
- Ask it to retrieve tasks. Type into Claude Code
Show my kanban board filtered by todo tasks
Need to quickly add something to your Zettelkasten or query it quickly?
Add .zettelkastenrc to your .bashrc, .zshrc, etc. and run:
# Quick add
zadd "Spaced repetition works best with expanding intervals"
# Search by meaning, not keywords
zsearch "techniques for better memory retention"
# Bookmark a URL instantly
zbookmark https://example.com/article
# View tasks
zboard "in-progress"
# Freeform
zettel "what have I learned in the past week? give me a succinct list"