A collection of small, self-contained development utilities. Each lives in its own directory with its own setup docs. Take what you need.
A Raindrop → Obsidian → agent pipeline that turns your bookmarks into a structured, agent-readable library of vetted dev/design tools.
Bookmarks are pulled from Raindrop.io, dev tools get web-enriched with their canonical URL and a real description, everything is filed into an organized Obsidian vault, and a coding-agent skill reads that vault so your agent reaches for tools you've vetted instead of generic defaults.
- Cheap by default: fetch and note-generation are pure Python (0 LLM tokens). The agent only runs when there are new bookmarks to enrich.
- Non-destructive: your hand-written notes are preserved across re-syncs.
- Scoped agent: the enrichment step runs with locked-down permissions and cannot touch git or the remote — the wrapper owns that.
See dev-library/README.md for setup.
MIT.