An AI-assisted knowledge base for Obsidian. A hybrid system where you have visual access through Obsidian, and your AI assistant has access through Claude Code. Work from your phone, desktop, or terminal — everything stays in sync.
- Keep your notes — everything in markdown, organized your way
- Give AI access to your knowledge — Claude can read, search, and build on your notes
- Manage tasks and projects — with an AI executive assistant
- Store artifacts — code, files, research outputs — all in project folders
- Run deep research — similar to Deep Research, with results saved to your vault
- Sync across devices — mobile, desktop, terminal — always up to date
You interact through Obsidian (or any markdown editor). Claude interacts through Claude Code. Both work on the same files.
Minimal Git knowledge required — if you can clone a repo, you're set. All changes sync automatically to the main branch. Conflicts are resolved automatically.
Click "Use this template" → "Create a new repository" to create your own copy.
Create a Personal Access Token with repo scope. Save it — you'll need it in step 4.
Open the Claude app and switch to the Code tab:
Click the environment dropdown and select Add environment:
Fill in the environment settings:
- Name: anything you like
- Network access: Full
- Environment variables:
GH_TOKEN=your_github_token
Click New session, select your repository and the environment you created:
Say "Let's set up the knowledge base" — Claude will guide you through onboarding.
To access your vault locally:
git clone https://github.com/YOUR_USERNAME/YOUR_REPO.gitOpen the cloned folder in Obsidian as a vault.
Obsidian doesn't sync with Git automatically. After making local changes, run:
./cli.sh syncOr via Claude CLI:
claude -p "./cli.sh sync"This commits and pushes everything to main.
├── CLAUDE.md # Agent instructions ├── AGENDA.md # Current context and open threads ├── 0-Inbox/ # Quick capture ├── 1-Projects/ # Active work with artifacts ├── 2-Areas/ # Life areas (health, career, etc.) ├── 3-Resources/ # Reference material ├── 4-Archive/ # Completed items └── Daily/ # Daily notes MIT





