Diacrit Bookmarks You Can Talk To
Save URLs from your phone, discuss them with Claude Code. Bookmarks you can talk to.
The Problem
You’re reading an article on your phone. It’s relevant to what you’re building. You save it… somewhere. A browser tab. A notes app. A Slack DM to yourself.
A week later you’re in Claude Code and you need that article. Where was it? What was the key insight? You spend 10 minutes hunting through tabs and bookmarks for something you already read.
Bookmarks are a write-only dumping ground. You save - pretending one day you are gonna come back and do something with them. No longer: Diacrit is an idea pipeline.
The Solution
Diacrit bridges your phone and Claude Code using a mobile app and an API. Share anything on your mobile phone with Diacrit, then discuss it in your terminal:
- Share a link from any app on your phone with the Diacrit app.
- Run
/diacrit:discussin Claude Code - Claude fetches the page, reads it, and starts a conversation
No email. No password. No account. Just a 6-character pairing code.
How Pairing Works
Your phone generates a code. You type it into Claude Code. Both devices are now connected. That’s it.
/diacrit:connect ABC123
Claude stores your userKey (generated by phone) locally in ~/.config/diacrit/. Your phone stores the same key in its Keychain. They talk through a simple API. No login, no OAuth, no password resets.
Multiple devices work too — pair your phone and your tablet, each gets its own account.
What Happens When You Discuss
Claude doesn’t just open a link. It fetches the page, converts it to markdown, and caches it locally. Then it reads the whole thing and talks to you about it.
Ask questions. Connect it to your current project. Pull out the bits that matter. When you’re done, Claude offers to save notes — timestamped takeaways you can revisit later.
~/.config/diacrit/cache/a1b2c3d4/
├── fetch-2026-03-15-14-30.md # page snapshot
└── discussions.md # your conversation notes
Pages are cached locally. Your notes accumulate over time Claude will ask if he should save your thoughts as you go.
Bookmarks Stay Discoverable
After pairing, Diacrit can add a one-line reference to your global ~/.claude/CLAUDE.md. This means any Claude session — in any project — can find your bookmarks.
Mention a topic you bookmarked three weeks ago and Claude already knows where the cached page is. No manual searching. Just say: “Hey claude, we have a bookmark - something about a new Ruby framework. Claude searches your cached bookmarks and finds the discussion.”
Install
claude plugin marketplace add diacrit/claude
claude plugin install diacrit@claude
Then pair your phone:
/diacrit:connect
Commands
| Command | What it does |
|---|---|
/diacrit:connect | Pair Claude Code with your phone |
/diacrit:ls | List bookmarks — queued, cached, discussed |
/diacrit:discuss | Fetch bookmarks and talk about them |
/diacrit:accounts | List paired devices |
Requirements
- Claude Code
- Diacrit on your phone — iOS / Android (coming soon)
Menu Bar Companion
Waiting is a native macOS menu bar app that shows unread bookmark counts across paired devices. Click an account to jump straight into Claude Code. No need to check manually.
Source
https://github.com/diacrit/claude
Subscribe to Skills Weekly, a digest of the hottest plugins & industry news. Only one email a week.
We respect your privacy. Unsubscribe anytime. Privacy Policy
Questions or feedback? Reach out on X @GetSkillsdev
← Back